aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-04-27 17:48:43 +1000
committerNeil <nyamatongwe@gmail.com>2021-04-27 17:48:43 +1000
commit2a884698e73fc35319236ca56a25c0bc663f315b (patch)
treec6d51c35ae743cb4597aa515345a4bbfb9846129
parent13b6f88d9b4710e1c51b36a97c3b45a6441a7820 (diff)
downloadscintilla-mirror-2a884698e73fc35319236ca56a25c0bc663f315b.tar.gz
Use correct parameter name in description.
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 20 April 2021 NH</p>
+ <p>Last edited 27 April 2021 NH</p>
<p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new
<a href="Lexilla.html">Lexilla</a> project.<br />
@@ -1884,7 +1884,7 @@ struct Sci_TextToFind {
<code>SCI_SETADDITIONALSELBACK</code> calls have no
effect until <a class="message" href="#SCI_SETSELFORE"><code>SCI_SETSELFORE</code></a>
and <a class="message" href="#SCI_SETSELBACK"><code>SCI_SETSELBACK</code></a> are
- called with useSelection*Colour value set to true. Subsequent calls to
+ called with <code class="parameter">useSetting</code> value set to true. Subsequent calls to
<a class="message" href="#SCI_SETSELFORE"><code>SCI_SETSELFORE</code></a>,
and <a class="message" href="#SCI_SETSELBACK"><code>SCI_SETSELBACK</code></a> will
overwrite the values set by <code>SCI_SETADDITIONALSEL*</code> functions.</p>
@@ -3358,7 +3358,7 @@ struct Sci_TextToFind {
<p><b id="SCI_SETSELFORE">SCI_SETSELFORE(bool useSetting, <a class="jump" href="#colour">colour</a> fore)</b><br />
<b id="SCI_SETSELBACK">SCI_SETSELBACK(bool useSetting, <a class="jump" href="#colour">colour</a> back)</b><br />
You can choose to override the default selection colouring with these two messages. The colour
- you provide is used if you set <code class="parameter">useSelection*Colour</code> to <code>true</code>. If it is
+ you provide is used if you set <code class="parameter">useSetting</code> to <code>true</code>. If it is
set to <code>false</code>, the default styled colouring is used and the
<code class="parameter">fore</code> or <code class="parameter">back</code>
argument has no effect.</p>