aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2019-11-02Backport: Fix typo in comment.Zufu Liu1-1/+1
Backport of changeset 7752:a5aecff704be.
2019-11-02Backport: Feature [feature-requests:#1320] Fix non-alphabetic characters in ↵Neil2-1/+6
unknown tags. Backport of changeset 7751:5f4c6b38cb16.
2019-11-01Backport: Remove noexcept from allocating constructors as may throw on ↵Neil4-4/+4
memory exhaustion. Backport of changeset 7750:12807611677a.
2019-11-01Backport: Avoid calling vector::shrink_to_fit in destructors as it is not ↵Neil2-4/+0
noexcept. The destructors of the members will ensure that everything is correct. Potential unhandled exceptions reported by Coverity. Backport of changeset 7749:329a8e9986a0.
2019-11-02Backport: Release build turns off assert by defining NDEBUG.Neil Hodgson1-0/+1
Backport of changeset 7748:aaf9e24d1256.
2019-10-31Backport: Feature [feature-requests:#1319] Include ARM64 in project.Zufu Liu1-2/+38
Backport of changeset 7746:621a57f9be56.
2019-10-31Backport: Feature [feature-requests:#1319] SUBSYSTEM is more explanatory ↵Neil1-3/+3
than ADD_LINK. Backport of changeset 7745:256c86252e83.
2019-10-30Backport: Feature [feature-requests:#1319] Allow building for ARM64.Zufu Liu1-4/+7
Backport of changeset 7744:043bf8fc5eea.
2019-10-30Backport: Feature [feature-requests:#1304] Avoid unnecessary IME caret movement.Zufu Liu2-7/+28
Backport of changeset 7743:1249076f3f8e.
2019-10-30Backport: Reduce unwanted warnings from cppcheck.Neil1-1/+7
Backport of changeset 7742:409773fd7326.
2019-10-28Backport: Added credit.Neil1-0/+1
Backport of changeset 7741:83d7f3536368.
2019-12-06Backport: Added section for next release.mitchell1-3/+11
Backport of changeset 7739:017f5af10033.
2019-12-06Updated check.mak to include Lua include path only for LexLPeg.o.mitchell1-1/+3
2019-10-26Added tag rel-3-11-1 for changeset 6dc0a3777095mitchell1-0/+1
2019-10-26Preparing for 3.11.1 release.rel-3-11-1mitchell8-18/+27
2019-10-26Updated BACKPORTING.mitchell1-4/+11
2019-10-19Backport: Bug [#2128]. Add fold.xml.at.tag.open option to fold tags at the ↵Zufu Liu2-3/+28
start of the tag instead of the end. Backport of changeset 7708:54e1c9a68c7c.
2019-10-16Backport: Feature [feature-requests:#1315] Update to Unicode 12.1.Neil3-56/+113
Backport of changeset 7707:13ce9d1ee13e.
2019-10-16Backport: Call LoadLibrary with DLL path as Python 3.8 doesn't look for DLLs ↵Neil1-4/+2
in PATH. Backport of changeset 7706:dd931f5c1d93.
2019-10-13Backport: Added const from patch on bug #2131.Zufu Liu1-1/+1
Backport of changeset 7705:620c84903b32.
2019-10-13Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu2-1/+6
Backport of changeset 7704:93f76420e730.
2019-10-04Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
Backport of changeset 7701:9c08af2c858f.
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ↵Neil5-1/+33
can display overviews or minimaps with reasonable layout. Backport of changeset 7700:e6efe007d2dc.
2019-07-05Backport: Add SetAppearance method to make changes to appearance settings ↵Neil1-0/+13
and only perform invalidation if the setting is actually changed. Backport of changeset 7699:ed73f7607752.
2019-10-26Updated check.mak to include Lua include path only for LexLPeg.o.mitchell1-1/+4
2019-09-30Backport: Feature [feature-requests:#1305] Optimize setting up keyword lists ↵Zufu Liu5-14/+50
in lexers. Avoids splitting and sorting the input twice. Backport of changeset 7697:f0848608c92c.
2019-09-30Backport: Delete standard functions on classes where there could be attempts ↵Neil Hodgson4-1/+47
to copy. Backport of changeset 7696:18f98becfeaa.
2019-09-28Backport: Updated suppression file for Cppcheck 1.89.Neil1-7/+118
Backport of changeset 7695:2020b8eeaee9.
2019-09-28Backport: Remove 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. Backport of changeset 7694:513236f5ecd3.
2019-09-28Backport: Avoid calling virtual methods during destruction to stop warnings.Neil2-8/+23
This code worked correctly before this change. Backport of changeset 7693:ee3163c8c00e.
2019-09-28Backport: Bug [#2129]. Fix crash with 'interface=none' comment.Neil2-1/+6
Backport of changeset 7692:88e3b32fc9c0.
2019-09-26Backport: Remove extraneous check.Neil1-3/+1
Backport of changeset 7691:91d02e078079.
2019-09-28Backport: Updated credits.Neil1-1/+1
Backport of changeset 7690:df223cf94118.
2019-09-26Backport: Bug [#2121]. Support indented here-docs.SilverDirk2-0/+32
Backport of changeset 7689:f32c4f7293a7.
2019-09-26Backport: Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu2-0/+10
Backport of changeset 7688:72933772703e.
2019-07-17Backport: Feature [feature-requests:#1300] part 5. Stop Google IME on ↵johnsonj2-0/+6
Windows 7 moving while typing. Backport of changeset 7687:785372d12384.
2019-07-17Backport: Feature [feature-requests:#1300] part 4. Align candidate window to ↵johnsonj2-0/+6
target part of composition text. Backport of changeset 7686:7761c6b46433.
2019-07-17Backport: Feature [feature-requests:#1300] part 3. Stop candidate window ↵johnsonj2-2/+6
moving while typing. Backport of changeset 7685:f03dcfdb449b.
2019-07-17Backport: Feature [feature-requests:#1300] part 2. Position candidate window ↵Zufu Liu2-1/+6
closer to composition text. Backport of changeset 7684:0c4004bea238.
2019-10-26Updated check.mak to include Lua include path.mitchell1-1/+1
2019-07-17Backport: Bug [#2120]. Avoid candidate window obscuring text when near ↵Neil2-2/+22
bottom of screen. Feature [feature-requests:#1300] part 1. Backport of changeset 7683:b99264d451e3.
2019-10-12lexlua: Prevent double-counting of fold points on a single line.mitchell1-1/+1
If a fold word appears more than once on a line, ensure that each occurrence satisfies the fold point criteria, rather than just one of them.
2019-10-12lexlua: Added MediaWiki lexer.mitchell2-0/+59
Thanks to Alexander Misel.
2019-09-20lexlua: Removed `print()` statement in updated prolog lexer.mitchell1-2/+0
2019-09-20lexlua: More updates to logtalk and prolog lexers.mitchell2-138/+390
Thanks to Michael Richter.
2019-09-20lexlua: C lexer recognizes indented preprocessor words.mitchell1-5/+2
2019-09-20lexlua: Updated Rust lexer.mitchell1-21/+49
Thanks to Gabriel Bertilson.
2019-09-17Updated Prolog and Logtalk lexers.mitchell2-17/+28
Thanks to Michael Richter.
2019-08-30Added tag rel-3-11-0 for changeset 0d1f1c82f64fmitchell1-0/+1
2019-08-30Preparing for 3.11.0 release.rel-3-11-0mitchell9-20/+20