[lazarus] Request...

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Mon Jan 13 17:41:52 EST 2003


Hi,

Some kind soul in the core compiler team managed to fix the compiler
so it compiles lazarus again. We should be releasing version 1.0.8
of FPC soon in this case: being able to compile lazarus again was
one of the remaining goals for 1.0.8.

I've been playing a bit in the editor. Works nearly perfect. The thing I
miss most is class completion. Currently, class completion works only in 1
direction: from declaration to implementation. In delphi, the
'implementation to declaration' direction works as well:

Enter the following code:

procedure TForm1.SomeMethod;
begin
//  This is the SomeMethod procedure.
end;

Now press ctrl-shift-c. The 'Procedure SomeMethod' should have been added
to the 'private' section of the form declaration.

Can this be added to the feature wish list or should I submit a bug report ?

Other than that: Works great. And starts about 30 times faster than
Kylix 3 Enterprise, also a nice feature :-)

Michael.






More information about the Lazarus mailing list