]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 8 Mar 2020 18:32:42 +0000 (14:32 -0400)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 18:32:42 +0000 (14:32 -0400)
commit2522db11df102be3baf25ce9e816ebe8ffdb7fcc
tree786501887326cf15cfb7b7b185ae6b838267ec6b
parentc580981ba01c4d9f721dbdd88208ba37704e0217
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)

It appears standard that moving the text insert cursor away from a selection clears the
selection.  Clearing prevents accidental deletion of a possibly off-screen bit of text.
The update is for Ln and Col on the status bar.
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/help.html
Misc/NEWS.d/next/IDLE/2020-03-06-01-55-14.bpo-39852.QjA1qF.rst [new file with mode: 0644]