Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-27 | Backport: Return a FillResult struct from RunStyles::FillRange instead of ↵ | Neil | 1 | -32/+36 | |
modifying arguments as that is clumsy when converting types. Backport of changeset 6657:43515e7709c6. | |||||
2018-03-21 | Backport: Include header needed for ptrdiff_t. | Mitchell Foral | 1 | -0/+1 | |
Backport of changeset 6635:f59121877e75. | |||||
2018-02-01 | Backport: Templatize RunStyles so it can be over ranges of different types ↵ | Neil | 1 | -1/+1 | |
and contain different style types. Currently only instantiated over <int, int>. Backport of changeset 6445:89d992f380a1. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -0/+2 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
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 | |