aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-07-19 11:26:01 +1000
committernyamatongwe <unknown>2011-07-19 11:26:01 +1000
commitc7ab0fe4f5e640022b4c177d4382bbd762aae605 (patch)
treec1489aca9cf6091bc0f48d97793f34218428c7d4 /include/Scintilla.iface
parent6d3267744b1ab02bad264077856acda21242c44c (diff)
downloadscintilla-mirror-c7ab0fe4f5e640022b4c177d4382bbd762aae605.tar.gz
Added ScrollToStart and ScrollToEnd key commands for OS X.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 28273f012..95e784e19 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2168,6 +2168,12 @@ fun void MarkerDefineRGBAImage=2626(int markerNumber, string pixels)
# It has the width and height from RGBAImageSetWidth/Height
fun void RegisterRGBAImage=2627(int type, string pixels)
+# Scroll to start of document.
+fun void ScrollToStart=2628(,)
+
+# Scroll to end of document.
+fun void ScrollToEnd=2629(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)