[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: I want those nice rounded tabs for my views

I think it pulls the .ini file automatically from the plugin for the primary feature. Other than setting that up I don't think I had to change anything (it has been a while since I put mine in place but I can't find any other reference to it in my code).

Are you including the new .ini file in the build?

-Aaron

Dan Phifer wrote:
Hmm. The ini file didn't seem to do anything. I was able to change the value by adding:

String prop = IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS;
PlatformUI.getPreferenceStore().setValue(prop, false);

to the preWindowOpen() method.

Do I have to write code to read the ini, or should it be read automatically?