From ce617fad92178e4293e010fc5b427262f5976912 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 23 Mar 2011 00:06:27 -0400 Subject: Rewrote _m.textadept.snippets module. Snippet syntax has changed; see LuaDoc for details. --- modules/textadept/menu.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 5dab1ff7..8f433efc 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -212,10 +212,9 @@ menubar = { { SEPARATOR }, { title = L('_Snippets'), { L('_Insert'), { m_snippets._insert } }, + { L('In_sert...'), { m_snippets._select } }, { L('_Previous Placeholder'), { m_snippets._prev } }, { L('_Cancel'), { m_snippets._cancel_current } }, - { L('_List'), { m_snippets._list } }, - { L('_Show Scope'), { m_snippets._show_style } }, }, { title = L('_Bookmark'), { L('_Toggle on Current Line'), { m_bookmarks.toggle } }, -- cgit v1.2.3