[lazarus] Updates
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Jan 29 17:10:55 EST 2002
Hi all,
Fixes:
- fixed "build lazarus": stop on error
- fixed starting codetools in unknown include files
- fixed mem leaks in TListView and IDE
- fixed codetools expression operators in parameters
- fixed proc find next in classes
- fixed jump to method: cursor after proc head
Changes:
- find declaration now caches identifiers of interface sections
- jump to method -> if cursor is in a sub proc withou forward declaration then parent proc is tried.
For example:
procedure A;
procedure B;
begin
|
end;
begin
end;
Method jumping in B will first search the forward declaration of B and then searching the forward declaration of A.
Mattias
More information about the Lazarus
mailing list