Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
nesting depth.
|
|
parts of multiple selection when copied.
|
|
conversion.
|
|
|
|
|
|
|
|
|
|
This option always selects the first item in the autocompletion list.
|
|
|
|
|
|
|
|
on mayCoalesce flag to indicate that a user operation is complete when false.
|
|
most cases.
Often reduces memory use by around 50% for 32-bit builds and 75% for 64-bit
builds as it may use 2-bytes for a position or length instead of 4 or 8 bytes.
|
|
step. This saves about 50% for a long sequence of single byte actions.
|
|
that is used for reporting undo steps to Document.
This will allow further minimization of undo memory use.
|
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
building UnitTester.cxx on macOS.
|
|
and unnamed namespace.
|
|
group nesting.
|
|
|
|
|
|
|
|
|
|
|
|
match returned.
|
|
|
|
SCFIND_CXX11REGEX.
|
|
Two of these tests are currently returning incorrect results.
|
|
|
|
Set global locale for llvm-mingw libc++.
Add test for \w+ which currently fails for RESearch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as it is redone in SubstituteByPosition.
Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as
needed in SubstituteByPosition.
|
|
SCI_MOVESELECTEDLINESDOWN.
|
|
this shortens code. LineStartPosition is also noexcept which allows callers to
be noexcept.
|
|
|
|
sequence".
|
|
|
|
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.
|
|
|
|
|