aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.mitchell1-0/+40
2020-07-13lexlua: Return `lexer.colors.name` as a number if possible.mitchell1-1/+1
2020-07-07lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers.mitchell1-4/+75
2020-06-11Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in doc...Neil1-0/+13
2020-05-04Backport: Feature [feature-requests:1347]. Add methods to insert multiple par...Neil1-0/+26
2020-05-03Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ...Neil4-1/+367
2020-05-02Backport: InsertEmpty now returns a pointer to the newly added elements to al...Neil1-0/+21
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-1/+40
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ...Iain Clarke1-3/+36
2020-04-06Backport: Bug [#2164]. Change line comments to terminate at next line start.Neil2-272/+272
2020-03-29lexlua: Fixed incorrect grammar building for lexers that embed themselves.mitchell1-0/+2
2020-03-28Switch to 1-based style numbers internally in Lua.mitchell1-4/+4
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