Community
Participate
Working Groups
We are using the deprecated org.eclipse.ui.popupMenus extension point for our menu contributions (PDE Tools). We should try and move as many as these items as we can over the the newer commands framework.
Didn't think this day would ever come.
Pushed a set of changes to replace the items in the PDE Tools menu. http://git.eclipse.org/c/pde/eclipse.pde.ui.git/commit/?id=9429b24e71ddab2aa04430f3c75ce8e3b1306ec4 There are still uses of popup menus (configuring jars into plug-ins) and view contribtions (log view) that I will try to find time to convert as well.
Would be nice to completely remove all use of the old style contributions, but there are more pressing bugs to look at for M3. Marking as FIXED as the majority of contributions now use the commands framework and the remaining ones are functioning correctly.
I am seeing the PDE Tools menu all over the place using: Version: 3.8.0 Build id: I20111011-1046 Steps: 1. open the Ant view (remove all contents if any) -> right click -> PDE menu appears 2. open the Debug view -> right click -> PDE menu Same holds true for Problems, Errors, Console and Variables view (to name a few)
Fixed in master. When the expressions were moved to the definition extension point the featureFile definition's iterate was left at the default settings. The default operator is 'and' which didn't hurt anything as there was another 'and' as a child. However, the default 'ifEmpty' setting changes based on the operator, so the use of 'and' results in the setting being TRUE.
Verified in I20111021-1625 The icons make it easier to distinguish the actions (especially when the API Tools items are included).