aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-18Fix missing include which caused compilation failure on macOS.Neil Hodgson1-0/+1
2023-10-15Bug [#2405]. Fix incorrect substitution when searching for a regular expressionZufu Liu1-0/+46
2023-10-15Use std::array for regex match positions as it will simplify copying.Neil1-0/+1
2023-10-04Significantly reduce memory used for deleting contiguous ranges backwards.Neil1-3/+3
2023-10-04Preparatory changes for fix in next commit. Does not change Scintilla behaviour.Neil1-0/+49
2023-06-25Strip line end white-space.Neil1-2/+2
2023-03-15Fix some warnings from ruff.Neil5-24/+25
2023-02-22Remove _CRT_SECURE_NO_DEPRECATE.Neil4-7/+6
2023-02-05Update suppressions for Cppcheck 2.10. Remove unused variable.rel-5-3-3Neil1-1/+0
2023-01-12Feature [feature-requests:#1474] Simplify with InsertString(string_view).Zufu Liu1-0/+11
2023-01-12Feature [feature-requests:#1474] Move EOL string function to Document and returnZufu Liu1-0/+75
2023-01-10Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectlyZufu Liu1-0/+43
2022-12-02Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches.Neil1-5/+24
2022-11-28Bug [#2363]. Change 'paragraph up' commands SCI_PARAUP and SCI_PARAUPEXTEND toMichael Heath1-0/+40
2022-11-22Add SCI_REPLACETARGETMINIMAL to change text without causing unchanged prefix andNeil1-0/+39
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil2-0/+19
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+8
2022-09-20Some simple tests for change history.Neil1-0/+26
2022-09-17Exit earlier when Scintilla not found - it was continuing and displaying manyNeil1-11/+11
2022-09-02Add PixelAlignCeil and call PixelAlign* to avoid repeated code.Markus Nißl1-0/+13
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil5-13/+612
2022-07-29Apply rule-of-zero to delete standard methods where possible as handled byNeil5-0/+186
2022-07-29Use SplitVector directly instead of throughSplitVectorWithRangeAdd which wasNeil1-23/+0
2022-07-29Add growSize argument to SplitVector constructor with default value so can beNeil1-4/+2
2022-07-28Call Check to ensure in consistent state.Neil1-0/+9
2022-07-24Bug [#2340] Simplify expand all folds. Speed up expand line a little.Zufu Liu1-0/+22
2022-07-22Move EditView::hideSelection to (inverted) SelectionAppearance::visible so thatNeil1-0/+7
2022-07-20Implement PositionNext to iterate. Simpler than IndexAfter for client code whichNeil1-0/+14
2022-07-20Add DeleteAll method as quick way to clear everything.Neil1-0/+3
2022-07-20Check IndexAfter at end.Neil1-0/+1
2022-07-20Fix setting end element empty.Neil1-0/+4
2022-07-17Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...Zufu Liu1-6/+6
2022-07-17Feature [feature-requests:#1442] Added PerLine tests for LineMarkers andZufu Liu1-0/+70
2022-07-04Feature [feature-requests:#1442] Faster build with multiprocessing option.Zufu Liu1-1/+1
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil2-0/+53
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-3/+6
2022-02-10Replace "OS X' with "macOS".Neil2-5/+5
2021-11-13Bug [#2294] Fix assertion failure with autocompletion list when order isNeil1-0/+40
2021-11-12Remove XiteQt.py as ScintillaEditPy is no longer included in ScintillaNeil4-118/+4
2021-11-12Change SCI_GETTEXT, SCI_GETSELTEXT, and SCI_GETCURLINE to be more consistentNeil1-1/+1
2021-10-21Feature [feature-requests:#1417] Use backward iteration to find space / controlZufu Liu1-0/+117
2021-10-17Update Catch2 to 2.13.7 so that it works on Ubuntu 21.10.Neil1-175/+253
2021-10-03Feature [feature-requests:#1417] Add DEL (0x7F) to set of space characters.Neil2-7/+4
2021-09-23Fix comment.rel-5-1-2Neil1-1/+1
2021-09-15Move colour mixing implementations into implementation file.Neil4-0/+236
2021-09-02Bug [#2281] Fix crash with too many subexpressions in regular expression searchNeil1-0/+22
2021-08-25Allow SCI_HIDELINES to hide the first line or all lines.Neil1-0/+15
2021-08-24Remove line end white space.Neil4-14/+14
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+8