aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
AgeCommit message (Expand)AuthorFilesLines
2025-02-04Use Lexilla.ruleset from sibling lexilla directory instead of path on myNeil1-1/+2
2025-01-31Add default basic constructor and operator!= to SelectionPosition to ease use.Neil1-0/+1
2024-02-01Move UndoHistory into its own module that is accessible from CellBuffer andNeil1-0/+1
2023-02-22Remove _CRT_SECURE_NO_DEPRECATE.Neil1-4/+4
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-5/+8
2021-09-15Move colour mixing implementations into implementation file.Neil1-0/+1
2021-07-01Add searching test cases for multi-byte encodingNeil1-0/+2
2021-06-21Add tests for CharacterCategoryMap, RESearch, and Document.Zufu Liu1-0/+3
2020-11-10Remove WordList from testing as that is now part of Lexilla.Neil1-1/+0
2020-05-03Feature [feature-requests:1347]. Add InsertLines method to PerLine interface andNeil1-0/+1
2019-12-01Fix a bug with deleting the first element in SparseVector that left an extraNeil1-4/+4
2019-04-28Switch from /std:c++latest to /std:c++17 as Visual C++ 2019 now includes someNeil1-1/+4
2019-04-28Add UniqueString.cxx as UniqueStringCopy no longer defined in header.Neil1-0/+1
2018-03-24Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latestNeil1-11/+12
2018-03-20Add unit tests for UniCoversion.Neil1-0/+1
2016-10-18Visual Studio project for running unit tests makes it easier to debug them.Neil1-0/+164