| 
| How to set the positon of perspective switcher? [message #434341] | Fri, 29 July 2005 02:20  |  | 
| Eclipse User  |  |  |  |  | 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  |  | 
| Eclipse User  |  |  |  |  | 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?
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.03782 seconds