diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-12-22 06:25:45 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-22 06:25:45 (GMT) |
commit | c1b4b0f6160e1919394586f44b12538505fed300 (patch) | |
tree | 847a401a62c7dae4bb6a28eb60f66bf5a02933f1 /Doc/library | |
parent | 87667c54c6650751c5d7bf7b9e465c8c4af45f71 (diff) | |
download | cpython-c1b4b0f6160e1919394586f44b12538505fed300.zip cpython-c1b4b0f6160e1919394586f44b12538505fed300.tar.gz cpython-c1b4b0f6160e1919394586f44b12538505fed300.tar.bz2 |
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
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/idle.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index 80a2fdc..ef9bd26 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -275,7 +275,12 @@ Configure IDLE menu. For more, see :ref:`Setting preferences <preferences>` under Help and preferences. -Code Context (toggle)(Editor Window only) +Zoom/Restore Height + Toggles the window between normal size and maximum height. The initial size + defaults to 40 lines by 80 chars unless changed on the General tab of the + Configure IDLE dialog. + +Show/Hide Code Context (Editor Window only) Open a pane at the top of the edit window which shows the block context of the code which has scrolled above the top of the window. See :ref:`Code Context <code-context>` in the Editing and Navigation section below. @@ -283,13 +288,8 @@ Code Context (toggle)(Editor Window only) Window menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Zoom Height - Toggles the window between normal size and maximum height. The initial size - defaults to 40 lines by 80 chars unless changed on the General tab of the - Configure IDLE dialog. - -The rest of this menu lists the names of all open windows; select one to bring -it to the foreground (deiconifying it if necessary). +Lists the names of all open windows; select one to bring it to the foreground +(deiconifying it if necessary). Help menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |