Bug 83764

Summary: [content assist] Mnemonics in QuickFix and code assist popup
Product: [Eclipse Project] JDT Reporter: Andrew Taylor <andy>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andrew Taylor CLA 2005-01-26 16:32:34 EST
It would be nice to have hotkeys in quickfix/complete popup.  Hotkey delegation
could be automatic, perhaps using some kind of take-from-bag algo for sequential
letter in each quickfix line, or perhaps on a type basis, ie:

List - java.&util.List
List - java.&awt.List

or similar for quickfix:

&Change to connected()
Create &local variable 'connected'
Create &field 'connected'
...

Comments?
Comment 1 Dani Megert CLA 2005-01-27 04:53:30 EST
Good idea.