mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
67 lines
1.9 KiB
Plaintext
67 lines
1.9 KiB
Plaintext
[
|
|
{
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|