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/6183_3e2dd5970075.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/scintilla_backports/6183_3e2dd5970075.patch (limited to 'src/scintilla_backports/6183_3e2dd5970075.patch') diff --git a/src/scintilla_backports/6183_3e2dd5970075.patch b/src/scintilla_backports/6183_3e2dd5970075.patch deleted file mode 100644 index e8da9fe3..00000000 --- a/src/scintilla_backports/6183_3e2dd5970075.patch +++ /dev/null @@ -1,18 +0,0 @@ -# HG changeset patch -# User Neil -# Date 1492139205 -36000 -# Node ID 3e2dd597007504f8745a3fed53ccba9bbe611265 -# Parent 7c132e9340ce3425120c0c84820461d238f0560a -Ensure capitalHeight initialised. - -diff -r 7c132e9340ce -r 3e2dd5970075 src/Style.cxx ---- a/src/Style.cxx Wed Apr 12 17:37:25 2017 +1000 -+++ b/src/Style.cxx Fri Apr 14 13:06:45 2017 +1000 -@@ -68,6 +68,7 @@ - void FontMeasurements::Clear() { - ascent = 1; - descent = 1; -+ capitalHeight = 1; - aveCharWidth = 1; - spaceWidth = 1; - sizeZoomed = 2; -- cgit v1.2.3