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
commitc9ea3753b0d4f22ade1701e228d5fb19ef230bc7 (patch)
tree5aeef08d367b469f59516b4f7ff6e861690eb912 /include/Scintilla.iface
parent5928d8b0a198fedb5e23855aa37cc95b4220a26d (diff)
downloadscintilla-mirror-c9ea3753b0d4f22ade1701e228d5fb19ef230bc7.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,)