|

07-01-2009, 02:39 AM
Maybe we can use commands and key bindings to launch the specific action. To some commands that have been already defined by the eclipse system, we can use the “setGlobalHandler” method to reuse the id, we can bind the id with our own action. I think it seems a little weird that using commands to handle actions. I mean, usually, an action is triggered by a command or a key binding. Maybe we should accept the normal rules of using commands and actions.
|