@@ -273,6 +273,10 @@ <h3>Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-
273
273
< dd > Scroll the shell window to the last Shell restart.</ dd >
274
274
< dt > Restart Shell</ dt >
275
275
< dd > Restart the shell to clean the environment.</ dd >
276
+ < dt > Previous History</ dt >
277
+ < dd > Cycle through earlier commands in history which match the current entry.</ dd >
278
+ < dt > Next History</ dt >
279
+ < dd > Cycle through later commands in history which match the current entry.</ dd >
276
280
< dt > Interrupt Execution</ dt >
277
281
< dd > Stop a running program.</ dd >
278
282
</ dl >
@@ -309,22 +313,20 @@ <h3>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
< a class ="reference internal " href ="#preferences "> < span class ="std std-ref "> Setting preferences</ span > </ a > under Help and preferences.</ dd >
312
- < dt > Code Context (toggle)(Editor Window only)</ dt >
316
+ < dt > Zoom/Restore Height</ dt >
317
+ < dd > Toggles the window between normal size and maximum height. The initial size
318
+ defaults to 40 lines by 80 chars unless changed on the General tab of the
319
+ Configure IDLE dialog.</ dd >
320
+ < dt > Show/Hide Code Context (Editor Window only)</ dt >
313
321
< dd > Open a pane at the top of the edit window which shows the block context
314
322
of the code which has scrolled above the top of the window. See
315
323
< a class ="reference internal " href ="#code-context "> < span class ="std std-ref "> Code Context</ span > </ a > in the Editing and Navigation section below.</ dd >
316
324
</ dl >
317
325
</ div >
318
326
< div class ="section " id ="window-menu-shell-and-editor ">
319
327
< h3 > Window menu (Shell and Editor)< a class ="headerlink " href ="#window-menu-shell-and-editor " title ="Permalink to this headline "> ¶</ a > </ h3 >
320
- < dl class ="docutils ">
321
- < dt > Zoom Height</ dt >
322
- < dd > 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.</ dd >
325
- </ dl >
326
- < p > 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).</ p >
328
+ < p > Lists the names of all open windows; select one to bring it to the foreground
329
+ (deiconifying it if necessary).</ p >
328
330
</ div >
329
331
< div class ="section " id ="help-menu-shell-and-editor ">
330
332
< h3 > Help menu (Shell and Editor)< a class ="headerlink " href ="#help-menu-shell-and-editor " title ="Permalink to this headline "> ¶</ a > </ h3 >
@@ -918,7 +920,7 @@ <h3>Navigation</h3>
918
920
< br />
919
921
< br />
920
922
921
- Last updated on Dec 20 , 2018.
923
+ Last updated on Dec 28 , 2018.
922
924
< a href ="https://docs.python.org/3/bugs.html "> Found a bug</ a > ?
923
925
< br />
924
926
0 commit comments