I am trying to override the default rename functionality of eclipse in my application. I created a class which extends RenameParticipant. Added the extension point in plugin.xml
But it doesn't work. In my application there are more than 30 projects(or plugins??)(eg: core, debug, editor, parser, ui etc). What I want to know is, where should put my rename extension. ie, in which projects' plugin.xml I need to add the extension for rename?
Please help me to figure out this. I am very new to plugin development. Thanks in advance, Ann