Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT Console view

Take a look at CUIPlugin.getConsoleManager(). I've never worked in this code so I don't really have much more to say.

Cheers,
Doug. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Bo Juhler Gødsvang
> Sent: Tuesday, November 11, 2008 1:40 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] CDT Console view
> 
> Hi Doug,
> 
> Is there any chance you could write a little more?
> 
> Best regards,
> Bo Gødsvang
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
> Sent: 10. november 2008 21:25
> To: CDT General developers list.
> Subject: RE: [cdt-dev] CDT Console view
> 
> We have our own build console manager which you can access 
> from the CUIPlugin. It's one option.
> 
> Doug. 
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Pete MacLiesh
> > Sent: Monday, November 10, 2008 2:10 PM
> > To: 'CDT General developers list.'
> > Subject: 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
> > 
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top