aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla_backports/6154_284cc3b0e754.patch
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
commitec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 (patch)
tree3e465bb700187ef104363c31525a73a4147c0edb /src/scintilla_backports/6154_284cc3b0e754.patch
parentf82726891b4cd2f323ce882e5aa6d71227dda887 (diff)
downloadtextadept-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/6154_284cc3b0e754.patch')
-rw-r--r--src/scintilla_backports/6154_284cc3b0e754.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/scintilla_backports/6154_284cc3b0e754.patch b/src/scintilla_backports/6154_284cc3b0e754.patch
deleted file mode 100644
index 09267db3..00000000
--- a/src/scintilla_backports/6154_284cc3b0e754.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-# HG changeset patch
-# User Neil <nyamatongwe@gmail.com>
-# Date 1490950601 -39600
-# Node ID 284cc3b0e7544e9894323fd07e038fdec383b836
-# Parent a0f26eaf474d98cb999629f79a3d082c0028925b
-Delete declaration of unimplemented method.
-
-diff -r a0f26eaf474d -r 284cc3b0e754 src/Document.h
---- a/src/Document.h Fri Mar 31 18:19:38 2017 +1100
-+++ b/src/Document.h Fri Mar 31 19:56:41 2017 +1100
-@@ -379,7 +379,6 @@
- Sci::Line GetFoldParent(Sci::Line line) const;
- void GetHighlightDelimiters(HighlightDelimiter &hDelimiter, Sci::Line line, Sci::Line lastLine);
-
-- void Indent(bool forwards);
- Sci::Position ExtendWordSelect(Sci::Position pos, int delta, bool onlyWordCharacters=false) const;
- Sci::Position NextWordStart(Sci::Position pos, int delta) const;
- Sci::Position NextWordEnd(Sci::Position pos, int delta) const;