]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Dec 2018 06:41:50 +0000 (22:41 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Dec 2018 06:41:50 +0000 (22:41 -0800)
commit48a206978c890387aa573991cfe992d0c1951048
tree0202ee830c7991aa6414920efd8d013974d15b6d
parentc046d6b6187e4de98a29e67ccbfd9b1b8790ee2f
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)

The Code Context menu label now toggles between Show/Hide Code Context.
 The Zoom Height menu now toggles between Zoom/Restore Height.
 Zoom Height has moved from the Window menu to the Options menu.

https://bugs.python.org/issue22703
(cherry picked from commit c1b4b0f6160e1919394586f44b12538505fed300)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/codecontext.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_codecontext.py
Lib/idlelib/mainmenu.py
Lib/idlelib/zoomheight.py
Misc/NEWS.d/next/IDLE/2018-12-18-13-56-31.bpo-22703.UlsjKQ.rst [new file with mode: 0644]