aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Backport: Bug [#2131]. Turn off whitespace fold flag when fold.compact=0.Zufu Liu2-1/+6
2019-10-04Backport: Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ca...Neil5-1/+33
2019-07-05Backport: Add SetAppearance method to make changes to appearance settings and...Neil1-0/+13
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
2019-09-30Backport: Delete standard functions on classes where there could be attempts ...Neil Hodgson4-1/+47
2019-09-28Backport: Updated suppression file for Cppcheck 1.89.Neil1-7/+118
2019-09-28Backport: Remove virtual call in constructor to stop warnings.Neil1-1/+0
2019-09-28Backport: Avoid calling virtual methods during destruction to stop warnings.Neil2-8/+23
2019-09-28Backport: Bug [#2129]. Fix crash with 'interface=none' comment.Neil2-1/+6
2019-09-26Backport: Remove extraneous check.Neil1-3/+1
2019-09-28Backport: Updated credits.Neil1-1/+1
2019-09-26Backport: Bug [#2121]. Support indented here-docs.SilverDirk2-0/+32
2019-09-26Backport: Feature [feature-requests:#1306] Fold qw arrays.Zufu Liu2-0/+10
2019-07-17Backport: Feature [feature-requests:#1300] part 5. Stop Google IME on Windows...johnsonj2-0/+6
2019-07-17Backport: Feature [feature-requests:#1300] part 4. Align candidate window to ...johnsonj2-0/+6
2019-07-17Backport: Feature [feature-requests:#1300] part 3. Stop candidate window movi...johnsonj2-2/+6
2019-07-17Backport: Feature [feature-requests:#1300] part 2. Position candidate window ...Zufu Liu2-1/+6
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 bottom...Neil2-2/+22
2019-10-12lexlua: Prevent double-counting of fold points on a single line.mitchell1-1/+1
2019-10-12lexlua: Added MediaWiki lexer.mitchell2-0/+59
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
2019-09-20lexlua: C lexer recognizes indented preprocessor words.mitchell1-5/+2
2019-09-20lexlua: Updated Rust lexer.mitchell1-21/+49
2019-09-17Updated Prolog and Logtalk lexers.mitchell2-17/+28
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
2019-07-11Updated BACKPORTING.mitchell1-0/+20
2019-07-03Backport: Mentioning second bug report for 2110.Neil1-1/+3
2019-07-02Backport: Bug [#2115]. Backed out changeset: d70ccc4f172a as not undefined be...Neil1-3/+2
2019-07-02Backport: Bug [#2115]. Backed out changeset: 74b2c724a1df as not undefined be...Neil1-2/+2
2019-07-01Backport: Use noexcept on Document where reasonable with no effect on externa...Neil2-80/+81
2019-07-01Backport: Use noexcept in HighlightDelimiter - its a simple struct.Neil1-5/+5
2019-07-01Backport: Bug [#2115]. Fix undefined behaviour of shifting signed 1 by 31.Zufu Liu1-2/+2
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell16-52/+106
2019-06-29Backport: Bug [#2115]. Fix undefined behaviour of shifting negative values.Zufu Liu1-2/+3
2019-06-29Backport: Bug [#2111]. Retracted change to IME on GTK.Neil2-11/+0
2019-06-28Backport: Bug [#2116]. Fix deletion of isolated invalid bytes.Zufu Liu2-11/+30
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil6-4/+17
2019-06-21Backport: Bug [#2106]. Place line caret in correct location for line caret wi...Neil4-1/+14
2019-06-25Backport: Avoid cppcheck warnings by using same names in declaration and defi...Neil1-2/+2
2019-06-25Backport: Bug [#2098]. Remove unused variable.Zufu Liu1-2/+1
2019-06-25Backport: Bug [#2098]. Fix single quoted strings where '" (quote, double quot...Zufu Liu2-1/+5
2019-06-25Backport: Bug [#2112]. Matlab lexer now treats keywords as case-sensitive.Zufu Liu2-1/+5
2019-06-24Backport: On Cocoa, stop internal failures for missing fonts.Neil Hodgson1-3/+5
2019-06-23Backport: Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7...Neil Hodgson1-1/+1
2019-06-22Backport: Bug [#2111]. Reset IME when mouse is clicked on GTK.Hodong Kim2-0/+13