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

Summary: Code completition overwrite mode
Product: java Reporter: gyszalai <gyszalai>
Component: EditorAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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...