aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Switch to 1-based indices in Lua.mitchell1-3/+3
2020-01-05Synchronizing LongTerm3 with default.mitchell2-2/+4
2019-12-02Backport: Add SparseVector::DeleteRange for efficiently removing ranges.Neil1-0/+106
2019-12-02Backport: Add SparseVector::IndexAfter for efficiently finding elements in a ...Neil1-0/+17
2019-12-01Backport: Allow setting value at end of a SparseVector.Neil2-20/+51
2019-12-01Backport: Fix a bug with deleting the first element in SparseVector that left...Neil2-4/+20
2019-12-01Backport: Improve debugging by fixing visualization of SplitVector, adding a ...Neil1-10/+23
2019-11-26Backport: Bug [#2140]. Fix where anchor and caret differ only in amount of vi...Neil1-0/+18
2019-11-25Backport: Fix regression in 7773 where position wasn't moved on to account fo...Neil1-0/+32
2019-11-24Backport: Bug [#2140]. Move rather than grow selection when insertion at start.Neil1-0/+92
2019-11-21Backport: Add test to ensure indicators move sensibly as text is inserted.Neil1-3/+40
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-0/+20
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at sta...Neil1-0/+4
2019-10-16Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ...Neil1-4/+2
2019-09-30Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ...Zufu Liu1-0/+15
2019-06-18Backport: Feature [feature-requests:#1297] 6: Support enumerated types in APIs.Neil1-2/+6
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCa...Neil1-1/+1
2019-06-18Backport: Feature [feature-requests:#1297] 2: Add line type to ScintillaCalla...Neil1-2/+2
2019-07-11Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specifie...mitchell2-0/+163
2019-06-15Backport: Test Scintilla GetStatus and SetStatus.Neil1-0/+7
2019-05-22Backport: Support for VB2017 bin literals & digit separatorsJad Altahan2-0/+8
2019-05-02Backport: Optimize SCI_GETTEXT by calling Document::GetCharRange instead of l...Neil1-1/+6
2019-04-28Backport: Add UniqueString.cxx as UniqueStringCopy no longer defined in header.Neil1-0/+1
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ...mitchell2-2/+4
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil1-0/+5
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-0/+5
2019-04-16Backport: Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIM...mitchell1-0/+5
2019-03-09Backport: Feature [feature-requests:#1268]. Improve the styling of numbers in...Jad Altahan2-0/+16
2019-02-02Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...Jad Altahan2-0/+16
2019-01-31Backport: When loading SciLexer.DLL fails, print out the platform architectur...Neil1-1/+2
2019-01-30Backport: Add a ';' statement separator at end of statement in example code.Neil2-2/+2
2019-01-30Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ...Jad Altahan3-1/+13
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...Neil2-0/+10
2019-01-29Backport: Add unit test for Tcl lexer.Neil3-0/+19
2019-01-29Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...Jad Altahan3-0/+15
2018-10-26lexlua: Fixed HTML unit test with lexer update.mitchell1-5/+3
2018-10-09Backport: Extra tests for out-of-range arguments.Neil1-0/+3
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ...Neil2-0/+383
2018-07-06Backport: Fix a shadowed variable.Neil1-2/+2
2018-05-31Backport: Allow std::unique_ptr to be used more widely.Neil3-0/+3
2018-06-12Added unit tests for Lua LPeg lexers.mitchell1-0/+1148
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in f...mitchell4-0/+6
2018-05-04Backport: Add -large command line option for testing large document option.Neil1-1/+6
2018-04-20Backport: Feature [feature-requests:#1215]. Fix forwarding reference warnings.Neil1-0/+16
2018-04-18Backport: Check for perf_counter before using as not available on Python 2 us...Neil1-14/+20
2018-04-18Backport: Switch performance tests to more accurate timer.Neil1-14/+14
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...mitchell3-3/+3
2018-03-28Backport: Templatize decorations to allow 32-bit or 64-bit positions.Neil1-2/+2
2018-05-05Backport: Split decorations into interface and implementation.mitchell1-30/+30
2018-03-27Backport: Return a FillResult struct from RunStyles::FillRange instead of mod...Neil2-39/+42