mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:19:17 +02:00
IDE: codeexplorer: show names of generics
git-svn-id: trunk@22642 -
This commit is contained in:
parent
d374dcd7b2
commit
f7a8ae6d91
@ -529,6 +529,9 @@ begin
|
|||||||
ctnTypeDefinition,ctnVarDefinition,ctnConstDefinition,ctnUseUnit:
|
ctnTypeDefinition,ctnVarDefinition,ctnConstDefinition,ctnUseUnit:
|
||||||
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
||||||
|
|
||||||
|
ctnGenericType:
|
||||||
|
Result:=ACodeTool.ExtractDefinitionName(CodeNode);
|
||||||
|
|
||||||
ctnClass,ctnObject,ctnObjCClass,ctnObjCCategory,ctnObjCProtocol,
|
ctnClass,ctnObject,ctnObjCClass,ctnObjCCategory,ctnObjCProtocol,
|
||||||
ctnInterface,ctnCPPClass:
|
ctnInterface,ctnCPPClass:
|
||||||
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
||||||
|
Loading…
Reference in New Issue
Block a user