aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
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