aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f572606af..2338f4ece 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -581,6 +581,11 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1347/">Feature #1347</a>.
</li>
<li>
+ Round SCI_TEXTWIDTH instead of truncating as this may be more accurate when sizing application
+ elements to match text.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1355/">Feature #1355</a>.
+ </li>
+ <li>
Fixed bug in Batch lexer where a single character line with a single character line end continued
state onto the next line.
</li>