diff options
author | Neil <nyamatongwe@gmail.com> | 2014-03-26 10:07:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-03-26 10:07:32 +1100 |
commit | 7617b84467db2acec9de99a2a2e800f3d59689d5 (patch) | |
tree | e525d0a96e6e183cf0c63adfc27affc4601741e6 /doc/ScintillaHistory.html | |
parent | 907de3d67de5e1365d7c93c597dcfd9ae7373351 (diff) | |
download | scintilla-mirror-7617b84467db2acec9de99a2a2e800f3d59689d5.tar.gz |
Bug [#1588]. Round caret positions to the pixel grid instead of truncating.
This may move the caret to the right 1 pixel in some situations. While sometimes this
appears a little worse, on average it is slightly better than the precious code, with
carets appearing inside the previous character less often.
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 b1b25eb45..225c18cda 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -470,6 +470,11 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1585/">Bug #1585</a>. </li> <li> + Caret positioning changed a little to appear inside characters less often by + rounding the caret position to the pixel grid instead of truncating. + <a href="http://sourceforge.net/p/scintilla/bugs/1588/">Bug #1588</a>. + </li> + <li> Bug fixed where automatic indentation wrong when caret in virtual space. <a href="http://sourceforge.net/p/scintilla/bugs/1586/">Bug #1586</a>. </li> |