aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Backport: Use 'const'.Neil1-1/+1
2018-02-27Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method.Neil2-2/+2
2018-02-27Backport: Added <utility> and <tuple> to header order and moved POSIX header ...Neil3-5/+9
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral4-17/+138
2018-02-22Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ...Tobias Kühne2-1/+5
2018-02-17Backport: For rectangular selections, pressing Home or End now moves the care...Vicente2-3/+18
2018-02-10Backport: Eliminate calls of Scintilla APIs that have been removed.Neil Hodgson1-3/+0
2018-02-06Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall C...Dimitar Radev2-1/+6
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil12-21/+75
2018-02-01Backport: Templatize RunStyles so it can be over ranges of different types an...Neil6-75/+100
2018-02-01Backport: Templatize Partitioning so it can hold different types.Neil8-37/+39
2018-01-31Backport: Document bytes argument to SCI_CREATEDOCUMENT.Neil1-0/+3
2018-01-26Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ...Neil4-52/+52
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil4-11/+27
2018-01-28Backport: Match declaration signature to definition signature.Neil1-1/+1
2018-01-28Backport: Use std::end when filling arrays as reduces chance of mistake.Neil5-7/+13
2018-01-28Backport: Use std::abs in preference to abs as std::abs is generic and abs ca...Neil2-3/+4
2018-01-22Backport: Make clamp generic so can be used on more types.Neil1-11/+4
2018-01-21Backport: Match variable types to method so will build if switched to 64-bit.Neil1-2/+2
2018-01-21Backport: Fix namespace so can build inside Visual C++.Neil1-0/+4
2018-01-21Backport: Type casts in case Sci::Position and Sci::Line are extended to 64-b...Neil1-14/+14
2018-01-20Backport: Credit for markdown.properties.Neil1-0/+2
2018-01-10Backport: Added Textilosaurus.Neil1-0/+4
2018-01-02Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that start...John Donoghue2-0/+5
2017-12-14Backport: Added credit for SciTE update.Neil1-0/+1
2017-12-13Backport: Use explicit typedefs instead of deprecated derivation from std::it...Greg Smith1-3/+21
2017-11-21Backport: Update make dependencies due to splitting off ILoader.h.Neil Hodgson1-89/+107
2017-11-21Backport: Update marshalling of signals from Scintilla, changing deprecated N...Neil Hodgson3-42/+39
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral5-0/+15
2017-11-09Backport: Close autocompletion list for escape and delete on macOS 10.13 as t...chinhster2-2/+6
2017-11-05Backport: Stop treating '\' as an escape character in strings.Vicente2-7/+29
2017-11-05Backport: Indent more uniformly with spaces instead of tabs.Vicente1-34/+34
2017-10-30Backport: Fixed wxWindows -> wxWidgets.Neil1-2/+2
2017-10-26Backport: Fix nested Django tags inside a comment breaking highlighting of re...Stephan Deibel2-1/+5
2017-10-26Backport: Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on...Chinh Nguyen2-5/+15
2017-10-23Backport: Document style metadata APIs.Neil2-3/+24
2017-10-16Backport: Use const for interface CharacterIndexer and its implementation Doc...Neil3-10/+10
2017-10-16Backport: Bug [#1975]. Avoid duplicate calls by using inline function instead...Zufu Liu1-5/+6
2017-10-15Backport: Bug [#1977]. Folder treats triple-quoted f-strings like triple-quot...Zufu Liu2-3/+7
2017-10-15Backport: Bug [#1978]. Minor undefined behaviour fixed.Zufu Liu2-1/+5
2017-10-15Backport: Change log.Neil1-0/+1
2017-09-25Backport: Avoiding comma operator warnings from Clang in lexers.Neil Hodgson3-5/+15
2017-09-18Backport: Bug [#1885]. Improve scrolling on macOS 10.12.Neil Hodgson2-8/+19
2017-09-15Backport: Bug [#1972]. Change encoding used in comments to UTF-8.Zufu Liu4-4/+8
2017-09-14Backport: Normalize whitespace.Zufu Liu5-7/+6
2017-09-14Backport: Remove automatically generated line end whitespace.Zufu Liu3-191/+192
2017-09-13Backport: Bug [#1971]. Fix line selection by clicking in the margin when scro...Neil Hodgson2-0/+6
2018-03-15Use active Scintilla namespace in curses platform and fix name clashes.mitchell3-34/+33
2018-03-15Use active Scintilla namespace in LPeg lexer.mitchell1-4/+0
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil235-641/+34