Age | Commit message (Collapse) | Author | Files | Lines |
|
table-driven line end discovery algorithm and performing line insertions in
batches.
|
|
|
|
all implementations. This will allow insertion of lines in batches in a future
change set.
Added tests for PerLine implementations.
|
|
LineStartIndex::Active.
|
|
efficiently set those elements.
|
|
subclass.
|
|
|
|
|
|
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.
|
|
|