On 2008-10-27, Albrecht Schlosser <[EMAIL PROTECTED]> wrote: > > 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
i used svn to get the files to the windows box. maybe svn did this, not fluid? how would i fix this once and forver? first i think i would do, as suggested, dos2unix on the .fl and then check it in. now i must tell svn in windows to either not touch the newline character (which is probably bad because i wont have line breaks) or tell it to convert the line breaks on checkout and revert the change on checkin if that is possible...? ty again, jan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

