mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
IDE: codeexplorer: show initialization/finalization in source nodes, issue #33646
git-svn-id: trunk@57692 -
This commit is contained in:
parent
d7f2afdc7f
commit
545e33e8c9
@ -997,7 +997,8 @@ begin
|
||||
CurParentViewNode:=ParentViewNode;
|
||||
|
||||
// don't show statements
|
||||
if (CodeNode.Desc in AllPascalStatements+[ctnParameterList]) then begin
|
||||
if (CodeNode.Desc in AllPascalStatements+[ctnParameterList]-
|
||||
[ctnInitialization,ctnFinalization]) then begin
|
||||
ShowNode:=false;
|
||||
ShowChilds:=false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user