I need to ba able to edit the text files in QNX from windows, unfotunately windows stubbonly adds extras in the end of each line, like a CR/NL or so, QNX just uses one of them , I know, but how do I edit the files in Windows and NOT destroy them after save?
I think in the Momentics IDE, running under Windows, you can select the CR/LF format to save.
An other way would be to edit the file under Windows and then use ‘textto’ under QNX to convert.
You can use the ConText editor (context.cx/) to edit the files and then convert it to the UNIX format: Tools->Convert text to …->Unix (LF only).
That’s how I’m doing it!