"Extra indent for begin/end incide procedures" seems not working in jcf2.0 beta10/11.
There seems no way format code like
procedure foo(foo: boolean); begin if foo then begin // source code end else begin // source code end; end;
what is ( i think ) more readable than current format.
Indeed this option is broken, but will be fixed in the next beta.
Log in to post a comment.
"Extra indent for begin/end incide procedures" seems not working in jcf2.0 beta10/11.
There seems no way format code like
procedure foo(foo: boolean);
begin
if foo then
begin
// source code
end
else
begin
// source code
end;
end;
what is ( i think ) more readable than current format.
Indeed this option is broken, but will be fixed in the next beta.