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
commit66c006764cd823ff9148bf036a78d50edbe2b9be (patch)
tree1fc316849ccc8e4d1d9422633540e01aaba2ce18
parent30120988430ad43c9686d19c10c41b879128c6ba (diff)
downloadscintilla-mirror-66c006764cd823ff9148bf036a78d50edbe2b9be.tar.gz
Clarified value 0 for SCI_SETWHITESPACESIZE.
-rw-r--r--doc/ScintillaDoc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index c99e5509c..aee54e206 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2292,6 +2292,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 />