Re: [fpc-pascal] Inline methods

2016-05-23 Thread LacaK
Dňa 20.5.2016 o 14:42 Sven Barth napísal(a): Am 19.05.2016 08:52 schrieb "LacaK" >: > > >> >> >> Additionally, it's possible that it's not possible to inline generic routines in regular routines, >> > >> > It is not my case. >> > I use this generic in another generic a

Re: [fpc-pascal] Inline methods

2016-05-23 Thread Sven Barth
Am 23.05.2016 11:37 schrieb "LacaK" : > > Dňa 20.5.2016 o 14:42 Sven Barth napísal(a): > >> >> Am 19.05.2016 08:52 schrieb "LacaK" >: >> > >> > >> >> >> >> >> Additionally, it's possible that it's not possible to inline generic routines in regular routines, >> >> > >> >> > It is not my case. >> >>

[fpc-pascal] CustApp.pp missing semi-colons

2016-05-23 Thread Graeme Geldenhuys
Hi, RE: http://mantis.freepascal.org/view.php?id=30114 I was told to discuss this here. Not really sure what to discuss. The code style of custapp.pp uses semi-colons all over the place to signify an end of a statement or code block. I found 3 locations in the code where this was not done. No,

[fpc-pascal] Using Free Pascal Scanner/Parser in Other Projects

2016-05-23 Thread Mazo Winst
Hello, Currently, is feasible/possible to use the free pascal's scanner/parser portions in other projects that needs to perform pascal lexical analysis? (e.g syntax coloring editors, like SynEdit). Best regards ___ fpc-pascal maillist - fpc-pascal@lis

Re: [fpc-pascal] Using Free Pascal Scanner/Parser in Other Projects

2016-05-23 Thread Michael Van Canneyt
On Mon, 23 May 2016, Mazo Winst wrote: Hello, Currently, is feasible/possible to use the free pascal's scanner/parser portions in other projects that needs to perform pascal lexical analysis? (e.g syntax coloring editors, like SynEdit). Not really, they are tightly integrated with the code

Re: [fpc-pascal] CustApp.pp missing semi-colons

2016-05-23 Thread Michael Van Canneyt
On Mon, 23 May 2016, Graeme Geldenhuys wrote: Hi, RE: http://mantis.freepascal.org/view.php?id=30114 I was told to discuss this here. Not really sure what to discuss. The code style of custapp.pp uses semi-colons all over the place to signify an end of a statement or code block. I found 3