aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2025-07-03Feature [feature-requests:#1563]. Move main range in selection serialized form.masterZufu Liu1-12/+16
2025-05-12Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK.orbitalquark1-0/+5
2025-03-27Add performance test for case-insensitive DBCS searching.Neil1-0/+22
2025-03-08Define constants for UTF-8 and UTF-16 implementation for clarity.Neil1-0/+33
2025-03-03Feature [feature-requests:#1417]. Improve UTF-8 segmentation for some controlNeil1-0/+131
2025-02-23Silence some warnings in test code.rel-5-5-5Neil3-17/+24
2025-02-23Feature [feature-requests:#1540]. Remove unused variable.Neil1-17/+0
2025-02-05Simplify SelectionRange::Intersect and add SelectionRange constructor fromNeil1-0/+32
2025-02-04Use Lexilla.ruleset from sibling lexilla directory instead of path on myNeil1-1/+2
2025-02-04Fix segmentation of long lexemes to avoid breaking before modifiers like accentsNeil1-0/+56
2025-02-04Add overload of UnicodeFromUTF8 that takes a string_view.Neil1-0/+5
2025-02-01Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED andNeil1-0/+33
2025-02-01Implement serialization of Selection to and from strings.Neil1-0/+112
2025-01-31Update comment about modules tested.Neil1-17/+11
2025-01-31Add default basic constructor and operator!= to SelectionPosition to ease use.Neil4-0/+154
2025-01-22Bug [#1224]. Remember selection in undo history. SCI_SETSELECTIONUNDOHISTORY.Neil1-0/+1
2024-11-30Feature [feature-requests:#1533]. Tests for BraceMatch.Zufu Liu1-0/+49
2024-11-26Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.Neil4-0/+4
2024-07-28Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and itsNeil1-0/+19
2024-07-27Feature [feature-requests:#1530]. SCI_SETCOPYSEPARATOR sets string to separateNeil1-3/+16
2024-07-15Add copy and paste tests for rectangular- and multiple-selection and line-endNeil1-0/+47
2024-07-03Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.Martijn Laan1-0/+4
2024-06-20Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.Martijn Laan1-0/+13
2024-04-04Update Catch testing framework from v2.13.7 to v2.13.10.Neil1-61/+78
2024-03-09Bug [#2432]. Fix redo failure.Neil1-0/+26
2024-03-08Bug [#2403]. Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM.Jiří Techet1-0/+22
2024-02-27Restore change history to the extent possible when restoring undo history.Neil1-12/+129
2024-02-09Implement API to read and write undo history from applications.Neil1-0/+76
2024-02-10Add missing header for test.Neil Hodgson1-0/+1
2024-02-09Avoid overhead of extra start actions that delimited user operations. Now reliesNeil1-1/+1
2024-02-02Implement ScaledVector to store undo positions and lengths using less memory inNeil1-0/+50
2024-02-01Store undo text in ScrapStack, a single allocation instead of one allocation perNeil1-22/+41
2024-02-01Add UndoAction class as internal type for undo actions and make Action a structNeil1-21/+21
2024-02-01Move UndoHistory into its own module that is accessible from CellBuffer andNeil4-0/+4
2024-02-01Protect CATCH_CONFIG_WINDOWS_CRTDBG to only be active on Windows to allowNeil1-0/+2
2024-01-30Avoid warnings in unit tests with const, nullptr, [[nodiscard]], initialisation,Neil10-30/+34
2024-01-29Add tests for an undo history with only container actions and 2 levels of undoNeil1-3/+39
2024-01-29Add tests for container undo actions, checking that they coalesce when required.Neil1-1/+68
2024-01-02Fix warnings in test case code mostly by adding const.Neil7-70/+73
2024-01-02Add tests for undo of Document.Neil1-0/+81
2023-12-30Add tests for undo history, coalescing, grouping, tentative.Neil1-0/+216
2023-12-21Bug [#2405]. Avoid character fragments in regular expression search results.Zufu Liu2-0/+41
2023-12-14Bug [#2405]. Fix regular expression bug in reverse direction where shortenedZufu Liu1-1/+1
2023-12-12Slight speed up by allowing unitTest.o to compile in parallel with others.Zufu Liu1-1/+1
2023-12-12Bug [#2405]. Fix regular expression assertion (^, $, \b. \B) failures when usingZufu Liu1-5/+32
2023-12-11Add std::regex tests for assertions in context which are common.Neil1-0/+42
2023-12-09Allow parallel building with makefile.Neil1-19/+25
2023-12-07Simplify substitution checks.Zufu Liu1-39/+34
2023-12-06Shorten tests with some helpers.Neil1-106/+83
2023-12-02Bug [#2157]. Fix regular expression search for word begin \< and word end \>.Zufu Liu1-0/+130