[Lazarus] [Release 1.4.0]: is the Identifier Completation compatible with generic?

silvioprog silvioprog at gmail.com
Wed Apr 22 07:49:41 CEST 2015


Hello,

Please try the test below:

[code]
uses
  Forms, fgl;

type
  TForm1 = class(TForm)
  end;

  { TTest }

  TTest = class(specialize TFPGList<TObject>)
  public
    property Test: strin| << try Identifier Completation here [Ctrl+Space]
...
  end;
[/code]

It will see an:

"unit1.pas(16,17) Error: identifier not found: specialize"

In Lazarus 1.2.4 it works fine.

Thank you!

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150422/1e3a1539/attachment-0002.html>


More information about the Lazarus mailing list