> 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.
Maybe the easy fix is *not* to hand-edit the .fl files?? ;-) > 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, Get a copy of "dos2unix" and run that on the .fl files... Indeed your linux box probably has it already (many do). SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

