From dd0d3ab4eec12d9de43297cac504b6b589788d75 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Dec 2010 23:06:21 -0500 Subject: Added filter-through module for shell commands. --- modules/textadept/menu.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 85835cfe..96d82dc8 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -192,6 +192,7 @@ menubar = { { SEPARATOR }, { L('_Run'), { m_run.run } }, { L('_Compile'), { m_run.compile } }, + { L('Fi_lter Through'), { _m.textadept.filter_through.filter_through } }, { SEPARATOR }, { title = L('_Snippets'), { L('_Insert'), { m_snippets._insert } }, -- cgit v1.2.3