Bug 4969 - Automatic Code Assist needs to be smarter #5
Summary: Automatic Code Assist needs to be smarter #5
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: 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 01:17 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 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.