| [news.eclipse.tools.jdt] Re: Refactoring on content assistant |
Hi,What editor? The Java editor's Content Assist (Ctrl+Space) does not offer to rename. Can you explain in more detail what you exactly mean?
there is a way to execute the RenameParticipant declared in the plugin.xml when a refactoring in a Java file is executed from the content assistant?
Maybe im missing one parameter in the plugin.xml declaration?
Actually my RenameParticipant are only executed when a Rename Dialog (with the preview and options) is done.
Thanks