Curvy tabs in Eclipse RCP App -


i using eclipse helios service release 1. new both ide , platform.

my question is, how same curvy tab on app of ide?

according this thread , blog post:

see "eclipse look&feel customization" more.

all see "java-tips":

curvy tabs on eclipse rcp

to change shape of title of view following line of code can written in prewindowopen() method of applicationworkbenchwindowadvisor.

platformui.getpreferencestore().setvalue(iworkbenchpreferenceconstants.show_traditional_style_tabs, false);  

note there might issue long titles when there many tabs:
see bug 322623:
"editor tabs not show ellipsis long filenames when using new style tabs."


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -