Beautifier impromvents request

Triacon

Member
Hi!

When you comment something with -- this is alwys put on an extra line. I would like to be able to configure this so that its stays at the end of the line if possible without breaking the right margin.

Like this:

IF '1' THEN -- Town 1
Var1 := '32';
ELSIF '2' THEN -- Town 7
Var1 := '543';
ELSIF '4' THEN -- Town 12

IF I run this throu the Beautifier I always get the comment on its own row below the IF statement.

Just a small request from a very frequent user.
 
Back
Top