Plug-in Development Environment
Dialogs, Wizards and Views |
|
Support for automatic Manifest generation |
PDE now support generating the manifest automaticallyCreate a new Plugin project and select the standard OSGi framework type and select "Generate OSGi metadata automatically" Review and maybe adjust the usual settings like name and version Finish the wizard to get the project created |
Editors |
|
New Manifest Cleanup action |
Select the Organize Manifest Action(Alternatively select some projects and choose Choose the "Recompute Import-Package ..." cleanupThe Manifest will be transformed and the result can be reviewed |
Support for auto-completion for build.properties file |
PDE now support auto-completion of keys in the build.properties file.User does not need to remember the complete words in the build.properties header specification. They can start typing as much as they know, and invoke the auto-completion key bindings (usually ctrl+space) to obtain the list of potential valid headers that match the user's intent. |
API Tools |
|
PDE Compiler |
|
Support for schema and feature compilers for project-specific preferences |
PDE now support all available compilers for project preferencesthe project specific preferences property page contained only plugin compiler (manifest compiler), while the schema and feature compiler settings are available in the workspace-wide settings. remove this restriction and open up all the compiler settings for project-specific settings too. |
Security |
|
CVE-2021-41033: Enforce https protocol | PDE's access to update sites when populating target platforms is affected by the enforcement of https access. See the Platform's CVE-2021-41033: Enforce https protocol section for details. |