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/ScintillaTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ScintillaTypes.h') 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 { -- cgit v1.2.3