mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +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:
|
||||
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
||||
|
||||
ctnGenericType:
|
||||
Result:=ACodeTool.ExtractDefinitionName(CodeNode);
|
||||
|
||||
ctnClass,ctnObject,ctnObjCClass,ctnObjCCategory,ctnObjCProtocol,
|
||||
ctnInterface,ctnCPPClass:
|
||||
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
||||
|
Loading…
Reference in New Issue
Block a user