diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 0acbead49a..3948884c4a 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -2283,6 +2283,8 @@ begin NodeStr:=ExtractNode(TypeNode,[phpCommentsToSpace]); Result+=copy(NodeStr,1,50); end; + ctnEnumerationType: + Result += 'enum'; end; end else begin case Node.Desc of