[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
|
- From: phiferd@xxxxxxx (Dan Phifer)
- Date: Fri, 3 Jun 2005 18:32:53 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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?