When I run my application in RAD, I'm getting a contribution to my context menu that I want to get rid off. The contribution is the following:
Links->Incoming links->Workspace
Project
Outgoing links->Workspace
Project
Convert links to->Absolut
Relative
When I use the Plug-in Spy to get the id of these contributions, for any of the options I'm getting the following:
Active Selection
The active contribution item identifier:
someId
The active contribution location URI:
menu:?after=someId
The active contribution item class:
Command
The active handler:
HandlerProxy
When I search 'someId' in the plugin registry I get no result. Someone can tell me which plugin is contributing with these entries or how can I get that information?