[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] CDT Plugin Developement

In JDT, adding PopupMenu Item using plugin is very easy. But how to add the
same
In CDT - Outline View when developing a plugin for it. For Menu Contribution,
what should be the path value.

Reproducible: Always

Steps to Reproduce:
1. Add plugin with extension point org.eclipse.ui.popupmenus
2. Add Object Contributor, Menu & Action item in extension of the plugin
3. Launch the Plugin for C++ Perspective.