Bug 4969

Summary: Automatic Code Assist needs to be smarter #5
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: Other   
OS: other   
Whiteboard:

Description Carolyn MacLeod CLA 2001-10-15 01:17:48 EDT
After typing a cast:

(int)

automatic code assist is still active.
Does this make any sense?
The list of completions is huge, and it is just like starting with a blank 
slate, so maybe it's best if code assist wasn't still trying to help out in 
this case.
Comment 1 Kai-Uwe Maetzel CLA 2001-10-22 06:02:53 EDT
Core code assist issue. The content assist window stays open if there are 
proposals which are provided by the core in this case.
Comment 2 Philipe Mulet CLA 2001-10-22 06:32:24 EDT
But it is legite to invoke code assist after the closing parenthesis of a cast 
expression, and the completions there are valid ones. 

What would you expect ?
Comment 3 Kai-Uwe Maetzel CLA 2001-12-19 06:18:16 EST
Content assist now filters the computed results itself. Thus, the decribed 
situation will no longer happen. Build 20011218.