diff options
author | 2018-03-12 18:20:24 -0400 | |
---|---|---|
committer | 2018-03-12 18:20:24 -0400 | |
commit | ec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 (patch) | |
tree | 3e465bb700187ef104363c31525a73a4147c0edb /src/scintilla_backports/6118_559dea66606f.patch | |
parent | f82726891b4cd2f323ce882e5aa6d71227dda887 (diff) | |
download | textadept-ec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672.tar.gz textadept-ec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672.zip |
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.
Diffstat (limited to 'src/scintilla_backports/6118_559dea66606f.patch')
-rw-r--r-- | src/scintilla_backports/6118_559dea66606f.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/scintilla_backports/6118_559dea66606f.patch b/src/scintilla_backports/6118_559dea66606f.patch deleted file mode 100644 index cb791fc9..00000000 --- a/src/scintilla_backports/6118_559dea66606f.patch +++ /dev/null @@ -1,20 +0,0 @@ -# HG changeset patch -# User Neil <nyamatongwe@gmail.com> -# 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<Position> character_offsets; - -- // cache holding character offset for each line start, see CharacterOffsetFromByteOffset() -- std::vector<Position> character_offsets; -- - // cached length of the deletion, in characters (see Notify()) - int deletionLengthChar; - // local state for comparing |