aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-03-23 00:06:27 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-03-23 00:06:27 -0400
commitce617fad92178e4293e010fc5b427262f5976912 (patch)
tree32255fca95bb4e62c720c7dfa11f53d6ff01127e /modules/textadept/menu.lua
parent2bb67ed5f4b61f80c8575b7bd335b4d764f67a3f (diff)
downloadtextadept-ce617fad92178e4293e010fc5b427262f5976912.tar.gz
textadept-ce617fad92178e4293e010fc5b427262f5976912.zip
Rewrote _m.textadept.snippets module.
Snippet syntax has changed; see LuaDoc for details.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua3
1 files changed, 1 insertions, 2 deletions
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 } },