i am currently given an Eclipse-Plugin at work and nobody knows where it is supposed to show in Eclipse. So i'm trying to understand how the plugin.xml works and so far it looks good - So just to confirm myself here:
<menuContribution
allPopups="false"
locationURI="[...]?after=refactor">
That means that the my plugin menu (with the commands it contains) is supposed to show in the options after i choose Refactor on any element, right?
(There is still some work to be done on this and so far nothing shows butso i can be sure to look in the right place, thats the reason for my (quite simple) question.)