Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Remove Lexilla files from Scintilla | Neil | 1 | -234/+0 | |
2018-05-13 | Include <string_view> in tests in case needed. | Neil | 1 | -0/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -0/+2 | |
interfaces ILexer4 and IDocument. | |||||
2017-07-17 | Ensures tests build after change set 6352. | Neil | 1 | -0/+2 | |
2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 | |
2016-10-08 | Fix minor warnings in unit tests from MSVC 64-bit. | Neil | 1 | -5/+5 | |
2013-11-17 | Switch unit tests to Catch framework. | Neil | 1 | -200/+184 | |
2011-02-13 | Added Merge method to SparseState to make it possible to detect significant | nyamatongwe | 1 | -1/+100 | |
changes in lexers which will require styling beyond the end of the current range. | |||||
2011-02-10 | Only append a state if the value differs from the last current value. | nyamatongwe | 1 | -0/+7 | |
2011-02-10 | New class SparseState for storing lexer state that may not | nyamatongwe | 1 | -0/+138 | |
change on most lines. |