]> 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:47:26 +0000 (13:47 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 18 Jul 2019 20:47:26 +0000 (16:47 -0400)
commit86eb5daaf31860da479e034d69e9a6d4f47a8eb6
tree2807f5272e1d4fcca43c25700d875590d56fdde6
parent652b667b13fc6176a565538b35ec11174cc9dacf
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846)

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]