aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-04-18 09:20:38 +1000
committerNeil <nyamatongwe@gmail.com>2025-04-18 09:20:38 +1000
commitc1de3774867127539b9b93efd4a0832a3f3a9fcf (patch)
tree8109f426718be98882a78c9369fbd9c4ca64224f /include/ScintillaTypes.h
parentd36d669ddfd447fbbe28faef18457177bf102881 (diff)
downloadscintilla-mirror-c1de3774867127539b9b93efd4a0832a3f3a9fcf.tar.gz
Control restoring vertical scroll position for undo with
SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY.
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 71e2be398..0991a1480 100644
--- a/include/ScintillaTypes.h
+++ b/include/ScintillaTypes.h
@@ -302,6 +302,7 @@ enum class ChangeHistoryOption {
enum class UndoSelectionHistoryOption {
Disabled = 0,
Enabled = 1,
+ Scroll = 2,
};
enum class FoldLevel {