Age | Commit message (Collapse) | Author | Files | Lines |
|
Use symbolic constants for colour components, fixing 'magic number' warnings.
|
|
|
|
Write more documentation for undo history.
|
|
|
|
|
|
|
|
|
|
notification handlers.
|
|
|
|
|
|
adding features easier.
Does not change behaviour.
|
|
encapsulate that in ChangeMouseCapture method.
Does not change behaviour.
|
|
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN.
|
|
New methods are SelectionMove, PositionMove, HomeWrapPosition and
SelectionPosition::AddVirtualSpace.
This refactoring commit does not change behaviour.
|
|
this shortens code. LineStartPosition is also noexcept which allows callers to
be noexcept.
|
|
CellBuffer fields.
Declare LineEnd noexcept as it should never throw and that allows methods
calling it to also be noexcept.
Call LineEndPosition to simplify Editor::LineSelectionRange.
|
|
|
|
|
|
|
|
screen line as that is expected.
|
|
files.
|
|
secondary threads which otherwise shows warnings.
Earlier approach of caching client rectangle failed to handle scrolling.
|
|
SpecialRepresentations class.
|
|
|
|
|
|
|
|
|
|
|
|
string_view.
|
|
|
|
retained.
|
|
Make methods private or make into functions where possible to hide more
implementation.
Reorder methods and functions so related code closer and header and
implementation match order.
Use unnamed namespace instead of static.
|
|
|
|
ColourRGBA which is opaque black if the element not found.
|
|
simpler RangeText. This also preserves any NUL characters.
|
|
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
|
|
suffix to be marked as modified in change history.
|
|
|
|
|
|
version of GetStyledText.
|
|
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
|
|
|
|
This is a private interface but could be used by independent platform layers
and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
|
|
to Editor.
|
|
need them.
|