diff options
author | Neil <nyamatongwe@gmail.com> | 2025-02-04 20:57:26 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-02-04 20:57:26 +1100 |
commit | 3c7b3d58881b98806a0eb5bbd94a07c38b9fe7c5 (patch) | |
tree | 84bfcce4cd245c333cab38586f43be89e8c7259f /src/EditModel.h | |
parent | c88990bc3bd3e043a426773d24d55a7527e84dcf (diff) | |
download | scintilla-mirror-3c7b3d58881b98806a0eb5bbd94a07c38b9fe7c5.tar.gz |
Ensure undo selection history for view is deleted when view destroyed or
history disabled.
Diffstat (limited to 'src/EditModel.h')
-rw-r--r-- | src/EditModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EditModel.h b/src/EditModel.h index b9c331573..1c4823b2e 100644 --- a/src/EditModel.h +++ b/src/EditModel.h @@ -105,6 +105,7 @@ public: [[nodiscard]] int GetMark(Sci::Line line) const; void EnsureModelState(); + void ChangeUndoSelectionHistory(Scintilla::UndoSelectionHistoryOption undoSelectionHistoryOptionNew); }; } |