ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sublime​Linter-addon-toggler

by kaste ST3

Provide some toggle commands for SublimeLinter. Esp. to enable or disable a linter per shortcut.

Details

  • 0.4.1
    0.4.0
  • github.​com
  • github.​com
  • 3 months ago
  • 27 minutes ago
  • 6 years ago

Installs

  • Total 702
  • Win 353
  • Mac 248
  • Linux 101
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Hi!

This is an addon for SublimeLinter.

Enabling/disabling registered linters

First it adds a hook against Package Control. So, when you disable a package using Package Control it actually unregisters this linter immediately. No need to restart anymore. This kind of disabling is persistent and global.

Second, it adds a command to quickly enable/disable registered linters. The new command is called sublime_linter_addon_toggle_linters and it may optionally take an argument.

Bind it to a key, e.g.

{ "keys": ["ctrl+k", "ctrl+t"],
    "command": "sublime_linter_addon_toggle_linters"
    "args": {"persist": "project"}  // optional
  },

If you don't set “persist” then disabling a linter is global for all open windows, but also only in memory. Currently only “project” is implemented and saves the configuration in the open project file.

Toggle debug mode

Adds a command to toggle the debug mode of SublimeLinter. Search for “SublimeLinter: Toggle debug mode” in the command palette. The internal name of that command is sublime_linter_addon_toggle_debug.

Switch lint mode

Adds a command to quickly switch the lint mode of SublimeLinter. Search for “SublimeLinter: Switch lint mode”. The command is called sublime_linter_addon_choose_lint_mode and it takes lint_mode as an optional argument.

Install

Open up the command palette and find Package Control: Install Package, and just search for SublimeLinter-addon-toggler. (just a normal install)