Eclipse PDE Popup Extensions for CDT -


I have just moved the plugin from version 3.3.2 to version 3.4.1. The popup menu extension does not appear for the C ++ executable I added to Project Navigator (object contributing through IFile) Contributions to the IResource Object Debug and Release Folders to appear on. Have contributions disabled for these types? Is there no way to expand the context menu on these items?

This is not an issue of different versions, rather different eclips approach.

When project navigator is opened in C ++ perspective, objects representing project, release / debug containers, and binary are not received from IRSOSR / IFFI so that object contribution does not use iFile These objects are in the 'CDT' package hierarchy.

In other perspectives such as PDE perspective, the objects in the tree are obtained from the earorsor.


Comments