]> granicus.if.org Git - python/commit
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821)
authorTal Einat <taleinat@gmail.com>
Thu, 18 Jul 2019 20:03:18 +0000 (23:03 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 18 Jul 2019 20:03:18 +0000 (16:03 -0400)
commite0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2
tree6c5572560cdc1c0c9941edf11f08886a4d05243b
parent323842c2792a81e87917790506ec3457832c84b3
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821)

Eliminate delay of up to 100ms and accompanying visual artifact.
Fix bug of never showing context when hide and show.
Lib/idlelib/codecontext.py
Lib/idlelib/idle_test/test_codecontext.py
Misc/NEWS.d/next/IDLE/2019-07-18-10-11-36.bpo-33610.xYqMLg.rst [new file with mode: 0644]