diff options
author | 2009-02-22 22:55:06 -0500 | |
---|---|---|
committer | 2009-02-22 22:55:06 -0500 | |
commit | bf802c64d24f8e3a2cb71c6d7c1c07ac14b12bd4 (patch) | |
tree | dd2d2613707122ec535e95f3d3c2a9420d8ef92c /core/locale.conf | |
parent | 4a245bd4c1db90045988035facad3e55d2b6f45d (diff) | |
download | textadept-bf802c64d24f8e3a2cb71c6d7c1c07ac14b12bd4.tar.gz textadept-bf802c64d24f8e3a2cb71c6d7c1c07ac14b12bd4.zip |
Added key commands and menu items to navigate 'Find in Files' list.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/core/locale.conf b/core/locale.conf index a3eacfb2..b7aed789 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -416,6 +416,18 @@ MENU_SEARCH_REPLACE "Replace" 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" |