aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2012-08-26 14:18:30 +0200
committerColomban Wendling <ban@herbesfolles.org>2012-08-26 14:18:30 +0200
commit6783c288d92d91660afa83aef636c17d8dd7c64a (patch)
tree2e30c937676316d67e5f079d08f16adacfd6135b /include/Scintilla.iface
parent4b38afdf9de9878fe3060871c11d26fa4f18a009 (diff)
downloadscintilla-mirror-6783c288d92d91660afa83aef636c17d8dd7c64a.tar.gz
Add SCI_VCHOMEDISPLAYEXTEND keyboard command
This is like SCI_VCHOMEDISPLAY but extending the selection.
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 677dcf855..1871d4f33 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2332,6 +2332,9 @@ fun int DescribeKeyWordSets=4017(, stringresult descriptions)
# If already there move to first character on display line.
fun void VCHomeDisplay=4018(,)
+# Like VCHomeDisplay but extending selection to new caret position.
+fun void VCHomeDisplayExtend=4019(,)
+
# Notifications
# Type of modification and the action which caused the modification.
# These are defined as a bit mask to make it easy to specify which notifications are wanted.