]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jul 2019 20:46:34 +0000 (13:46 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 20:46:34 +0000 (13:46 -0700)
commitdb2957c8ebbe1c4609b3fc730c6e682cb8ccfeb0
tree3f577ea4ef7ece4aa1821a7f36d3fcee8fcb00a9
parent5eb19fddd2d6c70ded14a91cf083681d750d593b
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.
(cherry picked from commit e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2)

Co-authored-by: Tal Einat <taleinat@gmail.com>
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]