codetools: GetSmartHint: ^, .., file of, class of

git-svn-id: trunk@37215 -
This commit is contained in:
mattias 2012-05-07 16:16:17 +00:00
parent 1eca771511
commit 1802fda674

View File

@ -2266,7 +2266,8 @@ begin
Result += ': ';
end;
case TypeNode.Desc of
ctnIdentifier, ctnSpecialize, ctnSpecializeType:
ctnIdentifier, ctnSpecialize, ctnSpecializeType,
ctnPointertype, ctnRangeType, ctnFileType, ctnclassOfType:
begin
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
end;