mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 20:59:12 +02:00
IDE: codeexplorer figure mpety class sections: ignore first published
git-svn-id: trunk@19468 -
This commit is contained in:
parent
a4a1f193d8
commit
803eb781be
@ -966,7 +966,7 @@ begin
|
|||||||
CheckUnsortedClassMembers(CodeNode);
|
CheckUnsortedClassMembers(CodeNode);
|
||||||
if (cefcEmptyClassSections in Figures) and
|
if (cefcEmptyClassSections in Figures) and
|
||||||
(CodeNode.FirstChild=nil) and
|
(CodeNode.FirstChild=nil) and
|
||||||
((CodeNode.Desc <> ctnClassPublished) or (CodeNode.EndPos - CodeNode.StartPos > 7)) then
|
((CodeNode.Desc <> ctnClassPublished) or (CodeNode.PriorBrother<>nil)) then
|
||||||
begin
|
begin
|
||||||
// empty class section
|
// empty class section
|
||||||
AddCodeNode(cefcEmptyClassSections,CodeNode);
|
AddCodeNode(cefcEmptyClassSections,CodeNode);
|
||||||
|
Loading…
Reference in New Issue
Block a user