aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Added Lua LPeg lexer changes to history.rel-3-10-3mitchell1-0/+6
2019-03-04Backport: Fix capitalisation.Neil1-2/+2
2019-03-09Updated version number for release.mitchell8-14/+14
2019-03-09Backport: Use constexpr where reasonable and move groups of static functions ...mitchell3-10/+18
2019-03-03Backport: Remove destructor that doesn't need to be defined.Neil1-2/+0
2019-03-03Backport: Use noexcept where reasonable.Neil14-115/+115
2019-03-03Backport: Delete standard methods of UndoGroup so it can not be copied.Neil1-0/+5
2019-03-03Backport: Bug [#2083]. Ensure container notified if Insert pressed when caret...Neil2-0/+8
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language (CIL...mitchell7-0/+442
2019-02-27Backport: Update suppressions for Cppcheck 1.87.Neil1-1/+6
2019-03-09Backport: Use noexcept and constexpr where possible and reasonable.mitchell2-38/+36
2019-02-24Backport: Remove font caching on Win32.Neil2-107/+10
2019-02-18Added documentation on using Scintilla as a Lua library.mitchell1-0/+32
2019-02-18Updated Lua LPeg lexer credits.mitchell1-0/+3
2019-02-17Updated BACKPORTING.mitchell1-0/+3
2019-02-10Backport: Bug [#2078]. Tidying code.Neil1-2/+1
2019-02-09Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP andNeil2-1/+10
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for over...Zufu Liu8-14/+36
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu7-9/+17
2019-02-02Backport: Feature [feature-requests:#1262]. Enhance raw string identifier sty...Jad Altahan4-1/+45
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 Altahan5-5/+36
2019-01-29Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed subst...Neil4-1/+17
2019-01-29Backport: Add unit test for Tcl lexer.Neil3-0/+19
2019-01-29Backport: Add tcl to native extensions and move pl into more alphabetic posit...Neil1-1/+2
2019-01-29Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot stylin...Jad Altahan5-2/+25
2019-01-29Backport: Add *.nim to native EOLs to ensure it is handled correctly for unit...Neil1-0/+1
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell3-3/+33
2019-01-23Backport: Suppress 'noValidConfiguration' problems with Qt moc_* files.Neil1-5/+3
2019-01-23Backport: Feature [feature-requests:#1258]. Add function IsFuncName() to Nim ...Jad Altahan1-11/+21
2019-01-15Backport: Fix use of "0" for nulls and mark methods "noexcept" where simple.Neil2-20/+20
2019-01-15Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(".Neil2-1/+6
2019-01-15Backport: Noted that 3.7.5 is the final SciTE 3.x.Neil1-0/+3
2019-01-15Backport: Fix link.Neil0-0/+0
2019-01-13Backport: Feature [feature-requests:#1254]. Fix bug causing fold line creatio...Jad Altahan2-5/+10
2019-01-13Backport: Feature [feature-requests:#1253]. Critical fixes for raw stringsJad Altahan2-7/+68
2019-01-13Backport: Replace the only use of a function from <cctype> with a Scintilla f...Neil9-10/+3
2019-02-16Updated copyright year.mitchell135-135/+135
2019-01-31Updated dmd lexer.mitchell1-4/+3
2019-01-31Do not match '..' on the trailing end of floats.mitchell1-1/+2
2019-01-12Added tag rel-3-10-2 for changeset 8b888bf05fe3mitchell1-0/+1
2019-01-12Updates for version 3.10.2.rel-3-10-2mitchell1-5/+5
2019-01-12Updates for version 3.10.2.mitchell8-15/+15
2019-01-12Updated BACKPORTING.mitchell1-0/+16
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