|
From: Jeff R. <jef...@ea...> - 2001-03-22 17:15:03
|
Ricardo, >Is Posible save the files in Unix Format ever ? Currently during editing SynEdit "normalizes" all line ends to #13#10 (Windows/DOS style) while editing. However, when a file is loaded it's line end style is remembered. This is stored in the list property "DosFileFormat". If you set this to false the #13 character will not be written when the file is saved. uses SynEdit, SynEditTextBuffer; (SynEdit.Lines as TSynEditStringList).DosFileFormat:= False; Good Luck Jeff Rafter Defined Systems |