aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Backport: Stop variable shadowing. This makes the code easier to understand a...Neil1-1/+1
2019-01-06Backport: Bug [#2068]. Fix some clang-tidy warnings.Zufu Liu11-16/+16
2019-01-06Backport: Feature [feature-requests:#1251]. Properly ignore backslash in raw ...Jad Altahan1-2/+7
2019-01-05Backport: Modernize errorlist lexer a little - unnamed namespace, reducing va...Neil1-20/+19
2019-01-05Backport: Recognize negative line numbers in GCC-format messages.Neil2-1/+6
2019-01-03Backport: Update suppressions for Cppcheck 1.86.Neil1-0/+7
2019-01-03Backport: Avoid shadowing of AutoSurface.Neil1-3/+3
2019-01-03Backport: Bug [#2073]. Stop GetCharacterAndWidth returning negative character...Zufu Liu1-2/+2
2018-12-12Backport: Feature [feature-requests:#1247]. Handles message groups as well as...Iain Clarke2-31/+83
2018-12-12Backport: Bug [#2069]. LexerCPP: modernize int to std::string conversionJannick1-3/+1
2018-12-12Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding pr...Jannick2-5/+14
2018-12-07Backport: Feature [feature-requests:#1246]. Replace MAKELONG with MAKELRESULT...Zufu Liu1-3/+3
2018-12-04Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by re...Neil2-10/+25
2018-11-29Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple selec...Neil2-0/+4
2018-11-28Backport: Move functions to unnamed namespaceJad Altahan1-101/+106
2018-11-28Backport: Removed description of fold.comment as it is shared with other lexe...Neil1-2/+1
2018-11-28Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ...Kacper Kasper2-44/+225
2019-01-12Fixed LexNim backport error.mitchell1-2/+2
2018-11-21Backport: Changes to IsNumOctal & SCE_NIM_IDENTIFIERJad Altahan1-5/+5
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan7-1/+756
2018-11-20Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then aNeil Hodgson2-1/+25
2018-11-18Backport: Bug [#2059]. Update URL in comment.Neil1-1/+1
2018-11-25lexlua: Updated ConTeXt Lua lexer with proper diff.mitchell1-10/+14
2018-11-25lexlua: Updated ConTeXt lexer.mitchell1-15/+19
2018-10-31Added tag rel-3-10-1 for changeset 28b920189a7cmitchell1-0/+1
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell9-15/+97
2018-10-26lexlua: Fixed HTML unit test with lexer update.mitchell1-5/+3
2018-10-26Updated BACKPORTING.mitchell1-6/+47
2018-10-18Backport: Updated case conversion and character categories to Unicode 11.Neil3-62/+187
2018-10-17Backport: Use nullptr, default brace and member initialisation for some simpl...Neil2-52/+42
2018-10-17Backport: Use nullptr and default brace initialisation for some simple cases.Neil3-4/+6
2018-10-17Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid li...Neil2-5/+9
2018-10-16Backport: Suppress warnings from cppcheck 1.85.Neil1-0/+10
2018-10-16Backport: Make damping work in ActionDuration.Colomban Wendling1-1/+1
2018-10-15Backport: Set number of lines wrapped in one go to maintain responsiveness an...Neil3-2/+17
2018-10-15Backport: Extract duration measurement damping and clamping into ActionDurati...Neil3-24/+47
2018-10-11Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code.Neil9-31/+31
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil10-15/+55
2018-10-09Backport: Improve performance of Editor::RangeText by avoding per-character c...Neil1-3/+1
2018-10-09Backport: Improve performance of text insertion when Unicode line indexing off.Neil2-7/+16
2018-10-09Backport: Extra tests for out-of-range arguments.Neil1-0/+3
2018-09-30Backport: Synchronize definition and documentation.Neil2-4/+4
2018-09-29Backport: Use nullptr when simple.Neil1-6/+6
2018-09-29Backport: Normalize formatting with astyle.Neil1-5/+5
2018-09-29Backport: Remove dead code.Neil1-1/+0
2018-09-29Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as bef...Zufu Liu1-5/+9
2018-09-26Backport: Bug [#2046]. Optimize setting up representation.Zufu Liu1-2/+3
2018-09-24Backport: Bug [#2045]. LexCPP: Fix 'elif' token lengthhuki2-3/+8
2018-09-20Backport: Ignore another warning in LaTeX lexer.Neil1-0/+1
2018-09-20Backport: Fix highlighting of non-ASCII characters in links.maboroshin2-30/+35