aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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/Scintilla.iface
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/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index e1814eb5a..47896b63f 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1337,6 +1337,7 @@ get ChangeHistoryOption GetChangeHistory=2781(,)
enu UndoSelectionHistoryOption=SC_UNDO_SELECTION_HISTORY_
val SC_UNDO_SELECTION_HISTORY_DISABLED=0
val SC_UNDO_SELECTION_HISTORY_ENABLED=1
+val SC_UNDO_SELECTION_HISTORY_SCROLL=2
# Enable or disable undo selection history.
set void SetUndoSelectionHistory=2782(UndoSelectionHistoryOption undoSelectionHistory,)