[Lazarus] Auto indentation
Jürgen Hestermann
juergen.hestermann at gmx.de
Fri Nov 6 17:26:13 CET 2009
>> And if the statement or block is very short I can put the whole on one
>> line:
>> if a then begin xxxxxx yyyyyy .... zzzzzz end;
> That's questionable practice. It's impossible to set an breakpoint into
> the body of the conditional statement.
Yes. I only do this, when the IF statement does a side thing and when it
is unlikely that I have to debug it. But your are right, I sometimes
have to change this for debugging but I always change it back afterwards.
More information about the Lazarus
mailing list