[Qt-creator] IOutputParser appending lines to AppOutputPane
Ziller Eike
Eike.Ziller at digia.com
Mon Dec 9 08:58:50 CET 2013
On Dec 8, 2013, at 6:11 PM, Mateusz Loskot <mateusz at loskot.net> wrote:
> Hi,
>
> I have implemented a custom output parser, derived from
> ProjectExplorer::IOutputParser, to parse build output lines.
> The parser sends messages to Compile Output pane as well
> as to the Issues pane (on error or warning tasks).
>
> There are some lines parsed which I would like to send
> to the Application Output pane.
>
> Is it possible for an IOutputParser implementor to append
> messages to the AppOutputPane?
There is no single application output. Application output is always bound to an application that is run in a certain configuration (there is a tab created for each of these in the application output pane.
So, the moment a build is done you either wouldn’t really know which application output would be appropriate (and one can well argue that *no* application output is appropriate), or there isn’t even one, and if only a build was triggered, without a run, there even won’t be any application output tab.
Br, Eike
--
Eike Ziller, Senior Software Engineer - Digia, Qt
Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
More information about the Qt-creator
mailing list