Bug 319018 - hide completion list if only one entry is in there which matches what was already typed
Summary: hide completion list if only one entry is in there which matches what was alr...
Status: REPORTED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Code completion (show other bugs)
Version: git master
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.6.0
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 10:21 UTC by Sven Brauch
Modified: 2013-04-28 10:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Brauch 2013-04-28 10:21:47 UTC
For example, if you write "import random", then the completion widget shoud be hidden because there's no point in showing it. Note that the widget should only be hidden if the only suggestion matches the text being typed.

This probably needs to be done depending on the item type, since you don't want to do it for e.g. function items (since executing them adds the brackets etc).

Reproducible: Always