From 6652c4eadad09cf6ea23b690c92d70b55a49d57f Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 20 Nov 2015 11:05:28 +1100 Subject: Remove line end whitespace. --- doc/ScintillaDoc.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 34722f259..5a5a3a532 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2730,7 +2730,7 @@ struct Sci_TextToFind {

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.

@@ -4256,9 +4256,9 @@ struct Sci_TextToFind { SCI_INDICSETHOVERFORE(int indicatorNumber, int colour)
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 - SCI_INDICSETFORE or + SCI_INDICSETFORE or SCI_INDICSETSTYLE will also reset the hover attribute.

@@ -6575,7 +6575,7 @@ struct SCNotification { int token; /* SCN_MODIFIED with SC_MOD_CONTAINER */ int annotationLinesAdded; /* SCN_MODIFIED with SC_MOD_CHANGEANNOTATION */ int updated; /* SCN_UPDATEUI */ - int listCompletionMethod; + int listCompletionMethod; /* SCN_AUTOCSELECTION, SCN_AUTOCCOMPLETED, SCN_USERLISTSELECTION */ }; @@ -7268,19 +7268,19 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next ch - If a fillup character was the method of selection, the used + If a fillup character was the method of selection, the used character, otherwise 0. listCompletionMethod - A value indicating the way in which the completion + A value indicating the way in which the completion occurred. See the table below.
- + See the SCN_AUTOCCOMPLETED notification for the possible values for listCompletionMethod.

SCN_URIDROPPED
@@ -7396,13 +7396,13 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next ch - If a fillup character was the method of selection, the used + If a fillup character was the method of selection, the used character, otherwise 0. listCompletionMethod - A value indicating the way in which the completion + A value indicating the way in which the completion occurred. See the table below. @@ -7426,7 +7426,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next 0x01 - A fillup character triggered the completion. The character used is + A fillup character triggered the completion. The character used is in ch. @@ -7465,7 +7465,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next The - SCI_AUTOCSELECT message + SCI_AUTOCSELECT message triggered the completion. ch is 0. @@ -7486,7 +7486,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next 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.

-- cgit v1.2.3