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 54658

Summary: Provide possibility for choosing element from completion list through shortcuts as "=", "." , " ","(", "-", "+"."["
Product: editor Reporter: Denis Anisimov <ads>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 58412    

Description Denis Anisimov 2005-02-08 09:53:30 UTC
Now only possibility to choose needed item 
from completion list is Enter,
Shift-Enter write chosen string in editor and
still show completion list .
It would be very useful feature to have possibility
end choosing completion through symbols:
"=", "." , " ","(", "-", "+"."["
in such way that completion is performed and 
needed symbol is inserted.
This should be smart enough for differ "=" when 
you do completion for variable and do not 
do completion when you choose some class ( you 
can assign value for variable , but cannot 
do this for type ).
Comment 1 Denis Anisimov 2005-02-08 09:54:38 UTC
This is high priority usability issue.

This bug fixed as RFE in Bow release by me and should be delivered 
in NetBeans branch.
Comment 2 Miloslav Metelka 2005-02-08 10:14:49 UTC
I've changed this to enhancement because this is not a defect and not
a regression. Unfortunately we are already in a bug-fixing phase after
feature freeze of promoE so it's more likely that your patch will get
integrated during promoF. As you already have the implementation of
the feature could you please provide us with a diff of the feature?
Please attach it to this issue. Thanks.
Comment 3 Roman Strobl 2005-04-22 13:58:38 UTC
The work on this enhancement has been started, it is possible to use several of
suggested characters in experimental version of new code completion. Dusane,
please take a look a the other suggested characters from this RFE if it makes
sense to use them. Thanks.
Comment 4 Dusan Balek 2008-10-15 07:59:48 UTC
Already implemented.
Comment 5 Quality Engineering 2008-10-15 16:19:06 UTC
Integrated into 'main-golden', will be available in build *200810151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a93a4355cc38
User: Dusan Balek <dbalek@netbeans.org>
Log: Minor modification. See issue #54658.