Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » programmatic opening of the RSE view
programmatic opening of the RSE view [message #583768] Wed, 15 September 2010 04:25 Go to next message
jcb  is currently offline jcb Friend
Messages: 12
Registered: September 2010
Junior Member
I apologize for missing something that must be totally obvious (that's why I can't find it in the docs).

I am developing my own perspective, and I want the RSE view to be a part of it i.e. I want it to be another view along side my own.

So I'm combing the developer guide and I can't find anything resembling the ID to use for the RSE. Wouldn't it go something like this...??

layout.addView(RSEView.ID, IPageLayout.TOP, 0.15f, editorArea);


Where RSEView.ID is the magic bit that I can't find anywhere.

Sorry for being dumb maybe I have been staring at it for too long.

Thanks.
JCB
Re: programmatic opening of the RSE view [message #583795 is a reply to message #583768] Thu, 16 September 2010 20:33 Go to previous messageGo to next message
jcb  is currently offline jcb Friend
Messages: 12
Registered: September 2010
Junior Member
Seriously? No replies?

I found the showRSEPerspective method, but I don't want to open the whole perspective. I only want the RSE tree view. Is there really no documented way to do this??
Re: programmatic opening of the RSE view [message #639427 is a reply to message #583795] Tue, 16 November 2010 13:52 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi jcb,

the simplest way for getting the view-id is the PDE plugin spy: Just
activate the RSE View in some other perspective, then press Alt+Shift+F1.

The Eclipse Platform Developer Guide should tell you all the rest.

HTH,
Martin
Previous Topic:Execute command or script after SSH connection
Next Topic:SSH Terminal Colors
Goto Forum:
  


Current Time: Tue Apr 16 22:38:38 GMT 2024

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

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

Back to the top