codetools: GetSmartHint: add inheritance

git-svn-id: trunk@37083 -
This commit is contained in:
mattias 2012-04-29 12:52:03 +00:00
parent e158e14d5b
commit b5a7e440c9

View File

@ -2277,6 +2277,9 @@ begin
MoveCursorToNodeStart(TypeNode);
ReadNextAtom;
Result+=GetAtom;
if (TypeNode.FirstChild<>nil)
and (TypeNode.FirstChild.Desc = ctnClassInheritance) then
Result += ExtractNode(TypeNode.FirstChild, []);
end;
ctnConstant:
begin