diff options
| author | nyamatongwe <devnull@localhost> | 2004-07-19 09:44:41 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-07-19 09:44:41 +0000 |
| commit | d087a0fa725a2ddbe871041c8473fdf701009922 (patch) | |
| tree | d8373c58294f5de2d025c8370d38c6a6b7e861df /include | |
| parent | 42dc5eadfc23669ecc3ed9bbfdf7b48c08796fa6 (diff) | |
| download | scintilla-mirror-d087a0fa725a2ddbe871041c8473fdf701009922.tar.gz | |
Java stack traces understood by errorlist lexer.
Diffstat (limited to 'include')
| -rw-r--r-- | include/SciLexer.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 1418b6da1..6fc85a341 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -318,6 +318,7 @@ #define SCE_ERR_IFORT 17 #define SCE_ERR_ABSF 18 #define SCE_ERR_TIDY 19 +#define SCE_ERR_JAVA_STACK 20 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 9427fc977..8fec74f66 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2029,6 +2029,7 @@ val SCE_ERR_IFC=16 val SCE_ERR_IFORT=17 val SCE_ERR_ABSF=18 val SCE_ERR_TIDY=19 +val SCE_ERR_JAVA_STACK=20 # Lexical states for SCLEX_BATCH lex Batch=SCLEX_BATCH SCE_BAT_ val SCE_BAT_DEFAULT=0 |
