aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-06-30 14:06:48 +1000
committerNeil <nyamatongwe@gmail.com>2015-06-30 14:06:48 +1000
commit8d49281805d033bc8e6ca0da7ef74ed6de37d25f (patch)
tree4a14588880cc980da9fa8145f91ad3944d1f42e1 /include/Scintilla.iface
parent66031843422be132c581335f06f78b800eb36b01 (diff)
downloadscintilla-mirror-8d49281805d033bc8e6ca0da7ef74ed6de37d25f.tar.gz
Added SC_CASE_CAMEL to the case mode style attribute.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9a084785a..818a2ca38 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -462,6 +462,7 @@ enu CaseVisible=SC_CASE_
val SC_CASE_MIXED=0
val SC_CASE_UPPER=1
val SC_CASE_LOWER=2
+val SC_CASE_CAMEL=3
# Get the foreground colour of a style.
get colour StyleGetFore=2481(int style,)