initializeDefaultPreferences() issue [message #25487] |
Tue, 07 October 2008 04:43 |
Eclipse User |
|
|
|
Hi all,
I'm not sure I'm in the good newsgroup. If not, pleas redirect me.
I am using Eclipse 3.4
I have created a new plugin with Preferences pages.
My plugin.xml use the preference extension point :
<extension point="org.eclipse.core.runtime.preferences">
<initializer class="myplugin.preferences.PreferenceInitializer"/>
</extension>
I have implemented the
AbstractPreferenceInitializer#initializeDefaultPreferences() method in my
PreferenceInitializer class.
When I start the plugin for the first time, in a new empty workspace, all
is fine, my initializeDefaultPreferences() method is invoked.
But at the second start, and the following, initializeDefaultPreferences()
is never invoked. All my preferences still = 0.
Am I missing anything ?
Any help would be really appreciated !
--
Philippe
|
|
|
Powered by
FUDForum. Page generated in 0.03514 seconds