aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-19 11:26:01 +1000
committernyamatongwe <devnull@localhost>2011-07-19 11:26:01 +1000
commit79d3de7e480099864a6f69c0f0d0f5701f83201a (patch)
treebcf4c36ec558af33b8455ed018f5b1ab52720a65 /include/Scintilla.h
parentbb27e8dd8c0e959c7048a18336ac18d482f4d892 (diff)
downloadscintilla-mirror-79d3de7e480099864a6f69c0f0d0f5701f83201a.tar.gz
Added ScrollToStart and ScrollToEnd key commands for OS X.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 99100d11c..403c0dce7 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -816,6 +816,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_RGBAIMAGESETHEIGHT 2625
#define SCI_MARKERDEFINERGBAIMAGE 2626
#define SCI_REGISTERRGBAIMAGE 2627
+#define SCI_SCROLLTOSTART 2628
+#define SCI_SCROLLTOEND 2629
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001