aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports
AgeCommit message (Collapse)Author
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
2018-02-24Backported fix for rect and line selection movements from upstream Scintilla.mitchell
2018-02-19Hopefully final set of backport fixes to compile on build server.mitchell
2018-02-19More backport fixes to compile on build server.mitchell
Requires Scinterm r168 (changeset 46e218082338).
2018-02-19Fixed backports to compile on build server.mitchell
2018-02-18Added Scintilla backporting script.mitchell
2018-02-18Backported some previous Scintilla 4.0.0 changes that broke Scinterm.mitchell
Requires Scinterm r167 (changeset a0a536a4fe7e).
2018-02-18Backported bugfixes and changes from Scintilla 4.0.2 to 4.0.3.mitchell
2018-01-25Backported `buffer.move_extends_selection` from upstream Scintilla.mitchell
2017-11-18Removed Scintilla backport that was causing GTK errors.mitchell
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.