[issue21261] Teach IDLE to Autocomplete dictionary keys

Eduardo Seabra report at bugs.python.org
Fri Jun 20 19:53:06 CEST 2014


Eduardo Seabra added the comment:

I've added three lines to cls.code to test_hyperparser. So I can test for subscripts with double quotes, single quotes and with no strings at all.

Should I implement try_open_completions_event for COMPLETE_DICTIONARY? Calling this event everytime someone types a string seemed a bit expensive in my opinion.

I'm attaching the new patch.

As fas as the signed contributor, I've already signed last week but still waiting.

----------
Added file: http://bugs.python.org/file35709/issue21261.patch

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


More information about the Python-bugs-list mailing list