| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  |  | 
|  |  | 
|  | 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. | 
|  |  | 
|  |  | 
|  | 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. |