[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-dev] CDT Console view
|
I could only figure out how to cast it to the internal class
org.eclipse.debug.internal.ui.views.console.ProcessConsole
and then get a newOutputStream() from the console and write() to that.
if there's a public way I'd be much happier, but I couldn't find it.
PMac
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Bo Juhler Gødsvang
> Sent: Monday, November 10, 2008 11:00 AM
> To: CDT General developers list.
> Subject: [cdt-dev] CDT Console view
>
> Hello,
>
> I've successfully developed a plug-in using the CDT AST.
>
> Now my customer wants me to use the CDT Console view, where the
> 'normal' gcc output is displayed, to display my build output. I'm not
> talking about the 'Problems view'
>
> I can find the console using IConsoleManager and ends up with
> IConsole. And then I'm stuck what can I cast it too so that I can
> display output?
>
> I'm aware that this is probably not a core CDT question - but any help
> would be greatly appreciated!
>
> Thanks in advance!
>
> Best regards,
> Bo Gødsvang
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev