Bug 44055 - [content assist] code assist inserting undesired code
Summary: [content assist] code assist inserting undesired code
Status: RESOLVED DUPLICATE of bug 43538
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 04:25 EDT by Wassim Melhem CLA
Modified: 2003-10-06 06:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2003-10-02 04:25:01 EDT
Build: I-20030925

Here is an example:
I'm typing: PDEPlugin.getD and I press ctrl-space.  Code completion 
automatically completes it to PDEPlugin.getDefault() and opens the suggestion 
window.  Fine.
The first suggestion in the window is highlighted.  Fine.
I do not press enter or choose the suggestion in any way.  I type a dot '.', 
but code completion for some reason inserts the first suggestion which I did 
not choose and then the '.'
Comment 1 Tom Hofmann CLA 2003-10-06 06:08:21 EDT
Are you saying that there is a proposal popup (suggestion window) is shown even
though there was just one completion, which got inserted automatically?

I think you are experiencing bug 43538 which resulted in a second popup window
being shown in exactly this situation. We've been fooled by this as well (see
bug 43896, which is a dup of the above)...

Closing as dup, please reopen if you still see this in the latest build.

*** This bug has been marked as a duplicate of 43538 ***