ITE icon indicating copy to clipboard operation
ITE copied to clipboard

[sublime-text-2-buildview] Stop switching to its build window automatically

Open evandrocoan opened this issue 9 years ago • 2 comments

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

evandrocoan avatar Oct 18 '16 00:10 evandrocoan

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 it F7 normally 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?

rctay avatar Mar 27 '17 09:03 rctay

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.

evandrocoan avatar Mar 27 '17 19:03 evandrocoan