Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to set the positon of perspective switcher?
How to set the positon of perspective switcher? [message #434341] Fri, 29 July 2005 02:20 Go to next message
Eclipse UserFriend
Originally posted by: sangmin.lee.ge.com

Hi,
In a WorkbenchWindowAdvisor, i made perspective switcher be shown like
below

configurer.setShowPerspectiveBar(true);

in eclipse IDE, it is located on the same line and right part with toolbar
as default (by the setting of Preferences > General > Apperance >
Perspective switcher positions). but, in my rcp application it has a whole
line and located left part of the line.

how can i make it like eclipse IDE?
Re: How to set the positon of perspective switcher? [message #434343 is a reply to message #434341] Fri, 29 July 2005 02:56 Go to previous message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

In our rcp app, we do it using the following:

1. We have a 'plugin_customization.ini' in the plugin which defines the
product with the following content:
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight

2. In the product configuration (product xml element) there is a property
definition like this:
<product ....>
...
<property name="preferenceCustomization"
value="plugin_customization.ini"/>
</product>

You can learn more using this ini files from Eclipse help. Search for
'plugin_customization.ini'.

HTH,
Regards,
Csaba

Sangmin wrote:
> Hi,
> In a WorkbenchWindowAdvisor, i made perspective switcher be shown like
> below
>
> configurer.setShowPerspectiveBar(true);
>
> in eclipse IDE, it is located on the same line and right part with toolbar
> as default (by the setting of Preferences > General > Apperance >
> Perspective switcher positions). but, in my rcp application it has a whole
> line and located left part of the line.
>
> how can i make it like eclipse IDE?
Previous Topic:Yet another Key binding question
Next Topic:[PDE] Product export works but exports wrong files
Goto Forum:
  


Current Time: Fri Oct 31 04:14:23 EDT 2025

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

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

Back to the top