Lines Matching full:shell
83 <li>Python shell window (interactive interpreter) with colorizing
95 <p>IDLE has two main window types, the Shell window and the Editor window. It is
102 <div class="section" id="file-menu-shell-and-editor">
103 <h3>24.6.1.1. File menu (Shell and Editor)<a class="headerlink" href="#file-menu-shell-and-editor" …
117 tree structure. In the shell, open a module first.</dd>
140 <div class="section" id="edit-menu-shell-and-editor">
141 <h3>24.6.1.2. Edit menu (Shell and Editor)<a class="headerlink" href="#edit-menu-shell-and-editor" …
216 <dt>Python Shell</dt>
217 <dd>Open or wake up the Python Shell window.</dd>
225 <dd>Do Check Module (above). If no error, restart the shell to clean the
226 environment, then execute the module. Output is displayed in the Shell
228 When execution is complete, the Shell retains focus and displays a prompt.
234 <div class="section" id="shell-menu-shell-window-only">
235 <h3>24.6.1.5. Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-window-on…
238 <dd>Scroll the shell window to the last Shell restart.</dd>
239 <dt>Restart Shell</dt>
240 <dd>Restart the shell to clean the environment.</dd>
245 <div class="section" id="debug-menu-shell-window-only">
246 <h3>24.6.1.6. Debug menu (Shell window only)<a class="headerlink" href="#debug-menu-shell-window-on…
253 the Shell window and Output windows.</dd>
257 <dd>When actived, code entered in the Shell or run from an Editor will run
267 <div class="section" id="options-menu-shell-and-editor">
268 <h3>24.6.1.7. Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-shell-and-ed…
286 <div class="section" id="window-menu-shell-and-editor">
287 <h3>24.6.1.8. Window menu (Shell and Editor)<a class="headerlink" href="#window-menu-shell-and-edit…
297 <div class="section" id="help-menu-shell-and-editor">
298 <h3>24.6.1.9. Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and-editor" …
335 <p>Shell and Output windows have the following.</p>
382 Python Shell window by one tab). After certain keywords (break, return etc.)
385 Shell window one tab), number depends on Indent width. Currently tabs
409 Shell. Two <code class="kbd docutils literal"><span class="pre">tab</span></code> in a row will su…
438 <p>For example, restart the Shell and enter <code class="docutils literal"><span class="pre">iterto…
447 <div class="section" id="python-shell-window">
448 <h3>24.6.2.4. Python Shell window<a class="headerlink" href="#python-shell-window" title="Permalink…
468 For the shell, these are shell output, shell error, user output, and
469 user error. For Python code, at the shell prompt or in an editor, these are
487 shell, or for executing import statements to import common modules.</p>
492 functions to be used from IDLE’s Python shell.</p>
497 -c command run command in the shell window
498 -d enable debugger and open shell window
501 -i open shell window
502 -r file run file in shell window
503 -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
504 -t title set title of shell window
505 - run stdin in shell (- must be last option before args)
525 objects that get input from and send output to the Shell window.
531 <p>With IDLE’s Shell, one enters, edits, and recalls complete statements.
610 <li><a class="reference internal" href="#file-menu-shell-and-editor">24.6.1.1. File menu (Shell and…
611 <li><a class="reference internal" href="#edit-menu-shell-and-editor">24.6.1.2. Edit menu (Shell and…
614 <li><a class="reference internal" href="#shell-menu-shell-window-only">24.6.1.5. Shell menu (Shell …
615 <li><a class="reference internal" href="#debug-menu-shell-window-only">24.6.1.6. Debug menu (Shell …
616 …li><a class="reference internal" href="#options-menu-shell-and-editor">24.6.1.7. Options menu (She…
617 <li><a class="reference internal" href="#window-menu-shell-and-editor">24.6.1.8. Window menu (Shell…
618 <li><a class="reference internal" href="#help-menu-shell-and-editor">24.6.1.9. Help menu (Shell and…
626 <li><a class="reference internal" href="#python-shell-window">24.6.2.4. Python Shell window</a></li>