◐ Shell
clean mode source ↗

bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels by csabella · Pull Request #11214 · python/cpython

* Change text for Code Context to toggle between Show Code
  Context and Hide Code Context based on whether code context
  is active for the window.
* Move Zoom Height under Options menu.

@csabella

@terryjreedy

terryjreedy

* Reverse Zoom Height and Code Context on options menu.
* Alter between Zoom/Restore Zoom Height menu label.
* Change indexing on menu item names.
Adjust blurb for latest patch.

terryjreedy

@terryjreedy terryjreedy changed the title bpo-22703: IDLE: Change menu text for Code Context whether it's open/closed bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels

Dec 22, 2018

@terryjreedy

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 22, 2018
…thonGH-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 c1b4b0f)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

miss-islington added a commit that referenced this pull request

Dec 22, 2018
…-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 c1b4b0f)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>