This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90518 - '(' Character replaces user-typed text with selection in the code completion window
Summary: '(' Character replaces user-typed text with selection in the code completion ...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-04 13:44 UTC by tak3shi
Modified: 2008-02-25 16:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tak3shi 2006-12-04 13:44:26 UTC
Type String.val and press the '(' Character.
this completes to "String.valueOf(". This is a nice undocumented feature but
when i use code completion on my own custom classes the code completion window
responsiveness is very slow and pressing '(' picks the selected Item that does
not match anymore to the typed word. 

The responsiveness is so slow that i can type cmd.getPage( and it gets replaced
by cmd.addSubCommand(. Since i type fast with all my 10 fingers, this happens
many times.

Before taking the selection from the code completion the selection window should
be first updated to the typed word. (This also happens when you type fast and
press Enter).
Comment 1 Quality Engineering 2007-09-20 11:54:47 UTC
Reorganization of java component
Comment 2 Jan Becicka 2008-02-25 16:17:16 UTC
This issue is not valid in current builds any more. Java support was completely
redesigned in 6.0 time frame. Please use NetBeans 6.0 and later.