[lazarus] Request...

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Jan 14 06:46:16 EST 2003


On Mon, 13 Jan 2003 23:58:11 +0100 (CET)
Michael.VanCanneyt at wisa.be wrote:

> 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.

I didn't use this feature very much under Delphi, because the procedures
were never added at a useful place. I prefer to sort my classes logical
instead of chronological. Maybe I find this feature more useful, when it
tries to keep the source order. I have added it to my todos.


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

I didn't know that we have a feature wish list. Where is it?
I think, this is a feature, so it should go there.



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

:)
And there is still room for acceleration. e.g. not storing all the default
values in the .lazarus directory.


Mattias






More information about the Lazarus mailing list