From 8d49281805d033bc8e6ca0da7ef74ed6de37d25f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 30 Jun 2015 14:06:48 +1000 Subject: Added SC_CASE_CAMEL to the case mode style attribute. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3