mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 05:00:47 +01: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 += ': ';
|
Result += ': ';
|
||||||
end;
|
end;
|
||||||
case TypeNode.Desc of
|
case TypeNode.Desc of
|
||||||
ctnIdentifier, ctnSpecialize, ctnSpecializeType:
|
ctnIdentifier, ctnSpecialize, ctnSpecializeType,
|
||||||
|
ctnPointertype, ctnRangeType, ctnFileType, ctnclassOfType:
|
||||||
begin
|
begin
|
||||||
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
|
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user