mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 17:00:57 +02:00
IDE: codehelp: added enums
git-svn-id: trunk@16407 -
This commit is contained in:
parent
32e073f898
commit
cdc6915cce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user