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

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
asdsssss committed Jun 4, 2013
1 parent 774368a commit 04f7927
Show file tree
Hide file tree
Showing 19 changed files with 1,914 additions and 4 deletions.
13 changes: 13 additions & 0 deletions Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{ "command": "copy", "caption": "Копировать" },
{ "command": "cut", "caption": "Вырезать" },
{ "command": "paste", "caption": "Вставить" },
{ "caption": "-", "id": "selection" },
{ "command": "select_all", "caption": "Выделить всё" },
{ "caption": "-", "id": "file" },
{ "command": "open_in_browser", "caption": "Открыть в браузере" },
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Открыть папку файла…" },
{ "command": "copy_path", "caption": "Копировать путь к файлу" },
{ "command": "reveal_in_side_bar", "caption": "Показать в боковой панели" },
{ "caption": "-", "id": "end" }
]
8 changes: 8 additions & 0 deletions Find in Files.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{ "command": "clear_location", "caption": "Очистить" },
{ "command": "add_directory", "caption": "Добавить папку" },
{ "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": "Добавить открытые файлы" }
]
17 changes: 17 additions & 0 deletions Indentation.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{ "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Использовать в отступах пробелы", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Размер отступа: 1", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Размер отступа: 2", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Размер отступа: 3", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Размер отступа: 4", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Размер отступа: 5", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Размер отступа: 6", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Размер отступа: 7", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Размер отступа: 8", "checkbox": true },
{ "caption": "-" },
{ "command": "detect_indentation", "caption": "Определить параметры из буфера" },
{ "caption": "-" },
{ "command": "expand_tabs", "caption": "Преобразовать отступы в пробелы", "args": {"set_translate_tabs": true} },
{ "command": "unexpand_tabs", "caption": "Преобразовать отступы в табуляцию", "args": {"set_translate_tabs": true} }
]
881 changes: 881 additions & 0 deletions Main.sublime-menu

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SublimeText3RussianMenu
=======================

Русифицированное меню для Sublime Text 3
Русифицированное меню для Sublime Text 3
===================

[Как установить] (http://dimox.name/sublime-text-russian-menu/#install)
4 changes: 4 additions & 0 deletions Side Bar Mount Point.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{ "caption": "-", "id": "folder_commands" },
{ "caption": "Удалить папку из проекта", "command": "remove_folder", "args": { "dirs": []} }
]
11 changes: 11 additions & 0 deletions Side Bar.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{ "caption": "Новый файл", "command": "new_file_at", "args": {"dirs": []} },
{ "caption": "Переименовать…", "command": "rename_path", "args": {"paths": []} },
{ "caption": "Удалить файл", "command": "delete_file", "args": {"files": []} },
{ "caption": "Открыть папку файла…", "command": "open_containing_folder", "args": {"files": []} },
{ "caption": "-", "id": "folder_commands" },
{ "caption": "Новая папка…", "command": "new_folder", "args": {"dirs": []} },
{ "caption": "Удалить папку", "command": "delete_folder", "args": {"dirs": []} },
{ "caption": "Найти в папке…", "command": "find_in_folder", "args": {"dirs": []} },
{ "caption": "-", "id": "end" }
]
6 changes: 6 additions & 0 deletions Syntax.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"caption": "Синтаксис",
"children": [ { "command": "$file_types" } ]
}
]
8 changes: 8 additions & 0 deletions Tab Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{ "command": "close_by_index", "args": { "group": -1, "index": -1 }, "caption": "Закрыть" },
{ "command": "close_others_by_index", "args": { "group": -1, "index": -1 }, "caption": "Закрыть неактивные" },
{ "command": "close_to_right_by_index", "args": { "group": -1, "index": -1 }, "caption": "Закрыть вкладки справа" },
{ "caption": "-" },
{ "command": "new_file", "caption": "Новый файл" },
{ "command": "prompt_open_file", "caption": "Открыть файл" }
]
7 changes: 7 additions & 0 deletions Widget Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{ "command": "copy", "caption": "Копировать" },
{ "command": "cut", "caption": "Вырезать" },
{ "command": "paste", "caption": "Вставить" },
{ "caption": "-" },
{ "command": "select_all", "caption": "Выделить всё" }
]
13 changes: 13 additions & 0 deletions backup/Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{ "command": "copy" },
{ "command": "cut" },
{ "command": "paste" },
{ "caption": "-", "id": "selection" },
{ "command": "select_all" },
{ "caption": "-", "id": "file" },
{ "command": "open_in_browser", "caption": "Open in Browser" },
{ "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"}, "caption": "Open Containing Folder…" },
{ "command": "copy_path", "caption": "Copy File Path" },
{ "command": "reveal_in_side_bar", "caption": "Reveal in Side Bar" },
{ "caption": "-", "id": "end" }
]
8 changes: 8 additions & 0 deletions backup/Find in Files.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{ "command": "clear_location", "caption": "Clear" },
{ "command": "add_directory", "caption": "Add Folder" },
{ "command": "add_where_snippet", "args": {"snippet": "*.${0:txt}"}, "caption": "Add Include Filter" },
{ "command": "add_where_snippet", "args": {"snippet": "-*.${0:txt}"}, "caption": "Add Exclude Filter" },
{ "command": "add_where_snippet", "args": {"snippet": "<open folders>"}, "caption": "Add Open Folders" },
{ "command": "add_where_snippet", "args": {"snippet": "<open files>"}, "caption": "Add Open Files" }
]
17 changes: 17 additions & 0 deletions backup/Indentation.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{ "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "Indent Using Spaces", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "Tab Width: 1", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "Tab Width: 2", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "Tab Width: 3", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "Tab Width: 4", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "Tab Width: 5", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "Tab Width: 6", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "Tab Width: 7", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "Tab Width: 8", "checkbox": true },
{ "caption": "-" },
{ "command": "detect_indentation", "caption": "Guess Settings From Buffer" },
{ "caption": "-" },
{ "command": "expand_tabs", "caption": "Convert Indentation to Spaces", "args": {"set_translate_tabs": true} },
{ "command": "unexpand_tabs", "caption": "Convert Indentation to Tabs", "args": {"set_translate_tabs": true} }
]
Loading

0 comments on commit 04f7927

Please sign in to comment.