mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 23:49:13 +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;
|
NewTool.ReadNextAtom;
|
||||||
Result:=Result+' = '+NewTool.GetAtom;
|
Result:=Result+' = '+NewTool.GetAtom;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
else
|
||||||
|
writeln('ToDo: TFindDeclarationTool.FindSmartHint TypeNode=',
|
||||||
|
TypeNode.DescAsString);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if NewNode.Desc=ctnConstDefinition then begin
|
if NewNode.Desc=ctnConstDefinition then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user