mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
66
Packages/SublimeLinter/Context.sublime-menu.template
Normal file
66
Packages/SublimeLinter/Context.sublime-menu.template
Normal file
@@ -0,0 +1,66 @@
|
||||
[
|
||||
{
|
||||
"id": "sublimelinter",
|
||||
"caption": "SublimeLinter",
|
||||
"children":
|
||||
[
|
||||
$menus,
|
||||
{
|
||||
"caption": "Choose Gutter Theme...",
|
||||
"command": "sublimelinter_choose_gutter_theme"
|
||||
},
|
||||
{
|
||||
"caption": "Toggle Linter...",
|
||||
"command": "sublimelinter_toggle_linter", "args":
|
||||
{
|
||||
"which": "all"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "-"
|
||||
},
|
||||
{
|
||||
"caption": "Lint This View",
|
||||
"command": "sublimelinter_lint"
|
||||
},
|
||||
{
|
||||
"caption": "Next Error",
|
||||
"command": "sublimelinter_goto_error", "args": {"direction": "next"}
|
||||
},
|
||||
{
|
||||
"caption": "Previous Error",
|
||||
"command": "sublimelinter_goto_error", "args": {"direction": "previous"}
|
||||
},
|
||||
{
|
||||
"caption": "Show All Errors",
|
||||
"command": "sublimelinter_show_all_errors"
|
||||
},
|
||||
{
|
||||
"caption": "Show Errors on Save",
|
||||
"command": "sublimelinter_toggle_setting", "args":
|
||||
{
|
||||
"setting": "show_errors_on_save",
|
||||
"checked": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "-"
|
||||
},
|
||||
{
|
||||
"caption": "Open User Settings",
|
||||
"command": "open_file", "args":
|
||||
{
|
||||
"file": "${packages}/User/SublimeLinter.sublime-settings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "Debug Mode",
|
||||
"command": "sublimelinter_toggle_setting", "args":
|
||||
{
|
||||
"setting": "debug",
|
||||
"checked": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user