From 07510a6ffd4f5b286c0d39711ddd9a651c4a84e2 Mon Sep 17 00:00:00 2001
From: Neil
+
@@ -1691,6 +1692,12 @@ struct Sci_TextToFind {
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_DROPSELECTIONN(int selection)
+ If there are multiple selections, remove the indicated selection.
+ If this was the main selection then make the previous selection the main and if it was the first then the last selection becomes main.
+ If there is only one selection, or there is no selection selection, then there is no effect.
SCI_SETMAINSELECTION(int selection)
SCI_GETMAINSELECTION
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7b377d640..9418f6605 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -458,6 +458,9 @@
Released 12 December 2013.