diff options
author | 2010-04-21 13:29:38 -0400 | |
---|---|---|
committer | 2010-04-21 13:29:38 -0400 | |
commit | 7e593d0b0a01c64b723a134418c215ed3593021f (patch) | |
tree | 4c167fbc287a210cf7a3624eaa3931ebec2a3eab /core/locale.conf | |
parent | 8adff5c59a8936473fa97d75207b3135fbcbedcb (diff) | |
download | textadept-7e593d0b0a01c64b723a134418c215ed3593021f.tar.gz textadept-7e593d0b0a01c64b723a134418c215ed3593021f.zip |
Moved 'Search' menu into 'Tools' to resolve Alt+S key command conflict.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/core/locale.conf b/core/locale.conf index b4abb7ef..41fd2c29 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -356,60 +356,60 @@ MENU_EDIT_SEL_IN_INDENTED_BLOCK "_Indented Block" MENU_EDIT_SEL_IN_SCOPE "S_cope" % core/ext/menu.lua -% "_Search" -MENU_SEARCH_TITLE "_Search" +% "_Tools" +MENU_TOOLS_TITLE "_Tools" + +% core/ext/menu.lua +% "_Find" +MENU_TOOLS_SEARCH_TITLE "_Find" % core/ext/menu.lua % "gtk-find" -MENU_SEARCH_FIND "gtk-find" +MENU_TOOLS_SEARCH_FIND "gtk-find" % core/ext/menu.lua % "Find _Next" -MENU_SEARCH_FIND_NEXT "Find _Next" +MENU_TOOLS_SEARCH_FIND_NEXT "Find _Next" % core/ext/menu.lua % "Find _Previous" -MENU_SEARCH_FIND_PREV "Find _Previous" +MENU_TOOLS_SEARCH_FIND_PREV "Find _Previous" % core/ext/menu.lua % "gtk-find-and-replace" -MENU_SEARCH_FIND_AND_REPLACE "gtk-find-and-replace" +MENU_TOOLS_SEARCH_FIND_AND_REPLACE "gtk-find-and-replace" % core/ext/menu.lua % "Replace" -MENU_SEARCH_REPLACE "Replace" +MENU_TOOLS_SEARCH_REPLACE "Replace" % core/ext/menu.lua % "Replace _All" -MENU_SEARCH_REPLACE_ALL "Replace _All" +MENU_TOOLS_SEARCH_REPLACE_ALL "Replace _All" % core/ext/menu.lua % "Find _Incremental" -MENU_SEARCH_FIND_INCREMENTAL "Find _Incremental" +MENU_TOOLS_SEARCH_FIND_INCREMENTAL "Find _Incremental" % core/ext/menu.lua % "Find in Fi_les" -MENU_SEARCH_FIND_IN_FILES "Find in Fi_les" +MENU_TOOLS_SEARCH_FIND_IN_FILES "Find in Fi_les" % core/ext/menu.lua % "Goto Next File Found" -MENU_SEARCH_GOTO_NEXT_FILE_FOUND "Goto Next File Found" +MENU_TOOLS_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" +MENU_TOOLS_SEARCH_GOTO_PREV_FILE_FOUND "Goto Previous File Found" % core/ext/menu.lua % "gtk-jump-to" -MENU_SEARCH_GOTO_LINE "gtk-jump-to" - -% core/ext/menu.lua -% "_Tools" -MENU_TOOLS_TITLE "_Tools" +MENU_TOOLS_SEARCH_GOTO_LINE "gtk-jump-to" % core/ext/menu.lua -% "Focus _Command Entry" -MENU_TOOLS_FOCUS_COMMAND_ENTRY "Focus _Command Entry" +% "Command _Entry" +MENU_TOOLS_FOCUS_COMMAND_ENTRY "Command _Entry" % core/ext/menu.lua % "_Run" |