Skip to main content

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

Thanks Greg! I think my switch-over is pretty much complete, but if I
run into any complications I'll pick that up.

=Wyatt

On Tue, Sep 14, 2010 at 4:49 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
> 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
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>
>


Back to the top