aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-24 07:55:40 +0000
committernyamatongwe <devnull@localhost>2000-07-24 07:55:40 +0000
commitffe9b52c918ed5c035358e2df62909b78b89ddf7 (patch)
treeef214f7d4eca7171356cc1e68a5ad0cc2444efdf /include/Scintilla.h
parente72d294166a11717d23c4d1d69c230b49612067c (diff)
downloadscintilla-mirror-ffe9b52c918ed5c035358e2df62909b78b89ddf7.tar.gz
Updated lexer state list.
Added key codes and other constants to .iface.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 67da01825..361a73b47 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -532,8 +532,6 @@ struct SCNotification {
#define SC_MASK_FOLDERS ((1<<SC_MARKNUM_FOLDER) | (1<<SC_MARKNUM_FOLDEROPEN))
-// Moving from WM_* and EM_*
-
#define SCFIND_MATCHCASE 4
#define SCFIND_WHOLEWORD 2
#define SCFIND_DOWN 1
@@ -545,7 +543,7 @@ struct SCNotification {
#define SCK_DOWN 300
#define SCK_UP 301
#define SCK_LEFT 302
-#define SCK_RIGHT 202
+#define SCK_RIGHT 303
#define SCK_HOME 304
#define SCK_END 305
#define SCK_PRIOR 306
@@ -564,7 +562,6 @@ struct SCNotification {
#define SCMOD_CTRL 2
#define SCMOD_ALT 4
-
// Deprecation section listing all API features that are deprecated and will
// will be removed completely in a future version.
// To enable these features define INCLUDE_DEPRECATED_FEATURES