Tags: alexfouche/SublimeLinter
Tags
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.