Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Hoist position calculation into EntryForLine method.
|
|
is for. Add accessor for line number and method to say whether compatible with
a line number and number of characters.
Since LineLayout can report its line number, remove line argument from
EditView::LayoutLine which simplifies calling it.
|
|
data where possible when overwriting a cache entry.
|
|
per-byte and allowing just one line to be processed in a time slice.
Very long lines will not distort estimation or block interaction as much.
|
|
|
|
|
|
|
|
there is a selection text colour into ViewStyle::SelectionTextDrawn.
Pass EditModel to SelectionBackground so focus can be used in a future change.
Simplify code, use const and better names.
Prefer explicit iterator type to auto in cases where it makes little difference.
|
|
drawing more easily.
|
|
|
|
method returns a colour with maximum (0xff) alpha.
|
|
Add Selection::RangeType and EditModel::LineEndInSelection to hoist code out of
EditView.
Replace SimpleAlphaRectangle with Surface::FillRectangleAligned when alpha known
to not be SC_ALPHA_NOALPHA.
|
|
|
|
|
|
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
|
|
|
|
releases. Using value() produces error:
error: call to unavailable member function 'value': introduced in macOS 10.14
|
|
Size of ViewStyle makes it more difficult to understand and this helps a bit.
|
|
appearance.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
|
|
|
|
Change ColourDesired to ColourAlpha in XPM and RGBAImage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
traits in the future.
|
|
|
|
|
|
and the possibility of truncation.
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
|
|
|
|
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
|
|
|
|
|
|
Add IntegerRectangle struct for local use in PlatGTK.cxx.
|
|
|
|
|
|
|