aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorMitchell Foral <unknown>2017-11-20 12:24:51 +1100
committerMitchell Foral <unknown>2017-11-20 12:24:51 +1100
commit273f2486599617aac4343998bf15dc03f170dbcf (patch)
tree86f3340b71e231871f0af8c7b269a26f055ff309 /include/Scintilla.iface
parente5ff7643da283c203ae53cd4a9baf9c247b55f74 (diff)
downloadscintilla-mirror-273f2486599617aac4343998bf15dc03f170dbcf.tar.gz
Add SCI_GETMOVEEXTENDSSELECTION.
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 1060b2dd1..04de613a5 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1964,6 +1964,9 @@ set void SetSelectionMode=2422(int selectionMode,)
# Get the mode of the current selection.
get int GetSelectionMode=2423(,)
+# Get whether or not regular caret moves will extend or reduce the selection.
+get bool GetMoveExtendsSelection=2706(,)
+
# Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).
fun position GetLineSelStartPosition=2424(int line,)