From ee7fc0d723c95ff4cb83aeb8dd90ca90765a618b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 29 Sep 2014 21:11:39 -0400 Subject: Updated to Scintilla 3.5.1. --- src/Makefile | 2 +- src/scintilla.patch | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 4be99f26..df471a70 100644 --- a/src/Makefile +++ b/src/Makefile @@ -379,7 +379,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla350.tgz +scintilla_tgz = scintilla351.tgz scinterm_zip = scinterm_1.4.zip scintillua_zip = scintillua_3.5.0-1.zip lua_tgz = lua-5.2.3.tar.gz diff --git a/src/scintilla.patch b/src/scintilla.patch index 48557491..3b30a825 100644 --- a/src/scintilla.patch +++ b/src/scintilla.patch @@ -18,15 +18,3 @@ diff -r 5693714a8b0b src/Catalogue.cxx return 1; } -diff -r a431f85e13c9 src/EditView.h ---- a/src/EditView.h Mon Aug 11 14:20:07 2014 +1000 -+++ b/src/EditView.h Sat Aug 23 19:15:03 2014 -0400 -@@ -32,7 +32,7 @@ - drawLineTranslucent = 0x40, - drawFoldLines = 0x80, - drawCarets = 0x100, -- drawAll = 0x1FF, -+ drawAll = 0x1FF - }; - - bool ValidStyledText(const ViewStyle &vs, size_t styleOffset, const StyledText &st); -- cgit v1.2.3