aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-11-05 14:08:57 +1100
committerNeil <nyamatongwe@gmail.com>2023-11-05 14:08:57 +1100
commit04cc53969e0d23cf19365712ca8c6afdbc4f3822 (patch)
tree01e14e82dee06ba50f57f9bf5b523d244c7b6ca0 /include/Scintilla.iface
parent7f6786c9118007d0fcf3632c585e203a66c13c35 (diff)
downloadscintilla-mirror-04cc53969e0d23cf19365712ca8c6afdbc4f3822.tar.gz
Add SCI_SETMOVEEXTENDSSELECTION to simplify selection mode manipulation.
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 9f02c78d2..b15606af0 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2362,6 +2362,9 @@ set void SetSelectionMode=2422(SelectionMode selectionMode,)
# Get the mode of the current selection.
get SelectionMode GetSelectionMode=2423(,)
+# Set whether or not regular caret moves will extend or reduce the selection.
+set void SetMoveExtendsSelection=2719(bool moveExtendsSelection,)
+
# Get whether or not regular caret moves will extend or reduce the selection.
get bool GetMoveExtendsSelection=2706(,)