From cde12528a7e587833926354b88ad1974aedaf103 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 3 Jul 2025 08:23:26 +1000 Subject: Feature [feature-requests:#1563]. Move main range in selection serialized form. Avoid processing characters multiple times by relying on from_chars munching digit characters instead of searching for delimiters. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 0e04865d8..e8b55793b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -602,6 +602,10 @@ Released 8 June 2025.
  • + Change format for SCI_GETSELECTIONSERIALIZED. + Feature #1563. +
  • +
  • On Win32, force autocompletion list colours to be opaque. Enlarge bitmap to avoid visible blank background between items. Bug #2482. -- cgit v1.2.3