Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How load text into JavaStackTraceConsolePage programmatically?
How load text into JavaStackTraceConsolePage programmatically? [message #520945] Mon, 15 March 2010 16:38 Go to next message
Marcel  tör is currently offline Marcel törFriend
Messages: 73
Registered: July 2009
Member
In my Eclipse plugin I'd like to send a Java console output (loaded from
some other system) to the Java Stack Trace Console. In pseudo-code it'd
be something like:

1) get the console output from the other system
2) obtain a reference to a JavaStackTraceConsolePage instance
3) send the text to the console page
4) display the console i.e. switch from my plugin's view to the Console view

Step 1 is easy as it is specific to my plugin. As for the rest I'm
pretty much clueless - Google and stackoverflow.com don't come up with
useful references or how-tos. Since the class JavaStackTraceConsolePage
is part of an internal Eclipse API
(org.eclipse.jdt.internal.debug.ui.console) I'm not even sure whether
it's doable at all.

Cheers,
Marcel

--
Marcel Stör, http://www.frightanic.com
Couchsurfing: http://www.couchsurfing.com/people/marcelstoer
Skype: marcelstoer
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
-> I kill Google Groups posts: http://improve-usenet.org
Re: How load text into JavaStackTraceConsolePage programmatically? [message #522173 is a reply to message #520945] Sat, 20 March 2010 18:23 Go to previous message
Marcel  tör is currently offline Marcel törFriend
Messages: 73
Registered: July 2009
Member
On 15.03.10 22:31, Marcel Stör wrote:
> Since the class JavaStackTraceConsolePage is part of an internal Eclipse
> API (org.eclipse.jdt.internal.debug.ui.console) I'm not even sure
> whether it's doable at all.

I wonder whether the fact that there were no answers in five days means
that I was right about this.

--
Marcel Stör, http://www.frightanic.com
Couchsurfing: http://www.couchsurfing.com/people/marcelstoer
Skype: marcelstoer
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
-> I kill Google Groups posts: http://improve-usenet.org
Previous Topic:WizardDialog's Cancel Button
Next Topic:How can this be? IWorkspaceRoot exists, IProject[].length is 0
Goto Forum:
  


Current Time: Sat Apr 27 04:50:20 GMT 2024

Powered by FUDForum. Page generated in 0.03226 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top