aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-08-30 02:10:56 +0000
committernyamatongwe <devnull@localhost>2000-08-30 02:10:56 +0000
commitbf1c3c2594606ee77d7450222afbe4284adbcc6d (patch)
tree8530393749d064413402831a2e096abb040a2cbc /include/Scintilla.iface
parent27103d76bfd65b8083393a9906531fdf4cac9f88 (diff)
downloadscintilla-mirror-bf1c3c2594606ee77d7450222afbe4284adbcc6d.tar.gz
Perl error format supported.
SCE_ERR_* symbols replace inline constants.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c691ad386..dce7cb4c6 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1233,6 +1233,13 @@ val SCE_LUA_PREPROCESSOR=9
val SCE_LUA_OPERATOR=10
val SCE_LUA_IDENTIFIER=11
val SCE_LUA_STRINGEOL=12
+val SCE_ERR_DEFAULT=0
+val SCE_ERR_PYTHON=1
+val SCE_ERR_GCC=2
+val SCE_ERR_MS=3
+val SCE_ERR_CMD=4
+val SCE_ERR_BORLAND=5
+val SCE_ERR_PERL=6
################################################
# From WinDefs.h