diff options
author | Neil <nyamatongwe@gmail.com> | 2020-06-10 13:00:05 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-06-10 13:00:05 +1000 |
commit | 0b9c12bf9cc211c30a40b13d7ba72dbba5328369 (patch) | |
tree | fd85a6039819158a325b5b9f2a881434d6a9fdbf /doc/ScintillaHistory.html | |
parent | 6516d81f0ad2574e49732c0def87d19c5a23ddeb (diff) | |
download | scintilla-mirror-0b9c12bf9cc211c30a40b13d7ba72dbba5328369.tar.gz |
Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6f1a31c61..fc698298c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -577,6 +577,11 @@ The latex lexer supports lstlisting environment that is similar to verbatim. <a href="https://sourceforge.net/p/scintilla/feature-requests/1358/">Feature #1358</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> </ul> <h3> <a href="https://www.scintilla.org/scite443.zip">Release 4.4.3</a> |