| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-17 | Feature [feature-requests:#1442] Added PerLine tests for LineMarkers and | Zufu Liu | 1 | -0/+70 | |
| LineAnnotation. Line deletion behaviour could be defined differently but current behaviour was most expected in most circumstances. | |||||
| 2022-04-08 | Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII so | Neil | 1 | -2/+0 | |
| subclasses do not need to call StandardASCII. Avoid some lint warnings. | |||||
| 2021-10-21 | Feature [feature-requests:#1417] Use backward iteration to find space / control | Zufu Liu | 1 | -0/+117 | |
| character and text / punctuation boundaries in SafeSegment as will be simpler and faster in almost all cases. Simplify BreakFinder::Next calling SafeSegment. | |||||
| 2021-08-24 | Remove line end white space. | Neil | 1 | -2/+2 | |
| 2021-07-17 | Fix minor inconsistency with word searching results at start and end of document | Neil | 1 | -0/+8 | |
| which were considered word start / end positions even when first or last character did not fit requirements. | |||||
| 2021-07-17 | Extract word edge detection to prepare for fixing bug. | Neil | 1 | -0/+23 | |
| This change does not affect behaviour. | |||||
| 2021-07-16 | Feature [feature-requests:#1381] Fix position returned when in 2nd segment. | Neil | 1 | -0/+19 | |
| 2021-07-14 | Feature [feature-requests:#1408] More accurate handling of invalid DBCS byte | Neil | 1 | -6/+51 | |
| pairs in backwards NextPosition. | |||||
| 2021-07-05 | Feature [feature-requests:#1408] Check both bytes of potential DBCS character | Zufu Liu | 1 | -7/+60 | |
| before treating as a character. | |||||
| 2021-07-12 | Add support for benchmarks and Russian text in the unit tests. | Neil | 1 | -0/+31 | |
| 2021-07-11 | Add search tests with different encodings, case-matching options, and ↵ | Neil | 1 | -4/+189 | |
| directions. | |||||
| 2021-07-03 | Feature [feature-requests:#1408] Simplify code, remove IsDBCSTrailByteInvalid. | Zufu Liu | 1 | -11/+0 | |
| Drop temporary test for IsDBCSTrailByteNoExcept. | |||||
| 2021-07-03 | Feature [feature-requests:#1408] Use positive IsDBCSTrailByteNoExcept function | Zufu Liu | 1 | -0/+12 | |
| instead of negated IsDBCSTrailByteInvalid. | |||||
| 2021-07-02 | Feature [feature-requests:#1408] Treat valid DBCS lead byte followed by invalid | Zufu Liu | 1 | -0/+20 | |
| trail byte as single byte. | |||||
| 2021-07-01 | Add searching test cases for multi-byte encoding | Neil | 1 | -11/+55 | |
| 2021-06-21 | Add tests for CharacterCategoryMap, RESearch, and Document. | Zufu Liu | 1 | -0/+59 | |
