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.
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:08 | admin | set | github: 66744 |
| 2020年06月07日 23:38:49 | terry.reedy | set | status: open -> closed resolution: rejected messages: + msg370929 stage: needs patch -> resolved |
| 2017年06月30日 00:03:37 | terry.reedy | set | assignee: terry.reedy versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.4 |
| 2016年07月25日 00:08:07 | terry.reedy | link | issue27609 dependencies |
| 2016年07月24日 23:54:55 | terry.reedy | set | messages: + msg271183 |
| 2014年10月04日 20:50:16 | terry.reedy | set | dependencies:
+ IDLE - Add an extension configuration dialog messages: + msg228493 |
| 2014年10月04日 20:49:00 | terry.reedy | create | |