Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
|
|
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
|
|
|
|
in the margin or in the text.
|
|
change history markers and simplifies calls.
|
|
|
|
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
|
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
|
|
|
|
subclasses do not need to call StandardASCII.
Avoid some lint warnings.
|
|
Also fixes bugs [#2196] and [#2312].
|
|
over 127 as positive integers.
|
|
make virtual to allow customisation by platform layers.
|