Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » RCP - curved L&F
RCP - curved L&F [message #265784] Fri, 06 August 2004 13:33 Go to next message
Eclipse UserFriend
I am developing an RCP application and I noticed that my editor tabs and
perspective toolbar are right angles as opposed to the curves that Eclipse
has. How do I enable/implement that in my RCP?

-Chris
Re: RCP - curved L&F [message #265919 is a reply to message #265784] Sun, 08 August 2004 12:20 Go to previous messageGo to next message
Eclipse UserFriend
hi

> I am developing an RCP application and I noticed that my editor tabs and
> perspective toolbar are right angles as opposed to the curves that Eclipse
> has. How do I enable/implement that in my RCP?

on the CTabFolder .setSimple(false);

greets moritz
Re: RCP - curved L&F [message #265954 is a reply to message #265919] Sun, 08 August 2004 16:32 Go to previous messageGo to next message
Eclipse UserFriend
Thats not the answer I'm looking for. Yes, that would set the curved style
for a CTabFolder, but I am running an Eclipse RCP app. My question is how
to set that style globally for all views/editors in an RCP app.

-Chris


"Moritz Post" <moritzpost@gmx.de> wrote in message
news:cf5jt6$cvg$1@eclipse.org...
> hi
>
> > I am developing an RCP application and I noticed that my editor tabs and
> > perspective toolbar are right angles as opposed to the curves that
Eclipse
> > has. How do I enable/implement that in my RCP?
>
> on the CTabFolder .setSimple(false);
>
> greets moritz
>
Re: RCP - curved L&F [message #265964 is a reply to message #265954] Sun, 08 August 2004 19:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

"Chris" <schtoo@schtoo.com> wrote in message
news:cf62hb$r6k$1@eclipse.org...
> My question is how
> to set that style globally for all views/editors in an RCP app.

Did you read


http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-ui-home/rcp/index.html

under "R2.1 Style Presentation" ?

Chris
Re: RCP - curved L&F [message #266054 is a reply to message #265784] Mon, 09 August 2004 08:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Andrew_Eidsness.ca.ibm.com

On Fri, 6 Aug 2004 13:33:35 -0400, Chris <schtoo@schtoo.com> wrote:

> I am developing an RCP application and I noticed that my editor tabs and
> perspective toolbar are right angles as opposed to the curves that
> Eclipse
> has. How do I enable/implement that in my RCP?

The tab style is controlled by a preference. The default value is the
square tabs that you have observed. The eclipse IDE makes the curved
style the default with the following line in the plugin_customization.ini
file (which is in plugins/org.eclipse.product_3.0.0):

org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

Adding this preference to your plugin_customization.ini file should give
you the curved tabs. Review the examples at
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp/index.html
if you don't already have a plugin_customization.ini file.

-Andrew
Re: RCP - curved L&F [message #266100 is a reply to message #266054] Mon, 09 August 2004 11:38 Go to previous message
Eclipse UserFriend
Thank you very much!!

-Chris

"Andrew Eidsness" <Andrew_Eidsness@ca.ibm.com> wrote in message
news:opscgt0qna4nuvnq@news.eclipse.org...
> On Fri, 6 Aug 2004 13:33:35 -0400, Chris <schtoo@schtoo.com> wrote:
>
> > I am developing an RCP application and I noticed that my editor tabs and
> > perspective toolbar are right angles as opposed to the curves that
> > Eclipse
> > has. How do I enable/implement that in my RCP?
>
> The tab style is controlled by a preference. The default value is the
> square tabs that you have observed. The eclipse IDE makes the curved
> style the default with the following line in the plugin_customization.ini
> file (which is in plugins/org.eclipse.product_3.0.0):
>
> org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
>
> Adding this preference to your plugin_customization.ini file should give
> you the curved tabs. Review the examples at
>
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform -ui-home/rcp/index.html
> if you don't already have a plugin_customization.ini file.
>
> -Andrew
Previous Topic:Cannot connect to host
Next Topic:How to add plug-ins into Eclipse v3.0?
Goto Forum:
  


Current Time: Thu May 15 13:29:42 EDT 2025

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

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

Back to the top