mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 16:05:55 +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:
|
ctnClassInterface,ctnCPPClass:
|
||||||
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
Result:='('+ACodeTool.ExtractClassInheritance(CodeNode,[])+')';
|
||||||
|
|
||||||
ctnEnumIdentifier:
|
ctnEnumIdentifier, ctnLabelType:
|
||||||
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
Result:=ACodeTool.ExtractIdentifier(CodeNode.StartPos);
|
||||||
|
|
||||||
ctnProcedure:
|
ctnProcedure:
|
||||||
|
Loading…
Reference in New Issue
Block a user