[sublime-text-2-buildview] Stop switching to its build window automatically
Stop the sublime-text-2-buildview package switching to its build window automatically
Whether is built using F7 or ctrl+b, the build output view shows up the current tab is switched to it.
It happens after the first time you use ctrl+b. Before it F7 normally do not opens the build output view.
Reported on: https://github.com/rctay/sublime-text-2-buildview/issues/27
about stopping the switching to the build window - sounds like something that can be done with an option.
about this
happens after the first time you use
ctrl+b. Before itF7normally do not opens the build output view.
do you mean:
a) when you press ctrl+b build window is triggered and switches to the build window, but when you press F7 build window is triggered but it doesn't switch to the build window?
I mean what is written. If I do not call sublime-text-2-buildview build command, the new tab does open when I built. But after the first time I call sublime-text-2-buildview build command, every time I try to build normally not calling sublime-text-2-buildview build command, the build tab open.