mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 10:58:15 +02:00
IDE: codeexplorer: labels
git-svn-id: trunk@37630 -
This commit is contained in:
parent
59cc5ead15
commit
8611115b6d
@ -732,7 +732,7 @@ begin
|
||||
ctnClassInterface,ctnCPPClass:
|
||||
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
||||
|
||||
ctnEnumIdentifier:
|
||||
ctnEnumIdentifier, ctnLabelType:
|
||||
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
||||
|
||||
ctnProcedure:
|
||||
|
Loading…
Reference in New Issue
Block a user