I want to contribute a popup menu action to an existing editor which is provided by a 3rd party plugin. Inside my viewerContribution I need to specify targetID of the editor I want to add the menu entry to - but how do I get to that ID?
The sample code I found so far only contributes to self made editors but never to something that's already there.
This is pre Eclipse 3.5 so I use the "old" org.eclipse.ui.popupMenus extension point.