From 71ad18d73bd733fcfe20656f7c96042a59139107 Mon Sep 17 00:00:00 2001 From: qw Date: Thu, 28 Jan 2016 18:49:03 +0500 Subject: [PATCH] Update for build 3083 --- Context.sublime-menu | 3 +++ Find in Files.sublime-menu | 3 ++- Main.sublime-menu | 25 ++++++++++++++++--------- 3 files changed, 21 insertions(+), 10 deletions(-) mode change 100644 => 100755 Context.sublime-menu mode change 100644 => 100755 Find in Files.sublime-menu mode change 100644 => 100755 Main.sublime-menu diff --git a/Context.sublime-menu b/Context.sublime-menu old mode 100644 new mode 100755 index c92f2d3..b08d7ef --- a/Context.sublime-menu +++ b/Context.sublime-menu @@ -1,4 +1,7 @@ [ + { "command": "open_context_url" }, + { "command": "context_goto_definition", "caption": "Перейти к определению…" }, + { "caption": "-", "id": "clipboard" }, { "command": "copy", "caption": "Копировать" }, { "command": "cut", "caption": "Вырезать" }, { "command": "paste", "caption": "Вставить" }, diff --git a/Find in Files.sublime-menu b/Find in Files.sublime-menu old mode 100644 new mode 100755 index 4b7d222..e09a4f7 --- a/Find in Files.sublime-menu +++ b/Find in Files.sublime-menu @@ -4,5 +4,6 @@ { "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Фильтр файлов по маске" }, { "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Исключить файлы по маске" }, { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Добавить открытые папки" }, - { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Добавить открытые файлы" } + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Добавить открытые файлы" }, + { "command": "add_where_snippet", "args": {"snippet": ""}, "caption": "Добавить текущий файл" }, ] diff --git a/Main.sublime-menu b/Main.sublime-menu old mode 100644 new mode 100755 index 54b678f..3df1965 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -133,7 +133,8 @@ { "command": "revert", "caption": "Перезагрузить файл", "mnemonic": "v" }, { "command": "close_all", "caption": "Закрыть все файлы" }, { "caption": "-", "id": "exit" }, - { "command": "exit", "caption": "Выход", "mnemonic": "x" } + { "command": "exit", "caption": "Выход", "mnemonic": "x", "platform": "Windows" }, + { "command": "exit", "caption": "Завершить", "mnemonic": "Q", "platform": "Linux" }, ] }, { @@ -154,7 +155,7 @@ }, { "caption": "-", "id": "clipboard" }, { "command": "copy", "caption": "Копировать", "mnemonic": "C" }, - { "command": "cut", "caption": "Вырезать", "mnemonic": "n" }, + { "command": "cut", "caption": "Вырезать", "mnemonic": "t" }, { "command": "paste", "caption": "Вставить", "mnemonic": "P" }, { "command": "paste_and_indent", "caption": "Вставить с отступами", "mnemonic": "I" }, { "command": "paste_from_history", "caption": "Вставить из истории" }, @@ -575,7 +576,7 @@ ] }, { "caption": "-", "id": "settings" }, - { "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "Перенос строк", "mnemonic": "w", "checkbox": true }, + { "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "Перенос строк", "mnemonic": "W", "checkbox": true }, { "caption": "Ширина строк", "children": @@ -641,7 +642,7 @@ { "command": "next_view_in_stack", "caption": "Следующий файл в стеке" }, { "command": "prev_view_in_stack", "caption": "Предыдущий файл в стеке" }, { "caption": "-" }, - { "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "h", "ipp", "inl", "m", "mm"]}, "caption": "К объявлению/реализации", "mnemonic": "H" }, + { "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]}, "caption": "К объявлению/реализации", "mnemonic": "H" }, { "caption": "-" }, { "command": "select_by_index", "args": { "index": 0 } }, { "command": "select_by_index", "args": { "index": 1 } }, @@ -669,7 +670,7 @@ }, { "caption": "Закладки", - "mnemonic": "b", + "mnemonic": "B", "id": "bookmarks", "children": [ @@ -725,13 +726,18 @@ { "command": "set_build_system", "args": {"index": 5}, "checkbox": true }, { "command": "set_build_system", "args": {"index": 6}, "checkbox": true }, { "command": "set_build_system", "args": {"index": 7}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 8}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 9}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 10}, "checkbox": true }, + { "command": "set_build_system", "args": {"index": 11}, "checkbox": true }, + { "caption": "-" }, { "command": "$build_systems" }, { "caption": "-" }, { "command": "new_build_system", "caption": "Новая система сборки…" } ] }, - { "command": "build", "caption": "Создать", "mnemonic": "B" }, - { "command": "build", "caption": "Создать", "args": {"variant": "Run"}, "mnemonic": "R" }, + { "command": "build", "caption": "Собрать", "mnemonic": "B" }, + { "command": "build", "args": {"select": true}, "caption": "Собрать…" }, { "command": "exec", "args": {"kill": true}, "caption": "Отменить создание", "mnemonic": "C" }, { "caption": "Результаты создания", @@ -761,7 +767,7 @@ { "caption": "Проект", "id": "project", - "mnemonic": "p", + "mnemonic": "P", "children": [ { "command": "prompt_open_project_or_workspace", "caption": "Открыть проект…" }, @@ -780,7 +786,7 @@ { "command": "open_recent_project_or_workspace", "args": {"index": 6 } }, { "command": "open_recent_project_or_workspace", "args": {"index": 7 } }, { "caption": "-" }, - { "command": "clear_recent_workspaces", "caption": "Очистить список" } + { "command": "clear_recent_projects_and_workspaces", "caption": "Очистить список" } ] }, { "caption": "-" }, @@ -875,6 +881,7 @@ { "command": "remove_license", "caption": "Удалить лицензию"}, { "caption": "-" }, { "command": "update_check", "caption": "Проверить наличие обновлений…", "platform": "!Linux" }, + { "command": "show_changelog", "caption": "Changelog…" }, { "command": "show_about_window", "caption": "О программе...", "mnemonic": "A" } ] }