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":
to change shape of title of view following line of code can written in
prewindowopen()
method ofapplicationworkbenchwindowadvisor
.
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
Post a Comment