From c9ea3753b0d4f22ade1701e228d5fb19ef230bc7 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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3