aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-10-04 12:28:01 +1000
committerNeil <nyamatongwe@gmail.com>2019-10-04 12:28:01 +1000
commit637ffffc35cf43b9ed9f4387515f2977bc5ba89f (patch)
tree90b85bfc99a89c31fd855091572ef5d7d4a17315
parenta6ad2ff8b66866aeae17a8bee1eb54edfee331ad (diff)
downloadscintilla-mirror-637ffffc35cf43b9ed9f4387515f2977bc5ba89f.tar.gz
Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.
Backport of changeset 7701:9c08af2c858f.
-rw-r--r--doc/ScintillaDoc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index f05ce6d9a..89214ffbd 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2289,6 +2289,7 @@ struct Sci_TextToFind {
<b id="SCI_GETWHITESPACESIZE">SCI_GETWHITESPACESIZE &rarr; int</b><br />
<code>SCI_SETWHITESPACESIZE</code> sets the size of the dots used for mark space characters.
The <code>SCI_GETWHITESPACESIZE</code> message retrieves the current size.
+ The value 0 is valid and makes the dots invisible.
</p>
<p><b id="SCI_SETTABDRAWMODE">SCI_SETTABDRAWMODE(int tabDrawMode)</b><br />