From ec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 12 Mar 2018 18:20:24 -0400 Subject: Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm. Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency. --- src/scintilla_backports/6135_34665edc7efd.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/scintilla_backports/6135_34665edc7efd.patch (limited to 'src/scintilla_backports/6135_34665edc7efd.patch') diff --git a/src/scintilla_backports/6135_34665edc7efd.patch b/src/scintilla_backports/6135_34665edc7efd.patch deleted file mode 100644 index 3f807467..00000000 --- a/src/scintilla_backports/6135_34665edc7efd.patch +++ /dev/null @@ -1,20 +0,0 @@ -# HG changeset patch -# User Neil -# Date 1489632594 -39600 -# Node ID 34665edc7efdd526c62e426bb0f6267f64e156e7 -# Parent 0253f113f22359c009f415099cf635b2637def1e -For multiphase drawing ensure edges and mark underline drawn over fold tags by -moving background drawing of fold tags before edge line and mark underline. - -diff -r 0253f113f223 -r 34665edc7efd src/EditView.cxx ---- a/src/EditView.cxx Fri Mar 17 09:49:55 2017 +1100 -+++ b/src/EditView.cxx Thu Mar 16 13:49:54 2017 +1100 -@@ -1849,6 +1849,8 @@ - if ((phasesDraw != phasesOne) && (phase & drawBack)) { - DrawBackground(surface, model, vsDraw, ll, rcLine, lineRange, posLineStart, xStart, - subLine, background); -+ DrawFoldDisplayText(surface, model, vsDraw, ll, line, xStart, rcLine, subLine, subLineStart, drawBack); -+ phase = static_cast(phase & ~drawBack); - DrawEOL(surface, model, vsDraw, ll, rcLine, line, lineRange.end, - xStart, subLine, subLineStart, background); - } -- cgit v1.2.3