Jane wrote:
> greetings,
> 
> developing a cross-platform application for win/lin/mac, i 
> am using fluid on all three platforms. now, the windows 
> version puts carriage returns all over my code ")
> its not a problem i think, everything is still building 
> fine, but when i edit my .fl in linux i see so many <cr> in 
> my methods which is a little annoying.
> 
> i thought, when i re-edit (open, edit something, save) the 
> .fl in linux, everything may be as it was, without the <cr> 
> everywhere, but thats not the case.
> 
> its not a problem, but if you know how to "fix" this easily 
> or if i am doing something wrong, please let me know, ty, 
> jan

There have been other replies, how to "fix" this. However, you didn't tell us 
how 
you brought your .fl file(s) from your Windows system to your Linux system.

If you use ftp with ASCII (aka TEXT) mode, this should work, and the .fl files 
would be converted WRT LF or CR/LF line endings when transferring them.

If you use svn, you can use svn properties to get the correct line endings, e.g.

$ svn pl -v fluid/about_panel.fl
Properties on 'fluid/about_panel.fl':
   svn:keywords : author date id revision
   svn:eol-style : native

And there may be many more ways ...

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to