Skip to content

Some code to manage preferencePage with an extension point (as in Eclipse 3)

License

Notifications You must be signed in to change notification settings

opcoach/e4Preferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81475b7 · Dec 27, 2024

History

92 Commits
Aug 2, 2023
Apr 8, 2019
Jul 26, 2022
Sep 28, 2020
Feb 7, 2024
Jul 26, 2022
Sep 28, 2020
Feb 24, 2024
Jan 4, 2016
Apr 8, 2019
Feb 26, 2014
Apr 19, 2023
Dec 27, 2024

Repository files navigation

Build Status

e4Preferences

Some code to manage preferencePage with an extension point (as in Eclipse 3).

This new release is updated to mix both E3 and E4 preference pages. So you can define pure E4 preference pages in a plug-in, and launch your plugin either in a pure E4 application or in a compatibility runtime.

You can get some explainations on my blog

If you want to add the 'Window -> Preferences' menu automatically in your pure e4 application, use the com.opcoach.e4.preferences.mainmenu plugin fragment in your launch configuration. To get the menu, it assumes that your main menu has the regular ID : 'org.eclipse.ui.main.menu'.

If you are running with the compatibility layer, do not use the com.opcoach.e4.preferences.mainmenu plugin fragment, and prefer to add the Preference Action in your ActionBarAdvisor.

This project is available on this p2 repository : https://www.opcoach.com/repository/latest (use the com.opcoach.e4.preferences.feature.feature.group)

About

Some code to manage preferencePage with an extension point (as in Eclipse 3)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages