IDE: codeexplorer: show names of generics

git-svn-id: trunk@22642 -
This commit is contained in:
mattias 2009-11-17 10:00:31 +00:00
parent d374dcd7b2
commit f7a8ae6d91

View File

@ -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,[])+')';