eclipse / chemclipse

ChemClipse Project
Eclipse Public License 1.0
37 stars 18 forks source link

PreferenceInitializer - default initialization part II #1604

Closed eselmeister closed 8 months ago

eselmeister commented 8 months ago

Depends on: https://github.com/eclipse/chemclipse/issues/1602

eselmeister commented 8 months ago

The initialization is executed implicitly now. The plugin.xml entry is no longer required. Additionally, the PreferenceSupplier can be used in the model and UI in the same way.

<extension
 point="org.eclipse.core.runtime.preferences">
<initializer
    class="....preferences.PreferenceSupplier">
</initializer>
</extension>