Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
multiple selections.
|
|
|
|
|
|
|
|
The destructors of the members will ensure that everything is correct.
Potential unhandled exceptions reported by Coverity.
|
|
|
|
overviews or minimaps with reasonable layout.
|
|
invalidation if the setting is actually changed.
|
|
Init was not needed in LineVector as each field is constructed to a good state.
This code worked correctly before this change.
|
|
|
|
|
|
|
|
Adds LengthNoExcept method that copies Length but only for internal use.
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
|
|
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
|
|
This will extend valid maximum position from 31-bits to 53-bits which is ample.
|