From 6652c4eadad09cf6ea23b690c92d70b55a49d57f Mon Sep 17 00:00:00 2001
From: Neil SCI_STYLESETCASE(int styleNumber, int caseMode)
SCI_STYLEGETCASE(int styleNumber)
The value of caseMode determines how text is displayed. You can set upper case
- (SC_CASE_UPPER, 1) or lower case (SC_CASE_LOWER, 2) or camel case (SC_CASE_CAMEL, 3)
+ (SC_CASE_UPPER, 1) or lower case (SC_CASE_LOWER, 2) or camel case (SC_CASE_CAMEL, 3)
or display normally (SC_CASE_MIXED, 0). This does not change the stored text, only how it is
displayed.
SCI_INDICGETHOVERFORE(int indicatorNumber)
These messages set and get the colour and style used to draw indicators when the mouse is over them or the caret moved into them.
- The mouse cursor also changes when an indicator is drawn in hover style.
+ The mouse cursor also changes when an indicator is drawn in hover style.
The default is for the hover appearance to be the same as the normal appearance and calling
- or
+ or
will
also reset the hover attribute.
chlistCompletionMethodSCN_AUTOCCOMPLETED notification
for the possible values for listCompletionMethod.
SCN_URIDROPPED
@@ -7396,13 +7396,13 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next
chlistCompletionMethod
- SCI_AUTOCSELECT message
+ SCI_AUTOCSELECT message
triggered the completion. ch is 0.SCN_FOCUSOUT (2029) when it loses focus.
SCN_AUTOCCOMPLETED
- This notification is generated after an autocompletion has inserted its
+ This notification is generated after an autocompletion has inserted its
text. The fields are identical to the
SCN_AUTOCSELECTION
@@ -7643,7 +7643,7 @@ EM_FORMATRANGE
SCI_GETUSEPALETTE Deprecated
Scintilla no longer supports palette mode. The last version to support palettes was 2.29.
Any calls to these methods should be removed.
SCI_SETKEYSUNICODE(bool keysUnicode) Deprecated
SCI_GETKEYSUNICODE Deprecated
On Windows, Scintilla no longer supports narrow character windows so input is always treated as Unicode.