From 2a884698e73fc35319236ca56a25c0bc663f315b Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 27 Apr 2021 17:48:43 +1000 Subject: Use correct parameter name in description. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8700ed3e3..12130c41a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -120,7 +120,7 @@

Scintilla Documentation

-

Last edited 20 April 2021 NH

+

Last edited 27 April 2021 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -1884,7 +1884,7 @@ struct Sci_TextToFind { SCI_SETADDITIONALSELBACK calls have no effect until SCI_SETSELFORE and SCI_SETSELBACK are - called with useSelection*Colour value set to true. Subsequent calls to + called with useSetting value set to true. Subsequent calls to SCI_SETSELFORE, and SCI_SETSELBACK will overwrite the values set by SCI_SETADDITIONALSEL* functions.

@@ -3358,7 +3358,7 @@ struct Sci_TextToFind {

SCI_SETSELFORE(bool useSetting, colour fore)
SCI_SETSELBACK(bool useSetting, colour back)
You can choose to override the default selection colouring with these two messages. The colour - you provide is used if you set useSelection*Colour to true. If it is + you provide is used if you set useSetting to true. If it is set to false, the default styled colouring is used and the fore or back argument has no effect.

-- cgit v1.2.3