diff options
author | nyamatongwe <unknown> | 2000-07-24 07:55:40 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-24 07:55:40 +0000 |
commit | 147219ed5bf740a9d59d055c1166be56facd81a1 (patch) | |
tree | ef214f7d4eca7171356cc1e68a5ad0cc2444efdf /include/Scintilla.h | |
parent | fe293f15b13dee43e5b7f235ee210c6f9440e369 (diff) | |
download | scintilla-mirror-147219ed5bf740a9d59d055c1166be56facd81a1.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.h | 5 |
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 |