I need to customize the behaviour of the "Run As" Action of the context
menu that appears when you click over the items in the project
navigator. Well I've created an extension of
org.eclipse.debug.ui.launchShortcuts and the convenient class
implementing ILauchShortcut interface.
The problem is that i can see the "Run As" menu with my shortcut only
the first time I double-click over an navigator item. The next times, It
simply doesn't appear!
Does anybody know something about this. Any help will be happily received :)