I have written an Eclipse View that displays a tree of elements.
How can I hook into the standard Eclipse “Rename – Refactoring” keyboard shortcut so that when I press Shift+Alt+R with an element of my tree selected I can handle renaming that element?
I think I might need to use one of the LTK extension points.
I found the correct code:
http://wiki.eclipse.org/FAQ_How_do_I_hook_into_global_actions,_such_as_Copy_and_Delete%3F