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

Hide build results on error free build #1

Closed
chambery opened this issue Nov 23, 2011 · 6 comments
Closed

Hide build results on error free build #1

chambery opened this issue Nov 23, 2011 · 6 comments

Comments

@chambery
Copy link

Is there a way to hide the build view if there are no errors? It's a little distracting to have the build view pop up with

[Finished]

on every save, even for files (such as .js) where this is no compilation.

Thanks for the plugin, a real boon for my Jade compilation.

@alexnj
Copy link
Owner

alexnj commented Nov 28, 2011

Thanks for checking out the plugin, chambery.

I like the idea of closing the build console post a successful build, but I'm yet to figure out a way to differentiate a successful build from a failed one. Either way, it shows [Finished] at the end. Any ideas?

@caiogondim
Copy link

+1 for that

And how can i close that console? Can't find a way to.

@jonwingfield
Copy link

@caiogondim To close the console, just hit [Esc](at least on mac). Or did you mean programmatically?

I too am interested in this functionality :) Currently digging to see if I can come up with something.

@danro
Copy link

danro commented Aug 27, 2013

I use a modified version of exec.py in my User package to achieve this:
https://github.com/danro/dotfiles/blob/master/sublime/exec_error.py

And here's an example build file:
https://github.com/danro/dotfiles/blob/master/sublime/build/JSHint.sublime-build

@albertosantini
Copy link

About closing build results if there are not errors, see my solution overriding ExecCommand:
#8

@albertosantini
Copy link

As companion plugin, I developed Build Next plugin.

Related to #8

@alexnj alexnj closed this as completed Feb 8, 2015
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

6 participants