aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-10-27 12:13:16 +0000
committernyamatongwe <unknown>2003-10-27 12:13:16 +0000
commiteb8608f6b17d147ca3217e4237d602cf5933d9a2 (patch)
treeb7792180becaeeba46b43bd476e503a349e6e57f /include/Scintilla.h
parent696c95c34cc90a55e716ec070a3dd31ce958520c (diff)
downloadscintilla-mirror-eb8608f6b17d147ca3217e4237d602cf5933d9a2.tar.gz
Patches from Roy Wood:
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 048aac311..d0b788e47 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -559,6 +559,14 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_LINEENDRECTEXTEND 2432
#define SCI_PAGEUPRECTEXTEND 2433
#define SCI_PAGEDOWNRECTEXTEND 2434
+#define SCI_STUTTEREDPAGEUP 2435
+#define SCI_STUTTEREDPAGEUPEXTEND 2436
+#define SCI_STUTTEREDPAGEDOWN 2437
+#define SCI_STUTTEREDPAGEDOWNEXTEND 2438
+#define SCI_WORDLEFTEND 2439
+#define SCI_WORDLEFTENDEXTEND 2440
+#define SCI_WORDRIGHTEND 2441
+#define SCI_WORDRIGHTENDEXTEND 2442
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001