Version 2.27
JCF is inserting a newline before the procedure and function keywords when used in type definitions. For instance,
var ProcVar: procedure(Arg1: TArgument); begin ...
becomes
var ProcVar: procedure(Arg1: TArgument); begin ....
Is there a configuration setting that can prevent this? None of the other type definitions break up like this.
Thanks.
J.
I'm putting this in as bug 1696552, and will try to fix it soon.
Cool. Thanks for the follow-up! Always nice to know I'm not (completely) crazy. ;)
Log in to post a comment.
Version 2.27
JCF is inserting a newline before the procedure and function keywords when used in type definitions. For instance,
var
ProcVar: procedure(Arg1: TArgument);
begin
...
becomes
var
ProcVar:
procedure(Arg1: TArgument);
begin
....
Is there a configuration setting that can prevent this? None of the other type definitions break up like this.
Thanks.
J.
I'm putting this in as bug 1696552, and will try to fix it soon.
Cool. Thanks for the follow-up! Always nice to know I'm not (completely) crazy. ;)