@@ -381,6 +381,20 @@ <h3>Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and
381
381
</ div >
382
382
< div class ="section " id ="editing-and-navigation ">
383
383
< h2 > Editing and navigation< a class ="headerlink " href ="#editing-and-navigation " title ="Permalink to this headline "> ¶</ a > </ h2 >
384
+ < div class ="section " id ="editor-windows ">
385
+ < h3 > Editor windows< a class ="headerlink " href ="#editor-windows " title ="Permalink to this headline "> ¶</ a > </ h3 >
386
+ < p > IDLE may open editor windows when it starts, depending on settings
387
+ and how you start IDLE. Thereafter, use the File menu. There can be only
388
+ one open editor window for a given file.</ p >
389
+ < p > The title bar contains the name of the file, the full path, and the version
390
+ of Python and IDLE running the window. The status bar contains the line
391
+ number (‘Ln’) and column number (‘Col’). Line numbers start with 1;
392
+ column numbers with 0.</ p >
393
+ < p > IDLE assumes that files with a known .py* extension contain Python code
394
+ and that other files do not. Run Python code with the Run menu.</ p >
395
+ </ div >
396
+ < div class ="section " id ="key-bindings ">
397
+ < h3 > Key bindings< a class ="headerlink " href ="#key-bindings " title ="Permalink to this headline "> ¶</ a > </ h3 >
384
398
< p > In this section, ‘C’ refers to the < kbd class ="kbd docutils literal notranslate "> Control</ kbd > key on Windows and Unix and
385
399
the < kbd class ="kbd docutils literal notranslate "> Command</ kbd > key on Mac OSX.</ p >
386
400
< ul >
@@ -416,6 +430,7 @@ <h2>Editing and navigation<a class="headerlink" href="#editing-and-navigation" t
416
430
</ ul >
417
431
< p > Standard keybindings (like < kbd class ="kbd docutils literal notranslate "> C-c</ kbd > to copy and < kbd class ="kbd docutils literal notranslate "> C-v</ kbd > to paste)
418
432
may work. Keybindings are selected in the Configure IDLE dialog.</ p >
433
+ </ div >
419
434
< div class ="section " id ="automatic-indentation ">
420
435
< h3 > Automatic indentation< a class ="headerlink " href ="#automatic-indentation " title ="Permalink to this headline "> ¶</ a > </ h3 >
421
436
< p > After a block-opening statement, the next line is indented by 4 spaces (in the
@@ -725,6 +740,8 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
725
740
</ ul >
726
741
</ li >
727
742
< li > < a class ="reference internal " href ="#editing-and-navigation "> Editing and navigation</ a > < ul >
743
+ < li > < a class ="reference internal " href ="#editor-windows "> Editor windows</ a > </ li >
744
+ < li > < a class ="reference internal " href ="#key-bindings "> Key bindings</ a > </ li >
728
745
< li > < a class ="reference internal " href ="#automatic-indentation "> Automatic indentation</ a > </ li >
729
746
< li > < a class ="reference internal " href ="#completions "> Completions</ a > </ li >
730
747
< li > < a class ="reference internal " href ="#calltips "> Calltips</ a > </ li >
0 commit comments