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

Commit

Permalink
Update to build 3143
Browse files Browse the repository at this point in the history
  • Loading branch information
san4op committed Oct 2, 2017
1 parent 37f42de commit a016b5e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
}
},

{
"caption": "UI: Выбрать цветовую схему",
"command": "select_color_scheme"
},
{
"caption": "UI: Выбрать тему",
"command": "select_theme"
},


{ "caption": "Файл: Сохранить все", "command": "save_all" },
{ "caption": "Файл: Восстановить", "command": "revert" },
{ "caption": "Файл: Дублировать активную вкладку", "command": "clone_file" },
Expand Down
16 changes: 12 additions & 4 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
[
{ "command": "wrap_lines", "caption": "Ограничить текст по линейке" },
{ "command": "wrap_lines", "args": {"width": 70}, "caption": "Ограничить текст 70 знаками" },
{ "command": "wrap_lines", "args": {"width": 72}, "caption": "Ограничить текст 72 знаками" },
{ "command": "wrap_lines", "args": {"width": 78}, "caption": "Ограничить текст 78 знаками" },
{ "command": "wrap_lines", "args": {"width": 80}, "caption": "Ограничить текст 80 знаками" },
{ "command": "wrap_lines", "args": {"width": 100}, "caption": "Ограничить текст 100 знаками" },
Expand Down Expand Up @@ -585,6 +586,7 @@
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 0}, "caption": "Автоматическая", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 70}, "caption": "70 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 72}, "caption": "72 символова", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 78}, "caption": "78 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 80}, "caption": "80 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 100}, "caption": "100 символов", "checkbox": true },
Expand All @@ -598,6 +600,7 @@
{ "command": "set_setting", "args": {"setting": "rulers", "value": []}, "caption": "Нет", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [70]}, "caption": "70 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [72]}, "caption": "72 символова", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [78]}, "caption": "78 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [80]}, "caption": "80 символов", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [100]}, "caption": "100 символов", "checkbox": true },
Expand Down Expand Up @@ -851,6 +854,14 @@
"caption": "Горячие клавиши"
},
{ "caption": "-" },
{
"caption": "Цветовая схема…",
"command": "select_color_scheme"
},
{
"caption": "Тема…",
"command": "select_theme"
},
{
"caption": "Размер текста",
"children":
Expand All @@ -861,10 +872,6 @@
{ "command": "reset_font_size", "caption": "Сбросить" }
]
},
{
"caption": "Цветовая схема",
"children": [ { "command": "$color_schemes" } ]
}
]
},
{
Expand All @@ -879,6 +886,7 @@
{ "command": "show_progress_window", "caption": "Статус индексации…" },
{ "caption": "-" },
{ "command": "purchase_license", "caption": "Купить лицензию"},
{ "command": "upgrade_license"},
{ "command": "show_license_window", "caption": "Ввести лицензию" },
{ "command": "remove_license", "caption": "Удалить лицензию"},
{ "caption": "-" },
Expand Down

0 comments on commit a016b5e

Please sign in to comment.