aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2019-11-04Avoid warnings where const reasonable.Neil1-4/+14
2019-11-04Bug [#1933]. Fix highlighting of lines longer than 1024 characters.Neil2-9/+13
2019-11-03Bug [#2130]. Setting rectangular selection made faster by reusing surface.Neil2-1/+8
2019-11-02Feature [feature-requests:#1299] Treat custom tags from HTML5 as known tags.Zufu Liu2-0/+18
These contain "-" like "custom-tag".
2019-11-02Rearrange code to allow more cases.Neil1-1/+2
2019-11-02Format code for space before class.Zufu Liu1-0/+1
2019-11-02Extend script to cover last Unicode character.Zufu Liu1-1/+1
Does not affect output.
2019-11-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Zufu Liu1-1/+1
2019-11-02Fix typo in comment.Zufu Liu1-1/+1
2019-11-02Feature [feature-requests:#1320] Fix non-alphabetic characters in unknown tags.Neil2-1/+6
2019-11-01Remove noexcept from allocating constructors as may throw on memory exhaustion.Neil4-4/+4
2019-11-01Avoid calling vector::shrink_to_fit in destructors as it is not noexcept.Neil2-4/+0
The destructors of the members will ensure that everything is correct. Potential unhandled exceptions reported by Coverity.
2019-11-02Release build turns off assert by defining NDEBUG.Neil Hodgson1-1/+4
2019-10-31Change from SciTE.Neil1-0/+3
2019-10-31Feature [feature-requests:#1319] Include ARM64 in project.Zufu Liu1-2/+38
2019-10-31Feature [feature-requests:#1319] SUBSYSTEM is more explanatory than ADD_LINK.Neil1-3/+3
2019-10-30Feature [feature-requests:#1319] Allow building for ARM64.Zufu Liu1-4/+7
2019-10-30Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu2-7/+28
2019-10-30Reduce unwanted warnings from cppcheck.Neil1-1/+7
2019-10-28Added credit.Neil1-0/+1
2019-10-28Change from SciTE.Neil1-0/+5
2019-10-28Added section for next release.Neil1-0/+8
2019-10-25Added tag rel-4-2-1 for changeset 4f8c3b19095aNeil1-0/+1
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil8-19/+17
2019-10-19Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the start of theZufu Liu2-3/+28
tag instead of the end.
2019-10-16Feature [feature-requests:#1315] Update to Unicode 12.1.Neil3-56/+113
2019-10-16Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs in PATH.Neil1-4/+2
2019-10-13Added const from patch on bug #2131.Zufu Liu1-1/+1
2019-10-13Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu2-1/+6
2019-10-04Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil5-1/+33
overviews or minimaps with reasonable layout.
2019-07-05Add SetAppearance method to make changes to appearance settings and only performNeil1-0/+13
invalidation if the setting is actually changed.
2019-09-30Update project to Xcode 11.Neil Hodgson1-5/+1
2019-09-30Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.Zufu Liu5-14/+50
Avoids splitting and sorting the input twice.
2019-09-30Delete standard functions on classes where there could be attempts to copy.Neil Hodgson4-1/+47
2019-09-28Updated suppression file for Cppcheck 1.89.Neil1-7/+118
2019-09-28Remove virtual call in constructor to stop warnings.Neil1-1/+0
Init was not needed in LineVector as each field is constructed to a good state. This code worked correctly before this change.
2019-09-28Avoid calling virtual methods during destruction to stop warnings.Neil2-8/+23
This code worked correctly before this change.
2019-09-28Bug [#2129]. Fix crash with 'interface=none' comment.Neil2-1/+6
2019-09-26Remove extraneous check.Neil1-3/+1
2019-09-28Updated credits.Neil1-1/+1
2019-09-26Bug [#2121]. Support indented here-docs.SilverDirk2-0/+32
2019-09-26Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu2-0/+10
2019-07-17Feature [feature-requests:#1300] part 5. Stop Google IME on Windows 7 movingjohnsonj2-0/+6
while typing.
2019-07-17Feature [feature-requests:#1300] part 4. Align candidate window to target partjohnsonj2-0/+6
of composition text.
2019-07-17Feature [feature-requests:#1300] part 3. Stop candidate window moving whilejohnsonj2-2/+6
typing.
2019-07-17Feature [feature-requests:#1300] part 2. Position candidate window closer toZufu Liu2-1/+6
composition text.
2019-07-17Bug [#2120]. Avoid candidate window obscuring text when near bottom of screen.Neil2-2/+14
Feature [feature-requests:#1300] part 1.
2019-07-10SciTE changelog.Neil1-0/+3
2019-07-10Added section for next release.Neil1-0/+8