From c1de3774867127539b9b93efd4a0832a3f3a9fcf Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 18 Apr 2025 09:20:38 +1000 Subject: Control restoring vertical scroll position for undo with SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3