Closed GoogleCodeExporter closed 8 years ago
Hi, thanks for the feedback.
Most of Eclipse's UI items like menu items and toolbar items are each backed by
a
command, a small amount of them are not.
I've done some investigation regarding this and found out one thing interesting
about
"run" in Eclipse. If we click "run" from the menu, it will invoke a
corresponding
command, but if we click the "run" item from the toolbar, no command is
executed, which
means this toolbar item is not backed by a command.
You can verify this by clicking on run toolbar item a few times and refresh
Rabbit's
view, then try it will the run menu items.
Thanks for letting me know this. ;-)
Original comment by llaec...@gmail.com
on 18 Mar 2010 at 7:46
Can run as action invocation be intercepted by other ways? If yes, than may be
it is
worth to create extension point for action interceptors.
Original comment by halya...@gmail.com
on 19 Mar 2010 at 11:44
I know launching in debug mode can be intercepted, not sure the normal launches
though,
but I will look into it.
Original comment by llaec...@gmail.com
on 20 Mar 2010 at 5:10
Original comment by llaec...@gmail.com
on 17 May 2010 at 5:52
Original issue reported on code.google.com by
halya...@gmail.com
on 18 Mar 2010 at 6:14