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 196516 - Code completion should close popup when there is single complete match
Summary: Code completion should close popup when there is single complete match
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: PC All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 18:34 UTC by andrey_p
Modified: 2011-03-09 18:35 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 andrey_p 2011-03-09 18:34:37 UTC
It's not convenient when completion popup stays open when complete matching word is entered by the user manually and there are no other suggestions. E.g. when trying to type "#else" or "#endif" the popup stays open. Thus effectively disabling arrow keys. 

If the user was up to put the mentioned statements into the existing code it's not natural to press enter or space, but it's more natural to use navigation keys after the last char was entered. But arrows do not work and the user is forced to press extra enter without obvious reason