| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-08 | Bug [#2488]. Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND. | Neil | 1 | -0/+90 | |
| 2025-07-03 | Feature [feature-requests:#1563]. Move main range in selection serialized form. | Zufu Liu | 1 | -12/+16 | |
| Avoid processing characters multiple times by relying on from_chars munching digit characters instead of searching for delimiters. | |||||
| 2025-02-23 | Silence some warnings in test code.rel-5-5-5 | Neil | 1 | -2/+2 | |
| 2025-02-05 | Simplify SelectionRange::Intersect and add SelectionRange constructor from | Neil | 1 | -0/+32 | |
| positions without virtual space. Add unit tests. | |||||
| 2025-02-01 | Implement serialization of Selection to and from strings. | Neil | 1 | -0/+112 | |
| Requires std::from_chars to be available. | |||||
| 2025-01-31 | Add default basic constructor and operator!= to SelectionPosition to ease use. | Neil | 1 | -0/+151 | |
| 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. | |||||
