Issue 22554: Idle: optionally auto-pop-up completion window for names - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: rejected
Dependencies: 3068 Superseder:
Assigned To: terry.reedy Nosy List: terry.reedy
Priority: normal Keywords:

Created on 2014-10-04 20:49 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg228492 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-10-04 20:49
Currently auto popup after delay only after '.' or in a string.
msg228493 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-10-04 20:50
Need extension config dialog before add this.  Should then review completion extension for options that people might want.
msg271183 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-07-24 23:54
The extension configuration was added a couple weeks after this was opened.  The idea of the second message is that new popup should be optional even when completions are enabled.
msg370929 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-06-07 23:38
I think my proposal was to auto popup name completion without having to hit tab.  Maybe only if match.  I withdraw it.  Would have to check updated completion list after each char, maybe call after, and usually cancel.  Never a request for this.