[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Refactoring on content assistant

Lucas Amador wrote:
Hi,
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?
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?

Dani
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