[Lazarus] Fwd: [delphi-en] Seeking Memproof like app for use With Free Pascal Lazarus RAD (Delphi 7 clone)

Peter Williams pewslinuxvault at gmail.com
Tue May 4 09:53:02 CEST 2010


Anyone know how (if possible) to tell the jcl formatter to put x number of 
spaces or tabs between "procedure" keyword in classes and the method signature?

Like this:

TMyClass = class
public
   procedure    Method1;
   procedure    method2;
end;

            ^--^--------- 4 spaces (or 2 tabs with my setup) between

It makes the class definitions more readable and I manually put the tabs there 
when creating the class.  But if I run jcl formatter, it changes those spaces 
back to 1 and make it look well, ugly.


Thanks,

--
Warm Regards,

Lee





More information about the Lazarus mailing list