A new release of SublimeLinter (v1.4) is now available. This version implements an option to display a popup list of errors when saving a file. For more information, see the README.
https://github.com/Kronuz/SublimeLinter
>>> view.run_command("lint", "JavaScript")
Traceback (most recent call last):
File "./sublimelinter_plugin.py", line 482, in run_
File "./sublimelinter_plugin.py", line 547, in _run
File "./sublimelinter_plugin.py", line 235, in run_once
File "./sublimelinter/modules/javascript.py", line 47, in run
File "./sublimelinter/modules/javascript.py", line 42, in check
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/__init__.py", line 307, in loads
return _default_decoder.decode(s)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/decoder.py", line 319, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/json/decoder.py", line 338, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded "sublimelinter_executable_map":
{
"php": "C:/xampp/php/php"
}Return to Plugin Announcements
Users browsing this forum: No registered users and 6 guests