mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:56:06 +02:00
IDE: code explorer: show sub nodes
git-svn-id: trunk@29978 -
This commit is contained in:
parent
265f94e8af
commit
eace1cdf6c
@ -762,9 +762,11 @@ begin
|
||||
if CodeNode.Desc in [ctnIdentifier,ctnRangedArrayType,
|
||||
ctnOpenArrayType,ctnOfConstType,ctnRangeType,ctnTypeType,ctnFileType,
|
||||
ctnVariantType,ctnEnumerationType,ctnSetType,ctnProcedureType]
|
||||
then
|
||||
then begin
|
||||
ShowNode:=false;
|
||||
|
||||
ShowChilds:=false;
|
||||
end;
|
||||
|
||||
// don't show End.
|
||||
if CodeNode.Desc=ctnEndPoint then
|
||||
ShowNode:=false;
|
||||
@ -820,7 +822,6 @@ begin
|
||||
end;
|
||||
end else begin
|
||||
// not a top level node
|
||||
ShowNode:=false;
|
||||
end;
|
||||
//DebugLn(['TCodeExplorerView.CreateNodes ',CodeNode.DescAsString,' ShowNode=',ShowNode,' ShowChilds=',ShowChilds]);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user