aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-04-18 23:42:20 +0000
committernyamatongwe <unknown>2002-04-18 23:42:20 +0000
commita40a8df04f49472d761f21486193a158745c2927 (patch)
treee3d83845916ef8bec028a260255f3c8a324645d3 /include/Scintilla.h
parentad41fb6fc99d869d4a6246960113c0c2ce55d825 (diff)
downloadscintilla-mirror-a40a8df04f49472d761f21486193a158745c2927.tar.gz
Added enu (enumeration) and lex (lexer) feature types. Defined enumerations and lexers.
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 b4fa06359..1d11642e1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -510,9 +510,11 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCK_ADD 310
#define SCK_SUBTRACT 311
#define SCK_DIVIDE 312
+#define KeyMod SCMOD_
#define SCMOD_SHIFT 1
#define SCMOD_CTRL 2
#define SCMOD_ALT 4
+#define Lexer SCLEX_
#define SCN_STYLENEEDED 2000
#define SCN_CHARADDED 2001
#define SCN_SAVEPOINTREACHED 2002