IDE: codehelp: added enums

git-svn-id: trunk@16407 -
This commit is contained in:
mattias 2008-09-04 10:43:10 +00:00
parent 32e073f898
commit cdc6915cce

View File

@ -1511,6 +1511,8 @@ begin
NodeName:=Tool.ExtractPropName(CodeNode,false);
ctnProcedure:
NodeName:=Tool.ExtractProcName(CodeNode,[]);
ctnEnumIdentifier:
NodeName:=GetIdentifier(@Tool.Src[CodeNode.StartPos]);
else NodeName:='';
end;
if NodeName<>'' then begin