Hi, I'm using the same JCFSettings.cfg file as created with jcfNotepad.exe. I symlinked my config file in the ~/.lazarus/ directory.
When I run jcfNotepad.exe, I get the correct formatting. When I run JCF via (Ctrl+D) using the same JCFSettings.cfg file, I get undesired formatting as shown below. This is what I want: ==========[ jcfNotepad.exe ]==================== function GetConfigValue(fileName, confName: string): string; var fh: Text; buff: string; conf: array[1..2] of string; c: char; len, i, cnt: integer; spaces: Boolean; OldFileMode: integer; begin ============================== This is NOT what I want. ============= [ JCF integrated in Lazarus IDE ]================ function GetConfigValue(fileName, confName: string): string; var fh: Text; buff: string; conf: array[1..2] of string; c: char; len, i, cnt: integer; spaces: boolean; OldFileMode: integer; begin ============================== Any thoughts? Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
