Am 2016-11-22 um 19:29 schrieb Jürgen Hestermann:
> Am 2016-11-22 um 17:59 schrieb Graeme Geldenhuys:
> > Inserting a blank line between the two blocks will treat themt
> > differently with different indentation widths.
>
> Yes. But sometimes I do not want to be forced to
> insert a blank line just to achieve this and
> sometimes I even want to align what is separated
> by a blank line.

I am wondering how you can achieve this kind of
code alignment

---------------------
MyvariableA := 0;
Myx         := 1;
MyProcedureCall(Param1,Param2,Param3);
---------------------

by using elastic tabstops and without having
an empty line between the 2nd and 3rd code line.
Wouldn't the 3rd line always expand the first
column of the block shifting the ':=' far to the right?
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to