From 31cf66ea898e6fe8c025f08a7c309321b4784669 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 22 May 2001 01:33:04 +0000 Subject: Support for forced upper and lower case styles. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index b22482cb7..636428e1f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -145,6 +145,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_STYLESETEOLFILLED 2057 #define SCI_STYLERESETDEFAULT 2058 #define SCI_STYLESETUNDERLINE 2059 +#define SC_CASE_MIXED 0 +#define SC_CASE_UPPER 1 +#define SC_CASE_LOWER 2 +#define SCI_STYLESETCASE 2060 #define SCI_STYLESETCHARACTERSET 2066 #define SCI_SETSELFORE 2067 #define SCI_SETSELBACK 2068 -- cgit v1.2.3