From 2cac6e9602a9beda0edd90341f550d38e922a36f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 4 Oct 2008 15:47:27 -0400 Subject: Added action for 'Find and Replace' menu item; core/ext/menu.lua --- core/ext/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ext/menu.lua b/core/ext/menu.lua index f9415d70..459d3f61 100644 --- a/core/ext/menu.lua +++ b/core/ext/menu.lua @@ -247,7 +247,7 @@ local actions = { ['Find Next'] = { }, -- TODO: ['Find Prev'] = { }, -- TODO: Replace = { }, -- TODO: - ['Find and Replace'] = { }, -- TODO: + ['Find and Replace'] = { t.find.focus }, ['Jump to'] = { m_editing.goto_line }, -- Tools ['Focus Command Entry'] = { t.command_entry.focus }, -- cgit v1.2.3