diff options
author | 2008-10-04 15:47:27 -0400 | |
---|---|---|
committer | 2008-10-04 15:47:27 -0400 | |
commit | 2cac6e9602a9beda0edd90341f550d38e922a36f (patch) | |
tree | 2f27267359736ec4a93e33656be3ab209b83be0e /core | |
parent | 4dd5c46bd6e0b3a7a882238c3afa69d995d541ce (diff) | |
download | textadept-2cac6e9602a9beda0edd90341f550d38e922a36f.tar.gz textadept-2cac6e9602a9beda0edd90341f550d38e922a36f.zip |
Added action for 'Find and Replace' menu item; core/ext/menu.lua
Diffstat (limited to 'core')
-rw-r--r-- | core/ext/menu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |