]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 22 Dec 2018 06:25:45 +0000 (01:25 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 22 Dec 2018 06:25:45 +0000 (22:25 -0800)
commitc1b4b0f6160e1919394586f44b12538505fed300
tree847a401a62c7dae4bb6a28eb60f66bf5a02933f1
parent87667c54c6650751c5d7bf7b9e465c8c4af45f71
 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
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]