aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-11-05 22:11:26 +1100
committerNeil <nyamatongwe@gmail.com>2023-11-05 22:11:26 +1100
commit26b60d88b6d848f3ba55ca046852e079be5fe3c6 (patch)
treebaf6523ea5e4f2d5adfb021def287a6858802b23 /include/Scintilla.iface
parenta3dd1952c420158febe7a11d596ba3f402eb17ab (diff)
downloadscintilla-mirror-26b60d88b6d848f3ba55ca046852e079be5fe3c6.tar.gz
Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
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 c393d6179..918121596 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2797,6 +2797,9 @@ fun void SetSelection=2572(position caret, position anchor)
# Add a selection
fun void AddSelection=2573(position caret, position anchor)
+# Find the selection index for a point. -1 when not at a selection.
+fun int SelectionFromPoint=2474(int x, int y)
+
# Drop one selection
fun void DropSelectionN=2671(int selection,)