From b65f87aa5b712c1a20f0ace6c946a9997033afd5 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 29 Apr 2012 12:47:10 +0000 Subject: [PATCH] codetools: getsmarthing: enum: add "enum" git-svn-id: trunk@37081 - --- components/codetools/finddeclarationtool.pas | 2 ++ 1 file changed, 2 insertions(+) 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