From cb57c684e1fb68ac8b4fc9c26a33bce603265eba Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Apr 2013 15:21:32 -0400 Subject: Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality. Also changed experimental find incremental API. --- modules/textadept/menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index a727b1e0..5dc77735 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -109,8 +109,8 @@ local menubar = { {_L['Find _Incremental'], gui_find.find_incremental}, SEPARATOR, {_L['Find in Fi_les'], utils.find_in_files}, - {_L['Goto Nex_t File Found'], {gui_find.goto_file_in_list, true}}, - {_L['Goto Previou_s File Found'], {gui_find.goto_file_in_list, false}}, + {_L['Goto Nex_t File Found'], {gui_find.goto_file_found, false, true}}, + {_L['Goto Previou_s File Found'], {gui_find.goto_file_found, false, false}}, SEPARATOR, {_L['_Jump to'], m_editing.goto_line}, }, -- cgit v1.2.3