[fpc-other] Underscores in numerical literals - grouping

Jürgen Hestermann juergen.hestermann at gmx.de
Wed Nov 23 12:25:48 CET 2016


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?


More information about the fpc-other mailing list