| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-04 | Use Lexilla.ruleset from sibling lexilla directory instead of path on my | Neil | 1 | -1/+2 | |
| personal machine. | |||||
| 2025-01-31 | Add default basic constructor and operator!= to SelectionPosition to ease use. | Neil | 1 | -0/+1 | |
| Use default member initializer, constexpr for constructors and equality operators and <, [[nodiscard]] for comparison operators. Add simple unit tests for Selection. Not trying to be exhaustive here, just start the process of adding tests. | |||||
| 2024-02-01 | Move UndoHistory into its own module that is accessible from CellBuffer and | Neil | 1 | -0/+1 | |
| tests but hidden from most of Scintilla. Access through std::unique_ptr. | |||||
| 2023-02-22 | Remove _CRT_SECURE_NO_DEPRECATE. | Neil | 1 | -4/+4 | |
| Replace [v]sprintf with bounds checked [v]snprintf. | |||||
| 2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 1 | -5/+8 | |
| in the margin or in the text. | |||||
| 2021-09-15 | Move colour mixing implementations into implementation file. | Neil | 1 | -0/+1 | |
| Avoids some warnings but drops constexpr. Use MixedWith in PlatWin for GDI instead of local implementation. Add unit tests for Geometry. | |||||
| 2021-07-01 | Add searching test cases for multi-byte encoding | Neil | 1 | -0/+2 | |
| 2021-06-21 | Add tests for CharacterCategoryMap, RESearch, and Document. | Zufu Liu | 1 | -0/+3 | |
| 2020-11-10 | Remove WordList from testing as that is now part of Lexilla. | Neil | 1 | -1/+0 | |
| 2020-05-03 | Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and | Neil | 1 | -0/+1 | |
| all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations. | |||||
| 2019-12-01 | Fix a bug with deleting the first element in SparseVector that left an extra | Neil | 1 | -4/+4 | |
| empty partition. Add extra checking to Partitioning and turn on checking for UnitTester. | |||||
| 2019-04-28 | Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes some | Neil | 1 | -1/+4 | |
| C++20 features. | |||||
| 2019-04-28 | Add UniqueString.cxx as UniqueStringCopy no longer defined in header. | Neil | 1 | -0/+1 | |
| 2018-03-24 | Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latest | Neil | 1 | -11/+12 | |
| but also allowing std::auto_ptr for Catch. | |||||
| 2018-03-20 | Add unit tests for UniCoversion. | Neil | 1 | -0/+1 | |
| 2016-10-18 | Visual Studio project for running unit tests makes it easier to debug them. | Neil | 1 | -0/+164 | |
| Debugging visualizer for SplitVector helps understand state of objects. | |||||
