From a91e4af5c5fbbe464093e24ae39f980b56598847 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 30 Jul 2022 09:00:32 +1000 Subject: Bug [#2340] Add option to contract every level for SCI_FOLDALL called SC_FOLDACTION_CONTRACT_EVERY_LEVEL. Avoid processing lines multiple times. --- doc/ScintillaDoc.html | 6 ++++++ doc/ScintillaHistory.html | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index bcbc88152..dfa138b29 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7591,6 +7591,12 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ Toggle between contracted and expanded. + + SC_FOLDACTION_CONTRACT_EVERY_LEVEL + 4 + Used for SCI_FOLDALL only, can be combined with SC_FOLDACTION_CONTRACT or SC_FOLDACTION_TOGGLE to contract all levels instead of only top-level. + + diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 08c00bf86..1188fbc00 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -605,6 +605,11 @@ Feature #1441.
  • + Add SC_FOLDACTION_CONTRACT_EVERY_LEVEL option to contract every level for + SCI_FOLDALL. + Bug #2340. +
  • +
  • Enable multiline regex for gcc and clang when REGEX_MULTILINE defined. This requires gcc 11.3 or clang 14. Bug #2338. -- cgit v1.2.3