aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
parent66031843422be132c581335f06f78b800eb36b01 (diff)
downloadscintilla-mirror-8d49281805d033bc8e6ca0da7ef74ed6de37d25f.tar.gz
Added SC_CASE_CAMEL to the case mode style attribute.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 50deb755e..7244bded8 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -217,6 +217,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_CASE_MIXED 0
#define SC_CASE_UPPER 1
#define SC_CASE_LOWER 2
+#define SC_CASE_CAMEL 3
#define SCI_STYLEGETFORE 2481
#define SCI_STYLEGETBACK 2482
#define SCI_STYLEGETBOLD 2483