From 3de9d37c7b8f4501558d309ada718dc52533e94c Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 22 Jan 2025 21:34:54 +1100 Subject: Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ba416abe2..5f28aae36 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -595,6 +595,12 @@ Released 18 December 2024.
  • + Remember selection with undo and redo. Controlled with SCI_SETSELECTIONUNDOHISTORY. + Feature #1273, + Bug #1479, + Bug #1224. +
  • +
  • Fix bug on Qt where double-click stopped working when Scintilla instance had been running for weeks.
  • -- cgit v1.2.3