Pandown icon indicating copy to clipboard operation
Pandown copied to clipboard

should open output after building is finished

Open randy3k opened this issue 11 years ago • 2 comments

For now, the openAndDisplay does not wait for the building causing the open function opens nothing.

This piece of code should be blocked until the building is finished, which also implies, it should not be run in the main thread.

randy3k avatar Apr 01 '14 00:04 randy3k

Since ST gives you a message indicating when building has finished, the python code must "know" when building is finished, correct? Shouldn't this be as easy as running openAndDisplay at the same time as it updates this message?

fredcallaway avatar Oct 09 '14 18:10 fredcallaway

I think the current Sublime api doesn't allow us to do so...

randy3k avatar Oct 09 '14 20:10 randy3k