Bug 11559

Summary: [Navigator] Navigator Context menu submenus do not have accessor keys
Product: [Eclipse Project] Platform Reporter: Duong Nguyen <duongn>
Component: UIAssignee: Knut Radloff <knut_radloff>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 Keywords: accessibility
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Duong Nguyen CLA 2002-03-18 11:20:57 EST
If you right click on the projects in the navigator the first level of menus 
has accessor keys but the submenus do not.  It is expected that they would.

To Reproduce: 

1. Start Eclipse
2. Create a new project (p1)
3. Right click on p1 in the navigator

Results: 

Observe that the submenus are missing accelerator keys. See for example the 
submenu of New -> Folder, File and Model

Expected Behaviour:
All items in the context menu for a project should have accessor keys
Comment 1 Nick Edgar CLA 2003-07-28 15:27:32 EDT
We do not assign mnemonics to dynamic lists of items.  In the New menu, the 
items are contributed by multiple plug-ins, so there's no hope of assigning 
mnemonics without conflicts.