Bug 5686 - Launch/Run actions should be available on menubar
Summary: Launch/Run actions should be available on menubar
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2001-11-08 16:31 EST by Nick Edgar CLA
Modified: 2001-12-17 09:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-11-08 16:31:41 EST
To meet accessibility requirements, the Launch and Run actions need to be 
available on the menubar, not just the toolbar.

Could we put a high priority on this?  I'd like the UI team to have an "unplug 
your mouse" day on Nov. 19, and it would be good to have this support.
Thanks.
Comment 1 Darin Wright CLA 2001-11-08 17:14:44 EST
Add Run/Debug to the debug menu.
Comment 2 Darin Swanson CLA 2001-11-09 16:20:39 EST
Added the actions to the Debug menu.
Please verify.
Comment 3 Darin Wright CLA 2001-11-12 08:51:51 EST
Verified.
Comment 4 Nick Edgar CLA 2001-12-05 16:18:53 EST
Build 20011204.

The Run and Debug actions on the Debug menu do not allow you to choose which 
launcher to use, in the same way you can using the toolbar buttons.
Comment 5 Darin Swanson CLA 2001-12-14 12:28:02 EST
Nick, I am not sure what you mean.  These are the same actions.

The way to get to pick a launcher is not to have any active editor or 
other "launchable selection" (same as the toolbar actions);

Things will change with the new launch configurations but the actions will have 
exactly the same behavior.
Comment 6 Nick Edgar CLA 2001-12-14 12:43:34 EST
With a project selected, I can currently choose the Debug toolbar button's 
pulldown menu, which has a Debug submenu from which I can choose the launcher 
to use.  Likewise for the Run button.
I can't do this from the pulldown menu.

It's true that if I close all editors and clear any selection, I get prompted 
for project and launcher, but this is a fairly hidden feature, and I shouldn't 
have to close my editors just to choose a different launcher.
Comment 7 Darin Swanson CLA 2001-12-14 17:49:46 EST
Updated to be able to specify launcher to the debug menu (Debug With, Run With).
Added numerical accelerators to the launchers.

Code in the LaunchWithAction#selectionChanged(IAction, ISelection) can be 
revisited when #setMenuCreator is added to IAction.

Added the Debug History and Run History dynamic menus to the Debug Menu.
Added numerical accelerators to the history items.

The debug menu just keeps getting bigger... ;-)
Comment 8 Darin Swanson CLA 2001-12-14 17:50:05 EST
Please verify (DarinW)
Comment 9 Darin Wright CLA 2001-12-17 09:29:32 EST
Verified. I like it.