more allignment options
Brought to you by:
anthonysteele
for procedure/function declarations it would be nice to be
able to define dedicated format settings, so that for
example the formatted output of a declaration looks like
this (each argument on a seperate line, allignment of
type, identifiers and const/var specifiers):
procedure Set(const AIdentifier: string;
AArguments: array of const;
const AValue: string); overload; virtual;
The regular allignment settings should have an additional
option to allign the ':' between the identifier and type in
declarations.
Logged In: NO
just copy and paste this in a monotype editor
procedure Set(const AIdentifier : string;
AArguments : array of const;
const AValue : string); overload; virtual;