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

2016-11-22 Thread Graeme Geldenhuys
[reply moved to fpc-other] On 2016-11-22 14:29, Mattias Gaertner wrote: > My conclusion: That tabs costs less cpu time in Pascal code is a myth. Bottom line, in both your 2nd and 3rd set of attempts, at least 2 out of the 3 compiles were faster than the (1st) baseline times. So my statement

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

2016-11-22 Thread Graeme Geldenhuys
[moved to fpc-other, from fpc-users mailing list] On 2016-11-22 13:47, Reimar Grabowski wrote: >> hahaha... I love how a con is “fundamentally different concept”. >> How is that a con? > > Fundamentally different to the way current IDEs/editors process their > text -> too much work for a feature

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

2016-11-22 Thread Mattias Gaertner
On Tue, 22 Nov 2016 14:47:10 + Graeme Geldenhuys wrote: > [reply moved to fpc-other] > > > On 2016-11-22 14:29, Mattias Gaertner wrote: > > My conclusion: That tabs costs less cpu time in Pascal code is a myth. > > Bottom line, in both your 2nd and 3rd set

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

2016-11-22 Thread Jürgen Hestermann
I just tried elastic tab stops with JEdit a bit but they are too restrictive for me: 1.) They do not allow me to start a new table without having an empty line between. The following indentation seems to be impossible with elastic tabstops (at least I did not found out how to do this):

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

2016-11-22 Thread Graeme Geldenhuys
On 2016-11-22 15:57, Jürgen Hestermann wrote: > I just tried elastic tab stops with JEdit a bit but they are too restrictive > for me: > > 1.) They do not allow me to start a new table without having an empty line > between. > The following indentation seems to be impossible with elastic

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

2016-11-22 Thread Jürgen Hestermann
Am 2016-11-22 um 17:26 schrieb Graeme Geldenhuys: > On 2016-11-22 15:57, Jürgen Hestermann wrote: >> I just tried elastic tab stops with JEdit a bit but they are too restrictive for me: >> >> 1.) They do not allow me to start a new table without having an empty line between. >> The

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

2016-11-22 Thread Graeme Geldenhuys
On 2016-11-22 16:45, Jürgen Hestermann wrote: > In your screenshot "11 22 33" is aligned with 'ggg ' which I do not > want. Ah, okay. In that case you can't do it with ET, as they are consider part of the same text block (think of a paragraph of text in a word document). Inserting a

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

2016-11-22 Thread Graeme Geldenhuys
On 2016-11-22 16:44, Mattias Gaertner wrote: > Why should compiling and linking be removed from the compiler time? Compiling works on in-memory data structures (supplied by the tokenizer and such) and linking works on newly created object files on disk. Both have nothing to do any more with the

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

2016-11-22 Thread 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