aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
commit9fa594e3ebde4d884afe9626be086143cf0adaf8 (patch)
tree365e091d2d9408d27ca8319d47621f8f6a422f7e /include/Scintilla.iface
parent5d1381f5b22d9999cad3d208268b7d976b478b54 (diff)
downloadscintilla-mirror-9fa594e3ebde4d884afe9626be086143cf0adaf8.tar.gz
Added DropSelectionN API.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 01c3f82e7..7b38eb852 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2176,6 +2176,9 @@ fun int SetSelection=2572(int caret, int anchor)
# Add a selection
fun int AddSelection=2573(int caret, int anchor)
+# Drop one selection
+fun void DropSelectionN=2671(int selection,)
+
# Set the main selection
set void SetMainSelection=2574(int selection,)