From bf802c64d24f8e3a2cb71c6d7c1c07ac14b12bd4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 22 Feb 2009 22:55:06 -0500 Subject: Added key commands and menu items to navigate 'Find in Files' list. --- core/locale.conf | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index a3eacfb2..b7aed789 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -415,6 +415,18 @@ MENU_SEARCH_REPLACE "Replace" % "Replace _All" MENU_SEARCH_REPLACE_ALL "Replace _All" +% core/ext/menu.lua +% "Find in F_iles" +MENU_SEARCH_FIND_IN_FILES "Find in F_iles" + +% core/ext/menu.lua +% "Goto Next File Found" +MENU_SEARCH_GOTO_NEXT_FILE_FOUND "Goto Next File Found" + +% core/ext/menu.lua +% "Goto Previous File Found" +MENU_SEARCH_GOTO_PREV_FILE_FOUND "Goto Previous File Found" + % core/ext/menu.lua % "gtk-jump-to" MENU_SEARCH_GOTO_LINE "gtk-jump-to" @@ -532,8 +544,8 @@ MENU_BUF_TITLE "_Buffers" MENU_BUF_NEXT "_Next Buffer" % core/ext/menu.lua -% "_Prev Buffer" -MENU_BUF_PREV "_Prev Buffer" +% "_Previous Buffer" +MENU_BUF_PREV "_Previous Buffer" % core/ext/menu.lua % "Toggle View _EOL" @@ -584,8 +596,8 @@ MENU_VIEW_TITLE "_Views" MENU_VIEW_NEXT "_Next View" % core/ext/menu.lua -% "_Prev View" -MENU_VIEW_PREV "_Prev View" +% "_Previous View" +MENU_VIEW_PREV "_Previous View" % core/ext/menu.lua % "Split _Vertical" -- cgit v1.2.3