Age | Commit message (Collapse) | Author | Files | Lines |
|
Added constexpr where reasonable.
|
|
|
|
|
|
|
|
|
|
|
|
handles and marker numbers on a line.
|
|
|
|
container lexing when a lexer is set.
|
|
This mostly helps the curses platform where a line of text is a single 'pixel'.
|
|
noexcept.
|
|
|
|
in Scintilla.iface.
|
|
to fix warnings before making widening types in the next change set.
|
|
|
|
C++ Core Guidelines C.146.
|
|
|
|
|
|
|
|
|
|
type safety and adherence to C++ Core Guidelines C.146.
|
|
This reduces casting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dragging instead of manipulating global state..
|
|
Added automatic scrolling when text dragged near edge of window.
|
|
|
|
|
|
|
|
|
|
|
|
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
|
|
|
|
This allows building a version of SciTE that is statically linked to Scintilla
and does not include any lexers but allows the use of lexers provided by
loading a DLL.
|
|
be reused.
|
|
This is preparing to move much of Catalogue into a header for reuse.
|
|
Mark noexcept where reasonable. Check that functions are available.
|
|
|
|
This allows removal of related #include statements.
|
|
|
|
|
|
|
|
Change representation of SparseVector in tests so last value can be seen.
|
|
empty partition.
Add extra checking to Partitioning and turn on checking for UnitTester.
|
|
so one was considered start and was moved for an insertion at that position.
This could flip the order of the positions or change the length of the selection.
|
|
space consumption.
|