Re: [Lazarus] [patch] Jedi Code Formatter: Extended recognised operator symbols in the parser

2009-06-24 Thread Graeme Geldenhuys
Vincent Snijders wrote: > > Did your report it to the JCF project? > https://sourceforge.net/tracker/?group_id=41564 I did now! :-) Sorry, I did not know that the /components/jcf2/ is simply pulled from an upstream project. Regards, - Graeme - _

Re: [Lazarus] [patch] Jedi Code Formatter: Extended recognised operator symbols in the parser

2009-06-24 Thread Vincent Snijders
Graeme Geldenhuys schreef: http://bugs.freepascal.org/view.php?id=14042 Extended recognised operator symbols in the parser. * Parser failed on the following operator symbols: xor, and, or This attached patch allows the JCF2 parser to work with such operator overloads. Example unit where the j

Re: [Lazarus] [patch] Jedi Code Formatter: Extended recognised operator symbols in the parser

2009-06-24 Thread Graeme Geldenhuys
Graeme Geldenhuys wrote: > > Example unit where the jcf parser failed: fpcanvas.pp unit in FCL. Sorry, make that fpimage.pp unit. Regards, - Graeme - ___ fpGUI - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgu

[Lazarus] [patch] Jedi Code Formatter: Extended recognised operator symbols in the parser

2009-06-24 Thread Graeme Geldenhuys
http://bugs.freepascal.org/view.php?id=14042 Extended recognised operator symbols in the parser. * Parser failed on the following operator symbols: xor, and, or This attached patch allows the JCF2 parser to work with such operator overloads. Example unit where the jcf parser failed: fpcanvas.p