[issue24570] IDLE Autocomplete and Call Tips Do Not Pop Up on OS X with ActiveTcl 8.5.18

Ned Deily report at bugs.python.org
Mon Jul 6 20:46:55 CEST 2015


Ned Deily added the comment:

Kevin, I think that Autocomplete is implemented as an IDLE extension in:
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py

and configured in:
Lib/idlelib/config-extensions.def
-> force-open-completions=<Control-Key-space>

Perhaps someone could try to reduce it to smaller test case; I will likely not have time to work on it myself for the immediate future.  Tal, can you reproduce this issue when using ActiveTcl 8.5.18?

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list