Sublime Forum

ST3 plugins not working

#1

For those who don’t understant why some plugins on ST3 do not work, here is a solution.

Tested on sublimerge and livereload on Windows, plugins did not work on my computer. Yet, they have been updated to work on ST3 and nobody is complaining.

So you probably have to :

  • install packages from git archives.
  • Then open all .py files from the plugin folder with sublime text.
  • Add whitespace somewhere.
  • Save files.

Tadam ! I don’t know if this is about sensitivity of new version of Python with Encoding/CRLF or if this is about git clone.
But for me, it worked.

0 Likes

#2

I have tried your method (added white space to every py file) but it is not working…

anybody know any solution to get livereload working on ST3?

0 Likes