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/ScintillaDoc.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 2d0cd4679..5c92043cc 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1444,6 +1444,9 @@ struct Sci_TextRangeFull {
SCI_GETSELECTIONSERIALIZED(<unused>, char *selectionString) → position
Set or query the selection type and positions as a serialized string.
The format of this string may change in future versions so should not be persisted beyond the current session.
+ The format is currently
[selType:R|L|T] [# mainRange ,] [anchor [v virtualSpace] [- caret [v virtualSpace]]] [, ...]
+
Example of a multiple selection with virtual space: #1,5v3-2,1
+
SC_ELEMENT_SELECTION_ADDITIONAL_TEXT : colouralpha
--
cgit v1.2.3