aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2022-07-30 09:00:32 +1000
committerZufu Liu <unknown>2022-07-30 09:00:32 +1000
commita91e4af5c5fbbe464093e24ae39f980b56598847 (patch)
treeac6869d1ec21269c23954a931a334a002800c934 /include/ScintillaTypes.h
parent987598c6d853eac0a99bbf97f4fe847874652ed3 (diff)
downloadscintilla-mirror-a91e4af5c5fbbe464093e24ae39f980b56598847.tar.gz
Bug [#2340] Add option to contract every level for SCI_FOLDALL called
SC_FOLDACTION_CONTRACT_EVERY_LEVEL. Avoid processing lines multiple times.
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r--include/ScintillaTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h
index ba19b1253..343dec749 100644
--- a/include/ScintillaTypes.h
+++ b/include/ScintillaTypes.h
@@ -302,6 +302,7 @@ enum class FoldAction {
Contract = 0,
Expand = 1,
Toggle = 2,
+ ContractEveryLevel = 4,
};
enum class AutomaticFold {