Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » perspective plugin for an rcp app
perspective plugin for an rcp app [message #261665] Thu, 15 July 2004 04:59 Go to next message
Eclipse UserFriend
Originally posted by: wim.lemkens.tiscali.be

I have an rcp-application, with as few features as possible. (For the moment
only the things from the rcp-tutorial, without the views and menu's)

I have plugins that provide the perspectives. These plugins work for the
base eclipse platform, but they won't show up when I load them with my rcp
app because there is no menu for selecting perspectives.

How do I bring that perspective menu up or create it myself? How can I check
if there is an perspective active and if there isn't select a perspective to
show at startup?

I know the basic of the tutorial and the helpfiles, like creating menu's
etc... But I couldn't find specific information about this. So references to
good resources about the the rcp is also welcome.


Thanks,

Wim Lemkens
Re: perspective plugin for an rcp app [message #261677 is a reply to message #261665] Thu, 15 July 2004 06:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wim.lemkens.tiscali.be

Is it possible to have a workbench without a perspective loaded? You can't
give null as defaultPerspective in your workbenchAdvisor.

Thanks,

Wim
Re: perspective plugin for an rcp app [message #262464 is a reply to message #261665] Mon, 19 July 2004 17:27 Go to previous message
Eclipse UserFriend
Originally posted by: dhavrda.motive.com

Well you should have a class that extends WorkbenchAdvisor. In the
preWindowOpen(IWorkbenchWindowConfigurer conf) you can specify
conf.setShowShortcutBar(true). This will allow you to view all of the
perspectives you have registered.

dave

"wim" <wim.lemkens@tiscali.be> wrote in message
news:cd5gvi$7m3$1@eclipse.org...
> I have an rcp-application, with as few features as possible. (For the
moment
> only the things from the rcp-tutorial, without the views and menu's)
>
> I have plugins that provide the perspectives. These plugins work for the
> base eclipse platform, but they won't show up when I load them with my rcp
> app because there is no menu for selecting perspectives.
>
> How do I bring that perspective menu up or create it myself? How can I
check
> if there is an perspective active and if there isn't select a perspective
to
> show at startup?
>
> I know the basic of the tutorial and the helpfiles, like creating menu's
> etc... But I couldn't find specific information about this. So references
to
> good resources about the the rcp is also welcome.
>
>
> Thanks,
>
> Wim Lemkens
>
>
Previous Topic:a newbie problem with deploying plugins
Next Topic:CVS sudden death
Goto Forum:
  


Current Time: Wed Apr 30 03:24:21 EDT 2025

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

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

Back to the top