Re: [Lazarus] Humour

2016-04-20 Thread brian
On Wed, 20 Apr 2016 16:20:37 +0200, you wrote: >On 4/19/16, brian wrote: > >> Anybody still reading might find this amusing... I'd not seen it >> before. > >I find it quit impossible to read the subtitles and here them talk at >the same time. >(In fact it took me about 30

Re: [Lazarus] how to check if the same identifier appear in more than 1 unit of the project?

2016-04-20 Thread Dennis
Michael Van Canneyt wrote: On Wed, 20 Apr 2016, Graeme Geldenhuys wrote: On 2016-04-20 08:32, Dennis wrote: Is there any tool to find out ? Multiple options: * Do a "Find in Files" search. * In Lazarus, place the edit cursor inside the identifier. Right Click and select "Find

Re: [Lazarus] Humour

2016-04-20 Thread Santiago A.
El 20/04/2016 a las 16:20, Bart escribió: > On 4/19/16, brian wrote: > >> Anybody still reading might find this amusing... I'd not seen it >> before. > I find it quit impossible to read the subtitles and here them talk at > the same time. > (In fact it took me about 30

Re: [Lazarus] Humour

2016-04-20 Thread Bart
On 4/19/16, brian wrote: > Anybody still reading might find this amusing... I'd not seen it > before. I find it quit impossible to read the subtitles and here them talk at the same time. (In fact it took me about 30 seconds to spot the discrepancy.) The second one (7

Re: [Lazarus] PopupMenue Editor --> Access Violation

2016-04-20 Thread Zeljko
On 04/20/2016 09:41 AM, Juha Manninen wrote: On Wed, Apr 20, 2016 at 10:39 AM, Zeljko wrote: Maybe you should open an issue about it. Yes, with clear steps to reproduce. Right now opened project, right clicked on PopupMenu and tried to add item above first item.

Re: [Lazarus] how to check if the same identifier appear in more than 1 unit of the project?

2016-04-20 Thread Michael Van Canneyt
On Wed, 20 Apr 2016, Graeme Geldenhuys wrote: On 2016-04-20 08:32, Dennis wrote: Is there any tool to find out ? Multiple options: * Do a "Find in Files" search. * In Lazarus, place the edit cursor inside the identifier. Right Click and select "Find declaration of ". Do that in a few

Re: [Lazarus] how to check if the same identifier appear in more than 1 unit of the project?

2016-04-20 Thread Graeme Geldenhuys
On 2016-04-20 08:32, Dennis wrote: > Is there any tool to find out ? Multiple options: * Do a "Find in Files" search. * In Lazarus, place the edit cursor inside the identifier. Right Click and select "Find declaration of ". Do that in a few units where the identifier is used, and see if the

Re: [Lazarus] jcfidelazarus JEDI Code Formatter cannot handle generic and specialize keywords

2016-04-20 Thread Graeme Geldenhuys
On 2016-04-20 09:28, Graeme Geldenhuys wrote: > I haven't checked myself, but has the JEDI Code Formatter been > rewritten to use the fcl-parser Seems Juha just answered that for me. :) Regards, Graeme -- ___ Lazarus mailing list

Re: [Lazarus] jcfidelazarus JEDI Code Formatter cannot handle generic and specialize keywords

2016-04-20 Thread Graeme Geldenhuys
On 2016-04-20 04:10, Dennis wrote: > I seems that when a unit has either of these 2 keywords, the entire unit > cannot be formatted by JEDI Code Formatter. I haven't checked myself, but has the JEDI Code Formatter been rewritten to use the fcl-parser, or does it still use its own parser? If it

Re: [Lazarus] jcfidelazarus JEDI Code Formatter cannot handle generic and specialize keywords

2016-04-20 Thread Juha Manninen
Patches are welcome to the current JCF parser or to implement a new formatter based on CodeTools. http://bugs.freepascal.org/view.php?id=19754 Actually basic generics syntax already works. This JCF parser however must be updated separately when new compiler features come out, and it has no

[Lazarus] how to check if the same identifier appear in more than 1 unit of the project?

2016-04-20 Thread Dennis
I have been restructuring my projects units and move some variables/functions from one unit to another. I am worried that I have have the same identifier in more than 1 unit and the compiler is choosing the wrong one as that identifier exists in more than 1 units of my uses clause. Is there

[Lazarus] PopupMenue Editor --> Access Violation

2016-04-20 Thread John Landmesser
Hi,   PopupMenue-component editor is broken.   if i try to edit an existing(!!) PopupMenue, i get access violation.   It's ok if i create a new PopupMenue   Lazarus 1.7 r5 FPC 3.0.0 i386-win32-win32/win64 -- ___ Lazarus mailing list

Re: [Lazarus] jcfidelazarus JEDI Code Formatter cannot handle generic and specialize keywords

2016-04-20 Thread Aradeonas
What Lazarus version? Regards, Ara -- http://www.fastmail.com - Choose from over 50 domains or use your own -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus