aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-10-19 21:52:08 +1100
committerNeil <nyamatongwe@gmail.com>2015-10-19 21:52:08 +1100
commitef75a00a35ddc6dbd8593f3fb94e8fbe048ff410 (patch)
tree32dab69789f83ab7675f772ebc81d2d0fa29164a /doc/ScintillaHistory.html
parent0d0f2a1cc688e39fda86273cb32d28053a237137 (diff)
downloadscintilla-mirror-ef75a00a35ddc6dbd8593f3fb94e8fbe048ff410.tar.gz
Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 87f79f755..35592a94c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -530,6 +530,10 @@
Optimise marker redrawing by only drawing affected lines when markers shown in the text.
</li>
<li>
+ Report error (SC_STATUS_FAILURE) when negative length passed to SCI_SETSTYLING.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1768/">Bug #1768</a>.
+ </li>
+ <li>
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
</li>
<li>