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 87003 - Code completition overwrite mode
Summary: Code completition overwrite mode
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 13:51 UTC by gyszalai
Modified: 2008-12-15 17:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gyszalai 2006-10-12 13:51:53 UTC
When I press CTRL-SPACE on an existing method call (eg. getSomething()) and
select another method from the pop-up list, the editor inserts the name of the
method instead of overwriting the old one, so for example if the cursor is after
'getSo' I get this: getSogetOther()mething(). It is really annoying. At least it
sould be configurable to overwrite or insert.
Comment 1 Petr Dvorak 2008-12-15 17:32:37 UTC
This is already implemented - just press ctrl+enter when confirming the choice from code completion list...