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

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -