Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
On 2016-11-23 13:31, Jürgen Hestermann wrote: > Also, you didn't align the parameters in your screenshot as I did in my > example. > I have one 'column' for: If you want columns, then columns you shall have. ;-) See attachment. I've also reduced the tabSize to 2, to make it more representative

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
On 2016-11-23 12:38, Jürgen Hestermann wrote: > But this happens quite often in my code in function/procedure > declarations as I align the parameters and directly after this See attached screenshot. It shows three options. 1) your original code 2) I live to define each parameter

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
On 2016-11-23 12:14, Jürgen Hestermann wrote: > In your screenshot you use empty lines > but no comment lines to separate the blocks. It makes no difference... it has the same result. See attached screenshot, where I added comments using a // prefix. You seem to be missing how indentation or

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
Damn spelling mistakes. Seems I'm having finger troubles today. :-) > other languages), so if need be, add blacks lines if you must. Often it Should have been: ... so if need be, add _blank_ lines if you must. > use ET. Also, if you want what things to be aligned when using an ET Should

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Jürgen Hestermann
Am 2016-11-23 um 13:10 schrieb Graeme Geldenhuys: On 2016-11-22 18:29, Jürgen Hestermann wrote: I tried a new file in JEdit (I don't know what format this has then) but a line beginning with double backslash did not separate the blocks. Even worse, it was taken as the first column of the whole

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
On 2016-11-23 11:25, Jürgen Hestermann wrote: > I am wondering how you can achieve this kind of code alignment Yes, easily, because only lines 1 & 2 have TAB characters. Line 3 has no TAB characters, so ET's algorithm doesn't need to do anything with it. See attached screenshot. Also remember,

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Graeme Geldenhuys
On 2016-11-22 18:29, Jürgen Hestermann wrote: > I tried a new file in JEdit (I don't know what format this has then) > but a line beginning with double backslash did not separate the blocks. > Even worse, it was taken as the first column of the whole block. See attached. Regards, Graeme --

Re: [fpc-other] Underscores in numerical literals - grouping

2016-11-23 Thread Jürgen Hestermann
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