evandrocoan / ITE

An Integrated Toolset Environment over the Sublime Text editor aiming to develop on any programming language
GNU General Public License v3.0
31 stars 5 forks source link

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

Open evandrocoan opened 7 years ago

evandrocoan commented 7 years ago

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

rctay commented 7 years ago

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?

evandrocoan commented 7 years ago

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.