From 138fe643aaaf797ba7a079d8b8375b5157599706 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Aug 2001 08:03:59 +0000 Subject: Added SCI_STYLESETCASE. --- doc/ScintillaDoc.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 62758d424..83fd07547 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -428,6 +428,7 @@ SCI_STYLESETEOLFILLED(int stylenumber, bool eolfilled) SCI_STYLESETUNDERLINE(int stylenumber, bool underline) SCI_STYLESETCHARACTERSET(int stylenumber, int charset) SCI_STYLESETVISIBLE(int stylenumber, bool visible) +SCI_STYLESETCASE(int stylenumber, SC_CASE_MIXED or SC_CASE_UPPER or SC_CASE_LOWER)

While the style setting messages mentioned above, change the style numbers associated with @@ -467,6 +468,10 @@ SC_CHARSET_HANGUL, and SC_CHARSET_SHIFTJIS. STYLE_CONTROLCHAR, and STYLE_INDENTGUIDE. These can be defined with the SCI_STYLESET* messages.

+

+ SCI_STYLESETCASE can force text to be displayed in upper case + (SC_CASE_UPPER) or lower case (SC_CASE_LOWER). +

Caret and Selection styles

-- cgit v1.2.3