I would like to attach my own menu to the context menu of the Project Explorer in Eclipse CDT. I have already managed to attach it to IProject using an object contribution but can't seem to get it to appear for ICContainer and ITranslationUnit.
I can also do the equivalent in JDT for IPackageFragmentRoot, IPackageFragment and ICompilationUnit.
Can anyone help me?
Thanks, Alan