| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-05-13 | Include <string_view> in tests in case needed. | Neil | 1 | -0/+1 | |
| 2018-03-27 | Return a FillResult struct from RunStyles::FillRange instead of modifying | Neil | 1 | -32/+36 | |
| arguments as that is clumsy when converting types. | |||||
| 2018-03-21 | Include header needed for ptrdiff_t. | Mitchell Foral | 1 | -0/+1 | |
| 2018-02-01 | Templatize RunStyles so it can be over ranges of different types and contain | Neil | 1 | -1/+1 | |
| different style types. Currently only instantiated over <int, int>. | |||||
| 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-05-21 | Make SplitVector work with move-only types like unique_ptr. | Neil | 1 | -0/+1 | |
| Provide InsertEmpty and both const and non-const reference returning operator[]. Add and fix comments. | |||||
| 2017-04-22 | Include <memory> for std::unique_ptr. | Neil | 1 | -0/+1 | |
| 2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -1/+1 | |
| where it may be needed in the future. | |||||
| 2016-10-08 | Fix minor warnings in unit tests from MSVC 64-bit. | Neil | 1 | -6/+6 | |
| 2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 1 | -0/+1 | |
| 2013-11-17 | Switch unit tests to Catch framework. | Neil | 1 | -286/+279 | |
| 2013-04-15 | Update tests for last change to RunStyles as it no longer throws in FillRange. | nyamatongwe | 1 | -5/+1 | |
| 2013-04-15 | RunStyles can be corrupted by filling 0 length ranges and ranges that go ↵ | nyamatongwe | 1 | -0/+18 | |
| past end so throw std::invalid_argument exceptions for these conditions. Provide a Check method to validate the consistency of a RunStyles and throw std::runtime_error if corruption is detected. | |||||
| 2012-09-12 | Fix bug where removing all characters from indicator at end of document did | nyamatongwe | 1 | -0/+31 | |
| not remove that run causing iteration over the indicator to hang. | |||||
| 2011-06-07 | Testing RunStyles::AllSame and RunStyles::AllSameAs. | nyamatongwe | 1 | -0/+18 | |
| 2011-06-07 | Add tests for bug found in #3291579 and for new RunStyles::Find | nyamatongwe | 1 | -0/+98 | |
| and ContractionState::HiddenLines methods. | |||||
| 2011-02-01 | Unit tests for Scintilla data structures. | nyamatongwe | 1 | -0/+167 | |
