Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Why does my RCP application not look like Eclipse?(A few obvious visual differences)
icon5.gif  Why does my RCP application not look like Eclipse? [message #651893] Tue, 01 February 2011 22:35 Go to next message
SBS  is currently offline SBS Friend
Messages: 57
Registered: January 2011
Member
I am working on my first RCP application, I have defined a couple of perspectives and a number of views, it all works well but there are some key visual differences between it and the Eclipse IDE itself.

First, where I have stacked views, the overlapping area is not curved and wide like you see in the Eclipse IDE where view headers overlap. How do I get this Eclipse look?

Secondly, the perspectives bar is located underneath the cool bar instead of to the right of it as in Eclipse. How can I get it to be at the right? It takes up too much real estate as it is now.

Thirdly, only one of my perspectives (the initial one) appears on the perspectives bar. How can I get both to be there the first time the application is run?

Thanks,

-SBS
Re: Why does my RCP application not look like Eclipse? [message #651927 is a reply to message #651893] Wed, 02 February 2011 05:28 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 02/02/11 4:05 AM, SBS wrote:

These can be customized via the values in your plugin-customization.ini
file. See the javadoc of the constants:

> First, where I have stacked views, the overlapping area is not curved
> and wide like you see in the Eclipse IDE where view headers overlap. How
> do I get this Eclipse look?

IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS

> Secondly, the perspectives bar is located underneath the cool bar
> instead of to the right of it as in Eclipse. How can I get it to be at
> the right? It takes up too much real estate as it is now.
IWorkbenchPreferenceConstants.DOCK_PERSPECTIVE_BAR

> Thirdly, only one of my perspectives (the initial one) appears on the
> perspectives bar. How can I get both to be there the first time the
> application is run?
IWorkbenchPreferenceConstants.PERSPECTIVE_BAR_EXTRAS


--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Previous Topic:Product export blows away plugin customisations
Next Topic:Eclipse menu : update command state
Goto Forum:
  


Current Time: Fri Apr 19 10:01:52 GMT 2024

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

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

Back to the top