aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-06-25 08:54:07 +1000
committerNeil <nyamatongwe@gmail.com>2023-06-25 08:54:07 +1000
commit69ea8169cbc562bda68a46ba00d44c87ffc5a15e (patch)
tree49392ba329ef190536085ded49358ebe7b0c4626 /doc
parent816095e1fabb5d67218b1ef24b28476bbf4a4235 (diff)
downloadscintilla-mirror-69ea8169cbc562bda68a46ba00d44c87ffc5a15e.tar.gz
Strip line end white-space.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 54da5193f..ae1e5a942 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -1347,7 +1347,7 @@ struct Sci_TextToFindFull {
Coalescing treats coalescible container actions as transparent so will still only group together insertions that
look like typing or deletions that look like multiple uses of the Backspace or Delete keys.
</p>
-
+
<h2 id="ChangeHistory">Change history</h2>
<p>Scintilla can display document changes (modified, saved, ...) in the margin or in the text.</p>
@@ -4979,7 +4979,7 @@ struct Sci_TextToFindFull {
</p>
<p>Opaque selection drawing (<a class="seealso" href="#SCI_SETSELECTIONLAYER">SCI_SETSELECTIONLAYER(SC_LAYER_BASE)</a>)
is not supported in bidirectional mode.
- Use <code>SC_LAYER_UNDER_TEXT</code> or <code>SC_LAYER_OVER_TEXT</code> instead.
+ Use <code>SC_LAYER_UNDER_TEXT</code> or <code>SC_LAYER_OVER_TEXT</code> instead.
</p>
</div>
@@ -9683,7 +9683,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next
<td align="center">6</td>
- <td>There was only a single choice in the list and 'choose single' mode was active as set by
+ <td>There was only a single choice in the list and 'choose single' mode was active as set by
<code>
<a class="seealso" href="#SCI_AUTOCSETCHOOSESINGLE">SCI_AUTOCSETCHOOSESINGLE</a></code>. ch is 0.</td>