Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update for build 3083
Browse files Browse the repository at this point in the history
  • Loading branch information
san4op committed Jan 28, 2016
1 parent 04f7927 commit 71ad18d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Context.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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": "Вставить" },
Expand Down
3 changes: 2 additions & 1 deletion Find in Files.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<open folders>"}, "caption": "Добавить открытые папки" },
{ "command": "add_where_snippet", "args": {"snippet": "<open files>"}, "caption": "Добавить открытые файлы" }
{ "command": "add_where_snippet", "args": {"snippet": "<open files>"}, "caption": "Добавить открытые файлы" },
{ "command": "add_where_snippet", "args": {"snippet": "<current file>"}, "caption": "Добавить текущий файл" },
]
25 changes: 16 additions & 9 deletions Main.sublime-menu
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
},
{
Expand All @@ -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": "Вставить из истории" },
Expand Down Expand Up @@ -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":
Expand Down Expand Up @@ -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 } },
Expand Down Expand Up @@ -669,7 +670,7 @@
},
{
"caption": "Закладки",
"mnemonic": "b",
"mnemonic": "B",
"id": "bookmarks",
"children":
[
Expand Down Expand Up @@ -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": "Результаты создания",
Expand Down Expand Up @@ -761,7 +767,7 @@
{
"caption": "Проект",
"id": "project",
"mnemonic": "p",
"mnemonic": "P",
"children":
[
{ "command": "prompt_open_project_or_workspace", "caption": "Открыть проект…" },
Expand All @@ -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": "-" },
Expand Down Expand Up @@ -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" }
]
}
Expand Down

0 comments on commit 71ad18d

Please sign in to comment.