Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] preferences

Wyatt,

I noticed that you were updating ETFw to use the new Eclipse preferences. As you probably found out, the new preferences aren't an exact replacement for the old way of doing things. To help with this, I've added a new class org.eclipse.ptp.core.Preferences that provides much the same functionality to help with the transition. You might want to take a look to see if will help. To use it, you just need this class, and provide a class that extends AbstractPreferenceInitializer. You then add this to an org.eclipse.core.runtime.preferences extension so that your preferences will be initialized when Eclipse starts.

Cheers,
Greg

Back to the top