From 59cc2a760aab8a2eb279d79b75a2a7e020e10801 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 23 May 2014 23:32:24 -0400 Subject: Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`. The new `textadept.editing.autocomplete()` is a generic function for a new autocompletion framework that will replace Adeptsense. The framework involves individual autocompletion functions, such as one for autocompleting words. Also added new `AUTOCOMPLETE_ALL` setting for searching all buffers for word completions. --- modules/textadept/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index c6d5d5af..6dc3bc1b 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -47,7 +47,7 @@ local menubar = { {_L['Select _All'], buffer.select_all}, SEPARATOR, {_L['_Match Brace'], editing.match_brace}, - {_L['Complete _Word'], editing.autocomplete_word}, + {_L['Complete _Word'], {editing.autocomplete, 'word'}}, {_L['_Highlight Word'], editing.highlight_word}, {_L['Toggle _Block Comment'], editing.block_comment}, {_L['T_ranspose Characters'], editing.transpose_chars}, -- cgit v1.2.3