Neil Hodgson
11 years ago
A new bug led to the position of the caret being changed slightly for platforms that use fractional positions. The caret position is now rounded to the nearest pixel instead of being truncated and this moves the caret to the right 1 pixel in some situations. This does not always look better but does when averaged over many cases. Its better in a majority of cases on Windows and GTK+ and often better on Cocoa. On Cocoa with a retina display it would be better to round to the nearest half pixel.
Other cases such as block carets and selection ranges may also appear better with similar rounding although its unlikely the difference will be as noticeable.
Bug:
http://sourceforge.net/p/scintilla/bugs/1588/
Patch:
http://sourceforge.net/p/scintilla/code/ci/cf4f9372bb65588482154080e04ec59e039a7674/
Neil
Other cases such as block carets and selection ranges may also appear better with similar rounding although its unlikely the difference will be as noticeable.
Bug:
http://sourceforge.net/p/scintilla/bugs/1588/
Patch:
http://sourceforge.net/p/scintilla/code/ci/cf4f9372bb65588482154080e04ec59e039a7674/
Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.