Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
From Ross McKay.
|
|
This improves sub-pixel alignment when drawing control characters, indicators
and whitespace dots.
|
|
This improves sub-pixel alignment of indented wrapped lines and
sub-pixel positioning that uses aveCharWidth in calculations.
Added type casts to certain places to make it clear that loss of precision
occurs due to assignment of float to int.
|
|
This fixes off by one errors that can happen in some cases.
Simplify Editor::PositionFromLineX() method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to always draw the tab bar and output pane in SciTE.
|
|
|
|
less corruption.
|
|
|
|
|
|
|
|
From Rex Conn.
|
|
|
|
|
|
|
|
|
|
tabs on wide lines.
|
|
|
|
|
|
the same as on GTK+ 3.x.
This simplifies compatibility and allows implementing printing on GTK+ 2.x.
|
|
|
|
|
|
From Jakub Vrána.
|
|
'=' at the start of a file would incorrectly trigger the comment state.
---
lexers/LexRuby.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as they were copying from the start of the pixmap instead of where
the drawing occurred. Caused by optimized drawing in changeset 3949.
Also ensured whitespace fold tails displayed correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Averk.
|
|
|