From c19716305de87bdbaff92cd7f5b61d3907d09852 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 2 Aug 2015 16:08:32 -0400 Subject: Updated to Scintilla 3.6.0. --- src/Makefile | 2 +- src/textadept.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 2a1fcfb8..8034c87d 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 = scintilla357.tgz +scintilla_tgz = scintilla360.tgz scinterm_zip = scinterm_1.6.zip scintillua_zip = scintillua_3.5.7-1.zip lua_tgz = lua-5.3.1.tar.gz diff --git a/src/textadept.c b/src/textadept.c index 23bed434..5df8dc55 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1908,6 +1908,8 @@ static void lL_notify(lua_State *L, struct SCNotification *n) { //lua_pushinteger(L, n->annotationLinesAdded); //lua_setfield(L, -2, "annotation_lines_added"); lua_pushinteger(L, n->updated), lua_setfield(L, -2, "updated"); + //lua_pushinteger(L, n->listCompletionMethod); + //lua_setfield(L, -2, "list_completion_method"); lL_event(L, "SCN", LUA_TTABLE, luaL_ref(L, LUA_REGISTRYINDEX), -1); } -- cgit v1.2.3