Sublime Forum

Sublime Linter no op in ST3

#1

Is there a special version for st3? Special github branch for it?

0 Likes

#2

From github.com/wbond/sublime_packag … e-Packages.

SublimeLinter Checkout the sublime-text-3 branch

Install it the same way you did BH2 (add github.com/SublimeLinter/Sublim … ime-text-3 as a repoistory). Then install through package control.

Guess you hadn’t seen that in the your other post. :wink: I put it there too (well the link to the wiki)

0 Likes

#3

Thanks.

After loading the repository, should I install the sublimelinter beta package or the other? Both seem to have March dates.
Neither runs.

0 Likes

#4

Probably the non beta version. That being said, I haven’t used sublime linter on ST3 yet so it’s just speculation.

0 Likes

#5

Tried both. Neither works.

0 Likes

#6

I’d check the console for errors, then create an issue on the github page, if one doesn’t already exist. (github.com/SublimeLinter/Sublim … state=open)

0 Likes

#7

Thank you. Did that.

Looks like sublimelinter and markdown preview both contain bugs. Nothing I can fix.

reloading plugin Markdown Preview.MarkdownPreview Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 72, in reload_plugin m = importlib.import_module(modulename) File "X/importlib/__init__.py", line 88, in import_module File "<frozen importlib._bootstrap>", line 1577, in _gcd_import File "<frozen importlib._bootstrap>", line 1558, in _find_and_load File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked File "C:\Users\lewisl\AppData\Roaming\Sublime Text 3\Installed Packages\Markdown Preview.sublime-package\MarkdownPreview.py", line 161 print "Markdown Preview: executing", cmd ^ SyntaxError: invalid syntax reloading plugin Package Control.Package Control reloading plugin SublimeLinter Beta.SublimeLinter Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 72, in reload_plugin m = importlib.import_module(modulename) File "X/importlib/__init__.py", line 88, in import_module File "<frozen importlib._bootstrap>", line 1577, in _gcd_import File "<frozen importlib._bootstrap>", line 1558, in _find_and_load File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked File "C:\Users\lewisl\AppData\Roaming\Sublime Text 3\Installed Packages\SublimeLinter Beta.sublime-package\SublimeLinter.py", line 371 print 'SublimeLinter: {0} {1} ({2})'.format(language, 'enabled' if enabled else 'disabled', message) ^ SyntaxError: invalid syntax plugins loaded Package Control: No updated packages

0 Likes