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 | b50d82d5dd2c07da8064c4accbedb523a51b500d (patch) | |
| tree | e6889d04df874025c54e43ed08ab9cdcf56f2c4c /doc/ScintillaHistory.html | |
| parent | c6f1f1c7c7f486fd19c394a7e33df9f0980b55c8 (diff) | |
| download | scintilla-mirror-b50d82d5dd2c07da8064c4accbedb523a51b500d.tar.gz | |
Backport: Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.
Backport of changeset 8297:3665e2c20cd4.
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 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> |
