e4Preferences
e4Preferences copied to clipboard
Some code to manage preferencePage with an extension point (as in Eclipse 3)
Results
2
e4Preferences issues
Sort by
recently updated
recently updated
newest added
When you create a preference page using **e4PreferencesPages extension**, there is an issue if you fill **category field** with a non-existing category. In this case, you runtime eclipse application is...
I miss a way to set a custom icon for the Preferences dialog in the class E4PreferencesHandler. ``` // Can display the standard dialog. PreferenceDialog dialog = new PreferenceDialog(shell, pm);...