Sublime Text 3 compatibility

Issue #10 on hold
samburba created an issue

I was able get this package running in ST3 with minimal changes by making it python3 compatible (running 2to3 and encoding the bytes read from Popen.stdout). The issue is ST3 is unresponsive during the compile operation. I know very little about python or the ST3 api but this makes little sense to me because: 1. plugins run in a seperate process in ST3 2. You start a new thread to compile anyways.

Any ideas why this is happening? I'll attach the diff for the changes I made but it won't be very interesting.

Comments (2)

  1. Sergi Juanola repo owner

    Thanks for noting. Unfortunately, I haven't got ST3 yet, so I cannot test your diffs to make it work. Probably when ST3 is released for free I'll be redoing it from scratch (as I heard you are now able to create windows, and that may help in some aspects like project creation)

  2. Log in to comment