Menu

#47 spacing, begin/end

open
nobody
5
2005-12-30
2005-12-30
Anonymous
No

Spacing options like in DelForExp, tab "spacing" in the
options dialog would be great!!!

Please allow the "extra indent for begin/end inside
procedures" to also move the statements between begin/end.

Example:

procedure IncA;
begin
if a=0 then
begin
inc(a);
end;
end;

gets

procedure IncA;
begin
if a=0 then
begin
inc(a);
end;
end;

not

procedure IncA;
begin
if a=0 then
begin
inc(a);
end;
end;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.