MG: reduced output

git-svn-id: trunk@548 -
This commit is contained in:
lazarus 2001-12-19 15:37:31 +00:00
parent 247f0376f6
commit 0c858a82ed
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@
{ $DEFINE MEM_CHECK} { $DEFINE MEM_CHECK}
{$DEFINE CTDEBUG} { $DEFINE CTDEBUG}
// end. // end.

View File

@ -113,7 +113,7 @@ writeln('TFindDeclarationTool.FindDeclaration C CleanCursorPos=',CleanCursorPos)
1. if in begin..end block then parse for with and case statements 1. if in begin..end block then parse for with and case statements
2. search recursively and create/fill caches 2. search recursively and create/fill caches
3. if possible use ppu files 3. if possible use ppu files
4. create a protocol for identifier completion 4. save visible identifiers for identifier completion
... ...
} }
end; end;