Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Fancy Editor Tabs (How to add the swoosh)
Fancy Editor Tabs (How to add the swoosh) [message #436517] Sat, 10 September 2005 20:25 Go to next message
Eclipse UserFriend
Originally posted by: bdberry.us.ibm.com

I have an RCP app with a couple of different editors. I notice that the
editor tabs in the RCP workbench are square where the regulare Eclipse
editor tabs have that cool swoosh effect to them. Is there a way I can
add that to my RCP. I figured out that I could get that effect with
tabbed folders within the editor as long as I made them CTabFolder
objects and called setSimple(false). Is there a similar procedur for
the editors?

Thanks
Re: Fancy Editor Tabs (How to add the swoosh) [message #436518 is a reply to message #436517] Sat, 10 September 2005 21:02 Go to previous message
Fabian Wolf is currently offline Fabian WolfFriend
Messages: 96
Registered: July 2009
Member
plugin.xml:
===========
...
<extension point="org.eclipse.core.runtime.products" id="yourproductid">
<product application="yourapplication" name="name">
<property
name="preferenceCustomization"
value="preferenceCustomizationfilename.ini"/>
</product>
</extension>
...

preferenceCustomizationfilename.ini:
====================================
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false




Brian Berry wrote:

> I have an RCP app with a couple of different editors. I notice that the
> editor tabs in the RCP workbench are square where the regulare Eclipse
> editor tabs have that cool swoosh effect to them. Is there a way I can
> add that to my RCP. I figured out that I could get that effect with
> tabbed folders within the editor as long as I made them CTabFolder
> objects and called setSimple(false). Is there a similar procedur for
> the editors?
>
> Thanks
Previous Topic:user-addable plugins
Next Topic:Connecting to web services from a plugin
Goto Forum:
  


Current Time: Thu Dec 26 12:46:41 GMT 2024

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

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

Back to the top