aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-04-18 23:42:20 +0000
committernyamatongwe <devnull@localhost>2002-04-18 23:42:20 +0000
commit4dc33e646bb289468a3731d37255281e45e69f7d (patch)
treee3d83845916ef8bec028a260255f3c8a324645d3 /include/Scintilla.h
parent448d9163bfc1aaeafbc63a57655b245cae433b1e (diff)
downloadscintilla-mirror-4dc33e646bb289468a3731d37255281e45e69f7d.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