Bug 4999

Summary: Automatic Code Assist needs to be smarter #7
Product: [Eclipse Project] JDT Reporter: Carolyn MacLeod <carolynmacleod4>
Component: UIAssignee: Kai-Uwe Maetzel <kai-uwe_maetzel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.