Bug 5914 - Anonymous inner type code completion gets in the way
Summary: Anonymous inner type code completion gets in the way
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-14 12:44 EST by James Moody CLA
Modified: 2001-12-04 05:35 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 James Moody CLA 2001-11-14 12:44:13 EST
When getting code assist on a constructor I invariably accidentally pick 
the "anonymous inner type" item in the tree list. If I looked close enough I 
could probably tell the difference between that the item below it, which is 
what I really wanted. I almost never want the anonymous inner type, but I use 
code assist to find constructor args very frequently. Can I control this 
behaviour somehow?
Comment 1 Erich Gamma CLA 2001-11-14 12:55:04 EST
Anonymous inner type code completion is work in progres it will be really cool 
when done and generate stubs for listeners for example.

We should change the sorting and show it after the constructor arguments.
Comment 2 James Moody CLA 2001-11-27 11:18:17 EST
BTW, I'm looking forward to the enhanced anonymous inner type completion, 
sounds great!! 
Comment 3 Martin Aeschlimann CLA 2001-12-04 05:35:24 EST
fixed ordering > 11127

Still problems with Anonymous Inner Interfaces -> PR 6342