Age | Commit message (Collapse) | Author | Files | Lines |
|
This replaces the use of SC_ALPHA_NOALPHA for markers.
|
|
add SetCaretLineLayer.
Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK,
SCI_SETCARETLINEBACKALPHA now discouraged.
|
|
|
|
colours.
|
|
alpha. Set selection and caret elements as allowing translucency.
|
|
|
|
Editor::UpdateBaseElements can be overridden by platform layers to set base
colours although they should also do this when they detect changes in system
settings.
|
|
AutoLineLayout and other code no longer needed so removed.
|
|
|
|
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.
|
|
|
|
|