mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 11:35:57 +02:00
MG: added todo output
git-svn-id: trunk@3635 -
This commit is contained in:
parent
3bd3af6808
commit
82b4e7b805
@ -1266,7 +1266,10 @@ begin
|
||||
NewTool.ReadNextAtom;
|
||||
Result:=Result+' = '+NewTool.GetAtom;
|
||||
end;
|
||||
|
||||
|
||||
else
|
||||
writeln('ToDo: TFindDeclarationTool.FindSmartHint TypeNode=',
|
||||
TypeNode.DescAsString);
|
||||
end;
|
||||
end;
|
||||
if NewNode.Desc=ctnConstDefinition then begin
|
||||
|
Loading…
Reference in New Issue
Block a user