Sublime Forum

Hide build panel after successful run

#1

I’m trying to automatically hide the build panel after a successful run, but there don’t appear to be any callbacks for the build command completion from what I can see. I can certainly just use an arbitrary setTimeout and always hide it after 10 seconds, but I was wondering if there was a better solution. The best would be to be able to branch on whether or not there were any errors based on the line regex associated with that build system.

0 Likes