|
How to get this plugin to work across Eclipse AND Carbide.c++?
I'm writing a context menu plugin for eclipse and carbide.c++, which opens a google search for the words selected by the user, in a new browser window. In eclipse, this is done perfectly... but in carbide I get the message "This operation is currently not available." Any ideas why?
Also, i have both text editors' context menus covered in my xml file for eclipse by #TextEditorContext and #CompilationUnitEditorContext - but this is useless in carbide for .cpp, .h, .hrh, .rss and .rls files. since these make up most of a project, i need them covered by my plugin. Anyone know what viewercontribution target id(s) i need to reference?
Thanks in advance
|