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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to