From 2a922d679ec36743287191fbd9f67a6fef9f7f1b Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sun, 24 Jul 2022 10:00:06 +1000 Subject: Bug [#2340] Simplify expand all folds. Speed up expand line a little. --- src/ContractionState.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ContractionState.h') diff --git a/src/ContractionState.h b/src/ContractionState.h index 55c390c55..ae753f8d1 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -36,6 +36,7 @@ public: virtual bool GetExpanded(Sci::Line lineDoc) const noexcept=0; virtual bool SetExpanded(Sci::Line lineDoc, bool isExpanded)=0; + virtual bool ExpandAll()=0; virtual Sci::Line ContractedNext(Sci::Line lineDocStart) const noexcept =0; virtual int GetHeight(Sci::Line lineDoc) const noexcept=0; -- cgit v1.2.3