bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) · python/cpython@c0381aa (original) (raw)
`@@ -273,6 +273,10 @@
Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-
`
273
273
`
`
274
274
`
`
275
275
`
`
``
276
`+
`
``
277
`+
`
``
278
`+
`
``
279
`+
`
276
280
`
`
277
281
`
`
278
282
`
`
`@@ -309,22 +313,20 @@
Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-she
`
309
313
`configuration dialog by selecting Preferences in the application
`
310
314
`menu. For more, see
`
311
315
`Setting preferences under Help and preferences.
`
312
``
`-
`
``
316
`+
`
``
317
`+
`
``
318
`+
defaults to 40 lines by 80 chars unless changed on the General tab of the
`
``
319
`+
Configure IDLE dialog.
`
``
320
`+
`
313
321
`
`
314
322
`of the code which has scrolled above the top of the window. See
`
315
323
`Code Context in the Editing and Navigation section below.
`
316
324
`
`
317
325
`
`
318
326
`
`
319
327
`
Window menu (Shell and Editor)¶
`
320
``
`-
- Zoom Height
- Toggles the window between normal size and maximum height. The initial size
`
323
``
`-
defaults to 40 lines by 80 chars unless changed on the General tab of the
`
324
``
`-
Configure IDLE dialog.
`
321
``
`-
`
322
``
`-
`
325
``
`-
`
326
``
`-
The rest of this menu lists the names of all open windows; select one to bring
`
327
``
`-
it to the foreground (deiconifying it if necessary).
`
``
328
`+
Lists the names of all open windows; select one to bring it to the foreground
`
``
329
`+
(deiconifying it if necessary).
`
328
330
`
`
329
331
`
`
330
332
`
Help menu (Shell and Editor)¶
`
`@@ -918,7 +920,7 @@
Navigation
`
918
920
`
`
919
921
`
`
920
922
``
921
``
`-
Last updated on Dec 20, 2018.
`
``
923
`+
Last updated on Dec 28, 2018.
`
922
924
`
923
925
`
`
924
926
``