Re: [Lazarus] Codetools and specialize

2015-11-16 Thread Mattias Gaertner
On Mon, 16 Nov 2015 08:16:18 -0300 Leonardo M. Ramé wrote: > Hi, I'm trying to implement a method of an specialized class, but when I > type ctrl+space the IDE shows "Error: Identifier not found: specialize". > But I can compile this project without problems. > > The

Re: [Lazarus] Codetools and specialize

2015-11-16 Thread Leonardo M . Ramé
El 16/11/15 a las 09:18, Mattias Gaertner escribió: On Mon, 16 Nov 2015 08:16:18 -0300 Leonardo M. Ramé wrote: Hi, I'm trying to implement a method of an specialized class, but when I type ctrl+space the IDE shows "Error: Identifier not found: specialize". But I can

Re: [Lazarus] Codetools and specialize

2015-11-16 Thread Mattias Gaertner
On Mon, 16 Nov 2015 09:54:20 -0300 Leonardo M. Ramé wrote: > > > El 16/11/15 a las 09:18, Mattias Gaertner escribió: > > On Mon, 16 Nov 2015 08:16:18 -0300 > > Leonardo M. Ramé wrote: > > > >> Hi, I'm trying to implement a method of an specialized

[Lazarus] Codetools and specialize

2015-11-16 Thread Leonardo M . Ramé
Hi, I'm trying to implement a method of an specialized class, but when I type ctrl+space the IDE shows "Error: Identifier not found: specialize". But I can compile this project without problems. The definition of my class is this: TActListStudies = class(specialize TBaseGAction) public