I have recently moved from Eclipse 3.4 to 3.5. In 3.4 I had a key binding that allowed me to open the currently open class in the package explorer. So for example, I would hit alt-F1 and the class in the editor would be shown in the package explorer pane. I know I can click the "Link with Editor" button (looks like a left and right arrow on top of one another) in the package explorer pane but that would cause the package explorer to continuously update as I switch between classes in the editor. I want the ability to open the chosen class in the package explorer when I decide to using a particular key binding.
In 3.4, I bound the alt-F1 key binding to the command called "Show in Package Explorer". 3.5 does not seem to have this command.
Edit: This issue seems to be caused by the importing of key bindings from 3.4 when a binding maps to a command that no longer exists in Eclipse 3.4.