Bug 4999 - Automatic Code Assist needs to be smarter #7
Summary: Automatic Code Assist needs to be smarter #7
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: 2.0 M1   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-15 16:45 EDT by Carolyn MacLeod CLA
Modified: 2001-12-19 06:18 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 Carolyn MacLeod CLA 2001-10-15 16:45:06 EDT
Build 204
While typing the following:

GC gc = new GC(shell);
gc.drawImage(

Automatic code assist gives me this:

GC gc = new GC(shell);
gc.drawImage((

Since the method parameters popup stays up, you don't notice the bogus extra ( 
until you are at the end of the line. But if you don't type the "(" then you 
don't get the method parameters popup.
Comment 1 Kai-Uwe Maetzel CLA 2001-12-19 06:18:40 EST
Build 20011218.