mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 23:22:42 +02:00
codetools: GetSmartHint: ^, .., file of, class of
git-svn-id: trunk@37215 -
This commit is contained in:
parent
1eca771511
commit
1802fda674
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user