]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Feb 2020 18:22:55 +0000 (13:22 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 18:22:55 +0000 (13:22 -0500)
commitc705fd1e89ccb8f6d414ec817b4616546147d877
tree8b2161ff8c811747c6c3aa17d281c00dc15fe4d3
parent4f17c5cd9a1ec50fe8de7ef68c39220a01a862cb
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)

Previously, the button-up part of selecting with a mouse was treated as a click
that meant 'jump' to this line, which modified the context and undid the selection
Lib/idlelib/NEWS.txt
Lib/idlelib/codecontext.py
Lib/idlelib/idle_test/test_codecontext.py
Misc/NEWS.d/next/IDLE/2020-02-27-22-17-09.bpo-39781.bbYBeL.rst [new file with mode: 0644]