From 9fa594e3ebde4d884afe9626be086143cf0adaf8 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
--
cgit v1.2.3