From 26b60d88b6d848f3ba55ca046852e079be5fe3c6 Mon Sep 17 00:00:00 2001
From: Neil
+
@@ -1343,6 +1344,11 @@ struct Sci_TextRangeFull {
Since there is always at least one selection, to set a list of selections, the first selection should be
added with SCI_SETSELECTION and later selections added with SCI_ADDSELECTION
+ SCI_SELECTIONFROMPOINT(int x, int y) → int
+ Return the index of the selection at the point. If there is no selection at the point, return -1.
+ This can be used to drop a selection or make it the main selection.
SCI_DROPSELECTIONN(int selection)
If there are multiple selections, remove the indicated selection.
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b808bd4b8..2e26d8900 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -591,6 +591,9 @@
Released 18 November 2023.