aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2012-08-25 00:07:55 +0200
committerColomban Wendling <ban@herbesfolles.org>2012-08-25 00:07:55 +0200
commitd88283eb94e318406cf3b6c1c3d489668ac8e804 (patch)
tree7ed258d66aefa1c70e282f4c3361f468187e4454 /include/Scintilla.iface
parent8fb28f024bf597b55e8dbdf2bd11e3f9d69a5a41 (diff)
downloadscintilla-mirror-d88283eb94e318406cf3b6c1c3d489668ac8e804.tar.gz
Add SCI_VCHOMEDISPLAY keyboard command
This works like SCI_HOMEDISPLAY but goes to the first visible character if on a logical line, like does SCI_VCHOME. This command makes it possible to use display-line-aware commands while keeping the "smart home" feature.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 138730e61..677dcf855 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2328,6 +2328,10 @@ fun int DescribeProperty=4016(string name, stringresult description)
# Retrieve a '\n' separated list of descriptions of the keyword sets understood by the current lexer.
fun int DescribeKeyWordSets=4017(, stringresult descriptions)
+# Move caret to before first visible character on display line.
+# If already there move to first character on display line.
+fun void VCHomeDisplay=4018(,)
+
# 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.