Bug 83764 - [content assist] Mnemonics in QuickFix and code assist popup
Summary: [content assist] Mnemonics in QuickFix and code assist popup
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 16:32 EST by Andrew Taylor CLA
Modified: 2005-01-27 04:53 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 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.