mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:59:30 +02:00
MG: added todo output
git-svn-id: trunk@3635 -
This commit is contained in:
parent
3bd3af6808
commit
82b4e7b805
@ -1267,6 +1267,9 @@ begin
|
|||||||
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