From 68147393527efc2364e821a3979d853aac0e5940 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 May 2014 12:09:44 -0400 Subject: Removed Adeptsense in favor of new framework committed in r1735. Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. --- modules/textadept/menu.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 6dc3bc1b..4aac1eff 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -108,10 +108,6 @@ local menubar = { {_L['_Next Error'], {textadept.run.goto_error, false, true}}, {_L['_Previous Error'], {textadept.run.goto_error, false, false}}, SEPARATOR, - { title = _L['_Adeptsense'], - {_L['_Complete Symbol'], textadept.adeptsense.complete}, - {_L['Show _Documentation'], textadept.adeptsense.show_apidoc}, - }, { title = _L['_Bookmark'], {_L['_Toggle Bookmark'], textadept.bookmarks.toggle}, {_L['_Clear Bookmarks'], textadept.bookmarks.clear}, @@ -132,6 +128,8 @@ local menubar = { {_L['_Cancel Snippet'], textadept.snippets._cancel_current}, }, SEPARATOR, + {_L['_Complete Symbol'], utils.autocomplete_symbol}, + {_L['Show _Documentation'], textadept.editing.show_documentation}, {_L['Show St_yle'], utils.show_style}, }, { title = _L['_Buffer'], -- cgit v1.2.3