Re: [lazarus] Code Completion don't understand new generic sintax

2007-08-16 Thread Carlos German Tejero
robe the new FPC generic support, and work fine, but the Lazarus > > Code Completion don't understand new generic sintax. For example in > > the next code: > > > > > > program test; > > > > {$apptype console} > > {$mode objfpc}{$H+} > > >

Re: [lazarus] Code Completion don't understand new generic sintax

2007-08-16 Thread Mattias Gaertner
On Wed, 15 Aug 2007 18:05:18 -0300 "Carlos German Tejero" <[EMAIL PROTECTED]> wrote: > Hi to Lazarus Team (sorry for my poor english): > > I probe the new FPC generic support, and work fine, but the Lazarus > Code Completion don't understand new generic sinta

[lazarus] Code Completion don't understand new generic sintax

2007-08-15 Thread Carlos German Tejero
Hi to Lazarus Team (sorry for my poor english): I probe the new FPC generic support, and work fine, but the Lazarus Code Completion don't understand new generic sintax. For example in the next code: program test; {$apptype console} {$mode objfpc}{$H+} uses SysUtils, Classes; type ge