[lazarus] Some Lazarus / LCLbugs found

Marc Weustink marc at dommelstein.net
Fri Mar 8 22:03:03 EST 2002


While inmplementing some debuggerparts I ran into the following issues:

* Code completion only works if a declaration is placed in the first 
section of a class definition

MyClass = class
// completion works
private
// completion doesnt work
protected
// completion doesnt work
public
// completion doesnt work
published
// completion doesnt work
end;

IMO only the IDE should place things at the first location, developers 
should place things at the other locations (where it isn'tworking :-(

* Streaming of a Popupmenu works, of a MenuItem works, however the menuitem 
isn't added to the popupmenu :(


Marc






More information about the Lazarus mailing list