8000 Tags · alexfouche/SublimeLinter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alexfouche/SublimeLinter

Tags

v1.2

Toggle v1.2's commit message
Class-based linters

v1.1

Toggle v1.1's commit message
Enhancements...

- The documentation has been expanded and consolidated into README.markdown.

- The commands to control SublimeLinter are now in the Command Palette and only appear when they are relevant to the current view and the current settings.

- The current view can be linted with the key equivalent Control+Command+l (OS X) or Control+Alt+l (Linux, Windows).

- Renamed jshint_config to jshint_options to be consistent with terminology on jshint.com.

- Objective-J will check for invalid ASCII if sublimelinter_objj_check_ascii setting is true.

- Default settings are defined and documented in Base File.sublime-settings.

- Added Preferences menu items to access package settings and key equivalents.

- Added ability to specify a custom executable for non-built in linters.

- Added ability to map a syntax to a language to support syntax variants such as "Python Django".

- During startup, linters indicate if they are built in or the path to their executable.

- The pyflakes error message shows a column number that matches ST2 column numbers.

- Renamed main plugin file to match name.

v1.0

Toggle v1.0's commit message
Version 1.0

0