Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » initializeDefaultPreferences() issue
initializeDefaultPreferences() issue [message #25487] Tue, 07 October 2008 08:43
Obelix95 is currently offline Obelix95Friend
Messages: 34
Registered: July 2009
Member
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
Previous Topic:contributing to org.eclipse.jface.text.templates line delimiter problem
Next Topic:initializeDefaultPreferences() issue
Goto Forum:
  


Current Time: Thu Apr 25 05:09:03 GMT 2024

Powered by FUDForum. Page generated in 0.02632 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top