Is there any way I can control if and when an output pane automatically opens in Qt Creator?
Or more specifically, I’m looking for a way to tell the “Version Control” one not to open just because the VC command produces some kind of informational message… Or maybe the output itself does not cause it to open – perhaps the open is based on the exit code. The problem is cvs (which I’m using), exists non-0 status in “normal” situations…
↧