Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
version of Font.
|
|
|
|
and using aliases of these in the Style objects.
Font measurement is also performed once for each unique font and the results
copied into each style.
No change is needed in callers.
On PLAT_WX, the font ascent is cached in the Font object when Ascent is called
but this is not copied into the aliases as ascent is protected. Therefore the
code that copies the FontID into the alias also calls Ascent to ensure the
ascent value is cached.
|
|
window as that causes allocation of large buffers on some platforms.
|
|
|
|
|
|
|
|
Was not finding each occurance of a given string due to misaligned
character access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A double-click on a visible character always selects that character and the word it is in.
From Jordan Russell.
|
|
|
|
#3125977.
Also includes an updated field in notification so that updates of no interest can be
easily ignored.
|
|
|
|
|
|
|
|
From Tino Weinkauf.
|
|
Feature #3146650.
|
|
|
|
|
|
|
|
Use a library for the lexers with MSVC to simplify SciTE makefile.
|
|
line start.
|
|
|
|
can be fixed in PlatGTK.cxx.
|
|
avoids last pixel with LineTo.
Changed RectangleDraw and Ellipse to align better with lines
and so match fold markers.
|
|
|
|
LineTo
to avoid blurry images when using an antialiased drawing library like Cairo.
|
|
|
|
|
|
|
|
|
|
and non-greedy matches.
|
|
|
|
|
|
Contributed by Farshid Lashkari.
|
|
|
|
|
|
|
|
avoiding
case force processing unless at least one style uses a case force option.
|
|
|
|
|
|
efficiently.
|
|
dwell start on timer. Send dwell end for mouse leave.
|