[New-bugs-announce] [issue23961] IDLE autocomplete window does not automatically close when selection is made

Al Sweigart report at bugs.python.org
Wed Apr 15 03:22:15 CEST 2015


New submission from Al Sweigart:

All autocomplete features (for example, Eclipse & Android Studio) cause the autocomplete window to disappear when a selection is made. When tab is pressed in IDLE, the window does not disappear.

IDLE should be changed so that the window goes away when tab is pressed to complete the window after Ctrl+Space or Edit > Show Completions openedit. Currently, the window stays open until another keyboard key is pressed (e.g. space, or an opening parenthesis)

----------
components: IDLE
messages: 241068
nosy: Al.Sweigart
priority: normal
severity: normal
status: open
title: IDLE autocomplete window does not automatically close when selection is made
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23961>
_______________________________________


More information about the New-bugs-announce mailing list