From d255bd6711955192f98bed8bf0b98872dab7fca6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 7 Apr 2017 18:10:12 -0400 Subject: Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3. Scintilla 3.7.4 requires a C++11 compiler, which I do not have. --- src/scintilla_backports/6118_559dea66606f.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/scintilla_backports/6118_559dea66606f.patch (limited to 'src/scintilla_backports/6118_559dea66606f.patch') diff --git a/src/scintilla_backports/6118_559dea66606f.patch b/src/scintilla_backports/6118_559dea66606f.patch new file mode 100644 index 00000000..cb791fc9 --- /dev/null +++ b/src/scintilla_backports/6118_559dea66606f.patch @@ -0,0 +1,20 @@ +# HG changeset patch +# User Neil +# Date 1488886060 -39600 +# Node ID 559dea66606f42c080f04db706a1ebe6bef83713 +# Parent 23546875480b1ee4a3f309c738f64166a0409a46 +Bug [#1910]. Fixed double declaration. + +diff -r 23546875480b -r 559dea66606f gtk/ScintillaGTKAccessible.h +--- a/gtk/ScintillaGTKAccessible.h Tue Mar 07 22:20:45 2017 +1100 ++++ b/gtk/ScintillaGTKAccessible.h Tue Mar 07 22:27:40 2017 +1100 +@@ -23,9 +23,6 @@ + // cache holding character offset for each line start, see CharacterOffsetFromByteOffset() + std::vector character_offsets; + +- // cache holding character offset for each line start, see CharacterOffsetFromByteOffset() +- std::vector character_offsets; +- + // cached length of the deletion, in characters (see Notify()) + int deletionLengthChar; + // local state for comparing -- cgit v1.2.3