Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should open output after building is finished #13

Open
randy3k opened this issue Apr 1, 2014 · 2 comments
Open

should open output after building is finished #13

randy3k opened this issue Apr 1, 2014 · 2 comments

Comments

@randy3k
Copy link
Contributor

randy3k commented Apr 1, 2014

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 randy3k changed the title open output building is finished should open output after building is finished Apr 1, 2014
@fredcallaway
Copy link

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?

@randy3k
Copy link
Contributor Author

randy3k commented Oct 9, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants