aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-01-20 01:21:45 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2016-01-20 01:21:45 -0500
commit699550db6c4aad4d4f852694d7d6a100b790e839 (patch)
tree0ee28516d82aab56722904103282a8e610554c07 /src
parent34ee45b2f180af575b8a1314ca15dc3de1e98fbd (diff)
downloadtextadept-699550db6c4aad4d4f852694d7d6a100b790e839.tar.gz
textadept-699550db6c4aad4d4f852694d7d6a100b790e839.zip
Updated to Scintilla 3.6.3 and enabled idle styling.
Patched Scintilla to prevent warning on widget destroy.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/scintilla.patch12
2 files changed, 13 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index da5edd0c..1b98b5a8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -382,7 +382,7 @@ else
lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip
endif
-scintilla_tgz = scintilla362.tgz
+scintilla_tgz = scintilla363.tgz
scinterm_zip = scinterm_1.6.zip
scintillua_zip = cda7109c51c2.zip
lua_tgz = lua-5.3.2.tar.gz
diff --git a/src/scintilla.patch b/src/scintilla.patch
index 3b30a825..a6111696 100644
--- a/src/scintilla.patch
+++ b/src/scintilla.patch
@@ -18,3 +18,15 @@ diff -r 5693714a8b0b src/Catalogue.cxx
return 1;
}
+diff -r eb69b2b4bb85 gtk/ScintillaGTK.cxx
+--- a/gtk/ScintillaGTK.cxx Mon Jan 18 09:02:53 2016 +1100
++++ b/gtk/ScintillaGTK.cxx Wed Jan 20 00:52:11 2016 -0500
+@@ -3110,7 +3110,7 @@
+ // of the signal handlers here (those that currently attached to wDraw
+ // in Initialise() may require coordinate translation?)
+
+- object_class->dispose = Dispose;
++ //object_class->dispose = Dispose;
+ object_class->finalize = Destroy;
+ #if GTK_CHECK_VERSION(3,0,0)
+ widget_class->get_preferred_width = GetPreferredWidth;