Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Creating a preference store in my own file

Hi,

Does anyone know if it possible to use the preferences API on a separate file?

Something like:

//      IEclipsePreferences node = ConfigurationScope.INSTANCE.getNode(Constants.BUNDLE_ID);
        IEclipsePreferences node = FileScope.getInstance(some file).getNode(Constants.BUNDLE_ID);

Cheers,

Wim




Back to the top