Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 1 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 6 | <head> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 7 | <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 9 | <title>IDLE — Python 3.9.0a0 documentation</title> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 10 | <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> |
| 11 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 12 | |
| 13 | <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 14 | <script type="text/javascript" src="../_static/jquery.js"></script> |
| 15 | <script type="text/javascript" src="../_static/underscore.js"></script> |
| 16 | <script type="text/javascript" src="../_static/doctools.js"></script> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 17 | <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
| 18 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 19 | <script type="text/javascript" src="../_static/sidebar.js"></script> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 20 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 21 | <link rel="search" type="application/opensearchdescription+xml" |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 22 | title="Search within Python 3.9.0a0 documentation" |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 23 | href="../_static/opensearch.xml"/> |
| 24 | <link rel="author" title="About these documents" href="../about.html" /> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 25 | <link rel="index" title="Index" href="../genindex.html" /> |
| 26 | <link rel="search" title="Search" href="../search.html" /> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 27 | <link rel="copyright" title="Copyright" href="../copyright.html" /> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 28 | <link rel="next" title="Other Graphical User Interface Packages" href="othergui.html" /> |
| 29 | <link rel="prev" title="tkinter.scrolledtext — Scrolled Text Widget" href="tkinter.scrolledtext.html" /> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 30 | <link rel="canonical" href="https://docs.python.org/3/library/idle.html" /> |
| 31 | |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 32 | |
| 33 | |
| 34 | |
| 35 | |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 36 | |
| 37 | <style> |
| 38 | @media only screen { |
| 39 | table.full-width-table { |
| 40 | width: 100%; |
| 41 | } |
| 42 | } |
| 43 | </style> |
| 44 | |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 45 | <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> |
| 46 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 47 | <script type="text/javascript" src="../_static/copybutton.js"></script> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 48 | |
| 49 | |
| 50 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 51 | |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 52 | </head><body> |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 53 | |
Terry Jan Reedy | f8cd02d | 2016-03-01 00:29:57 -0500 | [diff] [blame] | 54 | <div class="related" role="navigation" aria-label="related navigation"> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 55 | <h3>Navigation</h3> |
| 56 | <ul> |
| 57 | <li class="right" style="margin-right: 10px"> |
| 58 | <a href="../genindex.html" title="General Index" |
| 59 | accesskey="I">index</a></li> |
| 60 | <li class="right" > |
| 61 | <a href="../py-modindex.html" title="Python Module Index" |
| 62 | >modules</a> |</li> |
| 63 | <li class="right" > |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 64 | <a href="othergui.html" title="Other Graphical User Interface Packages" |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 65 | accesskey="N">next</a> |</li> |
| 66 | <li class="right" > |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 67 | <a href="tkinter.scrolledtext.html" title="tkinter.scrolledtext — Scrolled Text Widget" |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 68 | accesskey="P">previous</a> |</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 69 | |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 70 | <li><img src="../_static/py.png" alt="" |
| 71 | style="vertical-align: middle; margin-top: -1px"/></li> |
| 72 | <li><a href="https://www.python.org/">Python</a> »</li> |
| 73 | |
| 74 | |
| 75 | <li> |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 76 | <a href="../index.html">3.9.0a0 Documentation</a> » |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 77 | </li> |
| 78 | |
| 79 | <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 80 | <li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">Graphical User Interfaces with Tk</a> »</li> |
Terry Jan Reedy | 4b73676 | 2016-09-12 01:50:03 -0400 | [diff] [blame] | 81 | <li class="right"> |
| 82 | |
| 83 | |
| 84 | <div class="inline-search" style="display: none" role="search"> |
| 85 | <form class="inline-search" action="../search.html" method="get"> |
| 86 | <input placeholder="Quick search" type="text" name="q" /> |
| 87 | <input type="submit" value="Go" /> |
| 88 | <input type="hidden" name="check_keywords" value="yes" /> |
| 89 | <input type="hidden" name="area" value="default" /> |
| 90 | </form> |
| 91 | </div> |
| 92 | <script type="text/javascript">$('.inline-search').show(0);</script> |
| 93 | | |
| 94 | </li> |
| 95 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 96 | </ul> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 97 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 98 | |
| 99 | <div class="document"> |
| 100 | <div class="documentwrapper"> |
| 101 | <div class="bodywrapper"> |
Terry Jan Reedy | f8cd02d | 2016-03-01 00:29:57 -0500 | [diff] [blame] | 102 | <div class="body" role="main"> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 103 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 104 | <div class="section" id="idle"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 105 | <span id="id1"></span><h1>IDLE<a class="headerlink" href="#idle" title="Permalink to this headline">¶</a></h1> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 106 | <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/master/Lib/idlelib/">Lib/idlelib/</a></p> |
Terry Jan Reedy | fa089b9 | 2016-06-11 15:02:54 -0400 | [diff] [blame] | 107 | <hr class="docutils" id="index-0" /> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 108 | <p>IDLE is Python’s Integrated Development and Learning Environment.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 109 | <p>IDLE has the following features:</p> |
| 110 | <ul class="simple"> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 111 | <li>coded in 100% pure Python, using the <a class="reference internal" href="tkinter.html#module-tkinter" title="tkinter: Interface to Tcl/Tk for graphical user interfaces"><code class="xref py py-mod docutils literal notranslate"><span class="pre">tkinter</span></code></a> GUI toolkit</li> |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 112 | <li>cross-platform: works mostly the same on Windows, Unix, and macOS</li> |
Terry Jan Reedy | 6e10ec5 | 2015-09-23 20:00:33 -0400 | [diff] [blame] | 113 | <li>Python shell window (interactive interpreter) with colorizing |
| 114 | of code input, output, and error messages</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 115 | <li>multi-window text editor with multiple undo, Python colorizing, |
Terry Jan Reedy | 6e10ec5 | 2015-09-23 20:00:33 -0400 | [diff] [blame] | 116 | smart indent, call tips, auto completion, and other features</li> |
| 117 | <li>search within any window, replace within editor windows, and search |
| 118 | through multiple files (grep)</li> |
| 119 | <li>debugger with persistent breakpoints, stepping, and viewing |
| 120 | of global and local namespaces</li> |
| 121 | <li>configuration, browsers, and other dialogs</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 122 | </ul> |
| 123 | <div class="section" id="menus"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 124 | <h2>Menus<a class="headerlink" href="#menus" title="Permalink to this headline">¶</a></h2> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 125 | <p>IDLE has two main window types, the Shell window and the Editor window. It is |
Terry Jan Reedy | 50ff02b | 2018-11-10 23:26:31 -0500 | [diff] [blame] | 126 | possible to have multiple editor windows simultaneously. On Windows and |
| 127 | Linux, each has its own top menu. Each menu documented below indicates |
| 128 | which window type it is associated with.</p> |
| 129 | <p>Output windows, such as used for Edit => Find in Files, are a subtype of editor |
| 130 | window. They currently have the same top menu but a different |
| 131 | default title and context menu.</p> |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 132 | <p>On macOS, there is one application menu. It dynamically changes according |
Terry Jan Reedy | 50ff02b | 2018-11-10 23:26:31 -0500 | [diff] [blame] | 133 | to the window currently selected. It has an IDLE menu, and some entries |
Terry Jan Reedy | 8a533ff | 2019-05-16 01:20:37 -0400 | [diff] [blame] | 134 | described below are moved around to conform to Apple guidelines.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 135 | <div class="section" id="file-menu-shell-and-editor"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 136 | <h3>File menu (Shell and Editor)<a class="headerlink" href="#file-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 137 | <dl class="docutils"> |
| 138 | <dt>New File</dt> |
| 139 | <dd>Create a new file editing window.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 140 | <dt>Open…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 141 | <dd>Open an existing file with an Open dialog.</dd> |
| 142 | <dt>Recent Files</dt> |
| 143 | <dd>Open a list of recent files. Click one to open it.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 144 | <dt>Open Module…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 145 | <dd>Open an existing module (searches sys.path).</dd> |
| 146 | </dl> |
| 147 | <dl class="docutils" id="index-1"> |
| 148 | <dt>Class Browser</dt> |
| 149 | <dd>Show functions, classes, and methods in the current Editor file in a |
| 150 | tree structure. In the shell, open a module first.</dd> |
| 151 | <dt>Path Browser</dt> |
| 152 | <dd>Show sys.path directories, modules, functions, classes and methods in a |
| 153 | tree structure.</dd> |
| 154 | <dt>Save</dt> |
| 155 | <dd>Save the current window to the associated file, if there is one. Windows |
| 156 | that have been changed since being opened or last saved have a * before |
| 157 | and after the window title. If there is no associated file, |
| 158 | do Save As instead.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 159 | <dt>Save As…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 160 | <dd>Save the current window with a Save As dialog. The file saved becomes the |
| 161 | new associated file for the window.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 162 | <dt>Save Copy As…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 163 | <dd>Save the current window to different file without changing the associated |
| 164 | file.</dd> |
| 165 | <dt>Print Window</dt> |
| 166 | <dd>Print the current window to the default printer.</dd> |
| 167 | <dt>Close</dt> |
| 168 | <dd>Close the current window (ask to save if unsaved).</dd> |
| 169 | <dt>Exit</dt> |
| 170 | <dd>Close all windows and quit IDLE (ask to save unsaved windows).</dd> |
| 171 | </dl> |
| 172 | </div> |
| 173 | <div class="section" id="edit-menu-shell-and-editor"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 174 | <h3>Edit menu (Shell and Editor)<a class="headerlink" href="#edit-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 175 | <dl class="docutils"> |
| 176 | <dt>Undo</dt> |
| 177 | <dd>Undo the last change to the current window. A maximum of 1000 changes may |
| 178 | be undone.</dd> |
| 179 | <dt>Redo</dt> |
| 180 | <dd>Redo the last undone change to the current window.</dd> |
| 181 | <dt>Cut</dt> |
| 182 | <dd>Copy selection into the system-wide clipboard; then delete the selection.</dd> |
| 183 | <dt>Copy</dt> |
| 184 | <dd>Copy selection into the system-wide clipboard.</dd> |
| 185 | <dt>Paste</dt> |
| 186 | <dd>Insert contents of the system-wide clipboard into the current window.</dd> |
| 187 | </dl> |
| 188 | <p>The clipboard functions are also available in context menus.</p> |
| 189 | <dl class="docutils"> |
| 190 | <dt>Select All</dt> |
| 191 | <dd>Select the entire contents of the current window.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 192 | <dt>Find…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 193 | <dd>Open a search dialog with many options</dd> |
| 194 | <dt>Find Again</dt> |
| 195 | <dd>Repeat the last search, if there is one.</dd> |
| 196 | <dt>Find Selection</dt> |
| 197 | <dd>Search for the currently selected string, if there is one.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 198 | <dt>Find in Files…</dt> |
Terry Jan Reedy | 929d7f8 | 2016-05-02 18:30:02 -0400 | [diff] [blame] | 199 | <dd>Open a file search dialog. Put results in a new output window.</dd> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 200 | <dt>Replace…</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 201 | <dd>Open a search-and-replace dialog.</dd> |
| 202 | <dt>Go to Line</dt> |
| 203 | <dd>Move cursor to the line number requested and make that line visible.</dd> |
| 204 | <dt>Show Completions</dt> |
| 205 | <dd>Open a scrollable list allowing selection of keywords and attributes. See |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 206 | <a class="reference internal" href="#completions"><span class="std std-ref">Completions</span></a> in the Editing and navigation section below.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 207 | <dt>Expand Word</dt> |
| 208 | <dd>Expand a prefix you have typed to match a full word in the same window; |
| 209 | repeat to get a different expansion.</dd> |
| 210 | <dt>Show call tip</dt> |
| 211 | <dd>After an unclosed parenthesis for a function, open a small window with |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 212 | function parameter hints. See <a class="reference internal" href="#calltips"><span class="std std-ref">Calltips</span></a> in the |
| 213 | Editing and navigation section below.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 214 | <dt>Show surrounding parens</dt> |
| 215 | <dd>Highlight the surrounding parenthesis.</dd> |
| 216 | </dl> |
| 217 | </div> |
| 218 | <div class="section" id="format-menu-editor-window-only"> |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 219 | <span id="format-menu"></span><h3>Format menu (Editor window only)<a class="headerlink" href="#format-menu-editor-window-only" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 220 | <dl class="docutils"> |
| 221 | <dt>Indent Region</dt> |
| 222 | <dd>Shift selected lines right by the indent width (default 4 spaces).</dd> |
| 223 | <dt>Dedent Region</dt> |
| 224 | <dd>Shift selected lines left by the indent width (default 4 spaces).</dd> |
| 225 | <dt>Comment Out Region</dt> |
| 226 | <dd>Insert ## in front of selected lines.</dd> |
| 227 | <dt>Uncomment Region</dt> |
| 228 | <dd>Remove leading # or ## from selected lines.</dd> |
| 229 | <dt>Tabify Region</dt> |
| 230 | <dd>Turn <em>leading</em> stretches of spaces into tabs. (Note: We recommend using |
| 231 | 4 space blocks to indent Python code.)</dd> |
| 232 | <dt>Untabify Region</dt> |
| 233 | <dd>Turn <em>all</em> tabs into the correct number of spaces.</dd> |
| 234 | <dt>Toggle Tabs</dt> |
| 235 | <dd>Open a dialog to switch between indenting with spaces and tabs.</dd> |
| 236 | <dt>New Indent Width</dt> |
| 237 | <dd>Open a dialog to change indent width. The accepted default by the Python |
| 238 | community is 4 spaces.</dd> |
| 239 | <dt>Format Paragraph</dt> |
| 240 | <dd>Reformat the current blank-line-delimited paragraph in comment block or |
| 241 | multiline string or selected line in a string. All lines in the |
| 242 | paragraph will be formatted to less than N columns, where N defaults to 72.</dd> |
| 243 | <dt>Strip trailing whitespace</dt> |
Terry Jan Reedy | ff70289 | 2017-09-15 13:05:28 -0400 | [diff] [blame] | 244 | <dd>Remove trailing space and other whitespace characters after the last |
| 245 | non-whitespace character of a line by applying str.rstrip to each line, |
| 246 | including lines within multiline strings.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 247 | </dl> |
| 248 | </div> |
| 249 | <div class="section" id="run-menu-editor-window-only"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 250 | <span id="index-2"></span><h3>Run menu (Editor window only)<a class="headerlink" href="#run-menu-editor-window-only" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 251 | <dl class="docutils"> |
| 252 | <dt>Python Shell</dt> |
| 253 | <dd>Open or wake up the Python Shell window.</dd> |
| 254 | <dt>Check Module</dt> |
| 255 | <dd>Check the syntax of the module currently open in the Editor window. If the |
| 256 | module has not been saved IDLE will either prompt the user to save or |
| 257 | autosave, as selected in the General tab of the Idle Settings dialog. If |
| 258 | there is a syntax error, the approximate location is indicated in the |
| 259 | Editor window.</dd> |
| 260 | <dt>Run Module</dt> |
| 261 | <dd>Do Check Module (above). If no error, restart the shell to clean the |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 262 | environment, then execute the module. Output is displayed in the Shell |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 263 | window. Note that output requires use of <code class="docutils literal notranslate"><span class="pre">print</span></code> or <code class="docutils literal notranslate"><span class="pre">write</span></code>. |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 264 | When execution is complete, the Shell retains focus and displays a prompt. |
| 265 | At this point, one may interactively explore the result of execution. |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 266 | This is similar to executing a file with <code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">-i</span> <span class="pre">file</span></code> at a command |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 267 | line.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 268 | </dl> |
| 269 | </div> |
| 270 | <div class="section" id="shell-menu-shell-window-only"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 271 | <h3>Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-window-only" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 272 | <dl class="docutils"> |
| 273 | <dt>View Last Restart</dt> |
| 274 | <dd>Scroll the shell window to the last Shell restart.</dd> |
| 275 | <dt>Restart Shell</dt> |
| 276 | <dd>Restart the shell to clean the environment.</dd> |
Cheryl Sabella | c0381aa | 2018-12-28 15:11:30 -0500 | [diff] [blame] | 277 | <dt>Previous History</dt> |
| 278 | <dd>Cycle through earlier commands in history which match the current entry.</dd> |
| 279 | <dt>Next History</dt> |
| 280 | <dd>Cycle through later commands in history which match the current entry.</dd> |
Terry Jan Reedy | 4b73676 | 2016-09-12 01:50:03 -0400 | [diff] [blame] | 281 | <dt>Interrupt Execution</dt> |
| 282 | <dd>Stop a running program.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 283 | </dl> |
| 284 | </div> |
| 285 | <div class="section" id="debug-menu-shell-window-only"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 286 | <h3>Debug menu (Shell window only)<a class="headerlink" href="#debug-menu-shell-window-only" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 287 | <dl class="docutils"> |
| 288 | <dt>Go to File/Line</dt> |
| 289 | <dd>Look on the current line. with the cursor, and the line above for a filename |
| 290 | and line number. If found, open the file if not already open, and show the |
| 291 | line. Use this to view source lines referenced in an exception traceback |
| 292 | and lines found by Find in Files. Also available in the context menu of |
| 293 | the Shell window and Output windows.</dd> |
| 294 | </dl> |
| 295 | <dl class="docutils" id="index-3"> |
| 296 | <dt>Debugger (toggle)</dt> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 297 | <dd>When activated, code entered in the Shell or run from an Editor will run |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 298 | under the debugger. In the Editor, breakpoints can be set with the context |
| 299 | menu. This feature is still incomplete and somewhat experimental.</dd> |
| 300 | <dt>Stack Viewer</dt> |
| 301 | <dd>Show the stack traceback of the last exception in a tree widget, with |
| 302 | access to locals and globals.</dd> |
| 303 | <dt>Auto-open Stack Viewer</dt> |
| 304 | <dd>Toggle automatically opening the stack viewer on an unhandled exception.</dd> |
| 305 | </dl> |
| 306 | </div> |
| 307 | <div class="section" id="options-menu-shell-and-editor"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 308 | <h3>Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 309 | <dl class="docutils"> |
| 310 | <dt>Configure IDLE</dt> |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 311 | <dd>Open a configuration dialog and change preferences for the following: |
Terry Jan Reedy | 93f3542 | 2015-10-13 22:03:51 -0400 | [diff] [blame] | 312 | fonts, indentation, keybindings, text color themes, startup windows and |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 313 | size, additional help sources, and extensions. On macOS, open the |
| 314 | configuration dialog by selecting Preferences in the application |
| 315 | menu. For more, see |
| 316 | <a class="reference internal" href="#preferences"><span class="std std-ref">Setting preferences</span></a> under Help and preferences.</dd> |
Cheryl Sabella | c0381aa | 2018-12-28 15:11:30 -0500 | [diff] [blame] | 317 | <dt>Show/Hide Code Context (Editor Window only)</dt> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 318 | <dd>Open a pane at the top of the edit window which shows the block context |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 319 | of the code which has scrolled above the top of the window. See |
| 320 | <a class="reference internal" href="#code-context"><span class="std std-ref">Code Context</span></a> in the Editing and Navigation section below.</dd> |
Terry Jan Reedy | df9b032 | 2019-05-27 19:16:46 -0400 | [diff] [blame] | 321 | <dt>Zoom/Restore 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 |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 324 | Configure IDLE dialog. The maximum height for a screen is determined by |
| 325 | momentarily maximizing a window the first time one is zoomed on the screen. |
| 326 | Changing screen settings may invalidate the saved height. This toogle has |
| 327 | no effect when a window is maximized.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 328 | </dl> |
| 329 | </div> |
| 330 | <div class="section" id="window-menu-shell-and-editor"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 331 | <h3>Window menu (Shell and Editor)<a class="headerlink" href="#window-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3> |
Cheryl Sabella | c0381aa | 2018-12-28 15:11:30 -0500 | [diff] [blame] | 332 | <p>Lists the names of all open windows; select one to bring it to the foreground |
| 333 | (deiconifying it if necessary).</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 334 | </div> |
| 335 | <div class="section" id="help-menu-shell-and-editor"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 336 | <h3>Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 337 | <dl class="docutils"> |
| 338 | <dt>About IDLE</dt> |
| 339 | <dd>Display version, copyright, license, credits, and more.</dd> |
| 340 | <dt>IDLE Help</dt> |
Terry Jan Reedy | 1803263 | 2018-10-28 16:21:18 -0400 | [diff] [blame] | 341 | <dd>Display this IDLE document, detailing the menu options, basic editing and |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 342 | navigation, and other tips.</dd> |
| 343 | <dt>Python Docs</dt> |
| 344 | <dd>Access local Python documentation, if installed, or start a web browser |
| 345 | and open docs.python.org showing the latest Python documentation.</dd> |
| 346 | <dt>Turtle Demo</dt> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 347 | <dd>Run the turtledemo module with example Python code and turtle drawings.</dd> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 348 | </dl> |
| 349 | <p>Additional help sources may be added here with the Configure IDLE dialog under |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 350 | the General tab. See the <a class="reference internal" href="#help-sources"><span class="std std-ref">Help sources</span></a> subsection below |
| 351 | for more on Help menu choices.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 352 | </div> |
| 353 | <div class="section" id="context-menus"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 354 | <span id="index-4"></span><h3>Context Menus<a class="headerlink" href="#context-menus" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 355 | <p>Open a context menu by right-clicking in a window (Control-click on macOS). |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 356 | Context menus have the standard clipboard functions also on the Edit menu.</p> |
| 357 | <dl class="docutils"> |
| 358 | <dt>Cut</dt> |
| 359 | <dd>Copy selection into the system-wide clipboard; then delete the selection.</dd> |
| 360 | <dt>Copy</dt> |
| 361 | <dd>Copy selection into the system-wide clipboard.</dd> |
| 362 | <dt>Paste</dt> |
| 363 | <dd>Insert contents of the system-wide clipboard into the current window.</dd> |
| 364 | </dl> |
| 365 | <p>Editor windows also have breakpoint functions. Lines with a breakpoint set are |
| 366 | specially marked. Breakpoints only have an effect when running under the |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 367 | debugger. Breakpoints for a file are saved in the user’s .idlerc directory.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 368 | <dl class="docutils"> |
| 369 | <dt>Set Breakpoint</dt> |
| 370 | <dd>Set a breakpoint on the current line.</dd> |
| 371 | <dt>Clear Breakpoint</dt> |
| 372 | <dd>Clear the breakpoint on that line.</dd> |
| 373 | </dl> |
Terry Jan Reedy | 68d6dc0 | 2018-10-28 12:44:44 -0400 | [diff] [blame] | 374 | <p>Shell and Output windows also have the following.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 375 | <dl class="docutils"> |
| 376 | <dt>Go to file/line</dt> |
| 377 | <dd>Same as in Debug menu.</dd> |
| 378 | </dl> |
Terry Jan Reedy | 55d0351 | 2019-04-26 23:22:36 -0400 | [diff] [blame] | 379 | <p>The Shell window also has an output squeezing facility explained in the <em>Python |
| 380 | Shell window</em> subsection below.</p> |
Terry Jan Reedy | 68d6dc0 | 2018-10-28 12:44:44 -0400 | [diff] [blame] | 381 | <dl class="docutils"> |
| 382 | <dt>Squeeze</dt> |
| 383 | <dd>If the cursor is over an output line, squeeze all the output between |
| 384 | the code above and the prompt below down to a ‘Squeezed text’ label.</dd> |
| 385 | </dl> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 386 | </div> |
| 387 | </div> |
| 388 | <div class="section" id="editing-and-navigation"> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 389 | <span id="id2"></span><h2>Editing and navigation<a class="headerlink" href="#editing-and-navigation" title="Permalink to this headline">¶</a></h2> |
Terry Jan Reedy | ea9c8bd | 2018-10-28 20:42:18 -0400 | [diff] [blame] | 390 | <div class="section" id="editor-windows"> |
| 391 | <h3>Editor windows<a class="headerlink" href="#editor-windows" title="Permalink to this headline">¶</a></h3> |
| 392 | <p>IDLE may open editor windows when it starts, depending on settings |
| 393 | and how you start IDLE. Thereafter, use the File menu. There can be only |
| 394 | one open editor window for a given file.</p> |
| 395 | <p>The title bar contains the name of the file, the full path, and the version |
| 396 | of Python and IDLE running the window. The status bar contains the line |
| 397 | number (‘Ln’) and column number (‘Col’). Line numbers start with 1; |
| 398 | column numbers with 0.</p> |
| 399 | <p>IDLE assumes that files with a known .py* extension contain Python code |
| 400 | and that other files do not. Run Python code with the Run menu.</p> |
| 401 | </div> |
| 402 | <div class="section" id="key-bindings"> |
| 403 | <h3>Key bindings<a class="headerlink" href="#key-bindings" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 404 | <p>In this section, ‘C’ refers to the <kbd class="kbd docutils literal notranslate">Control</kbd> key on Windows and Unix and |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 405 | the <kbd class="kbd docutils literal notranslate">Command</kbd> key on macOS.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 406 | <ul> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 407 | <li><p class="first"><kbd class="kbd docutils literal notranslate">Backspace</kbd> deletes to the left; <kbd class="kbd docutils literal notranslate">Del</kbd> deletes to the right</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 408 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 409 | <li><p class="first"><kbd class="kbd docutils literal notranslate">C-Backspace</kbd> delete word left; <kbd class="kbd docutils literal notranslate">C-Del</kbd> delete word to the right</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 410 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 411 | <li><p class="first">Arrow keys and <kbd class="kbd docutils literal notranslate">Page Up</kbd>/<kbd class="kbd docutils literal notranslate">Page Down</kbd> to move around</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 412 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 413 | <li><p class="first"><kbd class="kbd docutils literal notranslate">C-LeftArrow</kbd> and <kbd class="kbd docutils literal notranslate">C-RightArrow</kbd> moves by words</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 414 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 415 | <li><p class="first"><kbd class="kbd docutils literal notranslate">Home</kbd>/<kbd class="kbd docutils literal notranslate">End</kbd> go to begin/end of line</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 416 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 417 | <li><p class="first"><kbd class="kbd docutils literal notranslate">C-Home</kbd>/<kbd class="kbd docutils literal notranslate">C-End</kbd> go to begin/end of file</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 418 | </li> |
| 419 | <li><p class="first">Some useful Emacs bindings are inherited from Tcl/Tk:</p> |
| 420 | <blockquote> |
| 421 | <div><ul class="simple"> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 422 | <li><kbd class="kbd docutils literal notranslate">C-a</kbd> beginning of line</li> |
| 423 | <li><kbd class="kbd docutils literal notranslate">C-e</kbd> end of line</li> |
| 424 | <li><kbd class="kbd docutils literal notranslate">C-k</kbd> kill line (but doesn’t put it in clipboard)</li> |
| 425 | <li><kbd class="kbd docutils literal notranslate">C-l</kbd> center window around the insertion point</li> |
| 426 | <li><kbd class="kbd docutils literal notranslate">C-b</kbd> go backward one character without deleting (usually you can |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 427 | also use the cursor key for this)</li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 428 | <li><kbd class="kbd docutils literal notranslate">C-f</kbd> go forward one character without deleting (usually you can |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 429 | also use the cursor key for this)</li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 430 | <li><kbd class="kbd docutils literal notranslate">C-p</kbd> go up one line (usually you can also use the cursor key for |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 431 | this)</li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 432 | <li><kbd class="kbd docutils literal notranslate">C-d</kbd> delete next character</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 433 | </ul> |
| 434 | </div></blockquote> |
| 435 | </li> |
| 436 | </ul> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 437 | <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) |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 438 | may work. Keybindings are selected in the Configure IDLE dialog.</p> |
Terry Jan Reedy | ea9c8bd | 2018-10-28 20:42:18 -0400 | [diff] [blame] | 439 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 440 | <div class="section" id="automatic-indentation"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 441 | <h3>Automatic indentation<a class="headerlink" href="#automatic-indentation" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 442 | <p>After a block-opening statement, the next line is indented by 4 spaces (in the |
| 443 | Python Shell window by one tab). After certain keywords (break, return etc.) |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 444 | the next line is dedented. In leading indentation, <kbd class="kbd docutils literal notranslate">Backspace</kbd> deletes up |
| 445 | to 4 spaces if they are there. <kbd class="kbd docutils literal notranslate">Tab</kbd> inserts spaces (in the Python |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 446 | Shell window one tab), number depends on Indent width. Currently, tabs |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 447 | are restricted to four spaces due to Tcl/Tk limitations.</p> |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 448 | <p>See also the indent/dedent region commands on the |
| 449 | <a class="reference internal" href="#format-menu"><span class="std std-ref">Format menu</span></a>.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 450 | </div> |
| 451 | <div class="section" id="completions"> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 452 | <span id="id3"></span><h3>Completions<a class="headerlink" href="#completions" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 453 | <p>Completions are supplied for functions, classes, and attributes of classes, |
| 454 | both built-in and user-defined. Completions are also provided for |
| 455 | filenames.</p> |
| 456 | <p>The AutoCompleteWindow (ACW) will open after a predefined delay (default is |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 457 | two seconds) after a ‘.’ or (in a string) an os.sep is typed. If after one |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 458 | of those characters (plus zero or more other characters) a tab is typed |
| 459 | the ACW will open immediately if a possible continuation is found.</p> |
| 460 | <p>If there is only one possible completion for the characters entered, a |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 461 | <kbd class="kbd docutils literal notranslate">Tab</kbd> will supply that completion without opening the ACW.</p> |
| 462 | <p>‘Show Completions’ will force open a completions window, by default the |
| 463 | <kbd class="kbd docutils literal notranslate">C-space</kbd> will open a completions window. In an empty |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 464 | string, this will contain the files in the current directory. On a |
| 465 | blank line, it will contain the built-in and user-defined functions and |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 466 | classes in the current namespaces, plus any modules imported. If some |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 467 | characters have been entered, the ACW will attempt to be more specific.</p> |
| 468 | <p>If a string of characters is typed, the ACW selection will jump to the |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 469 | entry most closely matching those characters. Entering a <kbd class="kbd docutils literal notranslate">tab</kbd> will |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 470 | cause the longest non-ambiguous match to be entered in the Editor window or |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 471 | Shell. Two <kbd class="kbd docutils literal notranslate">tab</kbd> in a row will supply the current ACW selection, as |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 472 | will return or a double click. Cursor keys, Page Up/Down, mouse selection, |
| 473 | and the scroll wheel all operate on the ACW.</p> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 474 | <p>“Hidden” attributes can be accessed by typing the beginning of hidden |
| 475 | name after a ‘.’, e.g. ‘_’. This allows access to modules with |
| 476 | <code class="docutils literal notranslate"><span class="pre">__all__</span></code> set, or to class-private attributes.</p> |
| 477 | <p>Completions and the ‘Expand Word’ facility can save a lot of typing!</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 478 | <p>Completions are currently limited to those in the namespaces. Names in |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 479 | an Editor window which are not via <code class="docutils literal notranslate"><span class="pre">__main__</span></code> and <a class="reference internal" href="sys.html#sys.modules" title="sys.modules"><code class="xref py py-data docutils literal notranslate"><span class="pre">sys.modules</span></code></a> will |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 480 | not be found. Run the module once with your imports to correct this situation. |
| 481 | Note that IDLE itself places quite a few modules in sys.modules, so |
| 482 | much can be found by default, e.g. the re module.</p> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 483 | <p>If you don’t like the ACW popping up unbidden, simply make the delay |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 484 | longer or disable the extension.</p> |
| 485 | </div> |
| 486 | <div class="section" id="calltips"> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 487 | <span id="id4"></span><h3>Calltips<a class="headerlink" href="#calltips" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 488 | <p>A calltip is shown when one types <kbd class="kbd docutils literal notranslate">(</kbd> after the name of an <em>accessible</em> |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 489 | function. A name expression may include dots and subscripts. A calltip |
| 490 | remains until it is clicked, the cursor is moved out of the argument area, |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 491 | or <kbd class="kbd docutils literal notranslate">)</kbd> is typed. When the cursor is in the argument part of a definition, |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 492 | the menu or shortcut display a calltip.</p> |
| 493 | <p>A calltip consists of the function signature and the first line of the |
| 494 | docstring. For builtins without an accessible signature, the calltip |
| 495 | consists of all lines up the fifth line or the first blank line. These |
| 496 | details may change.</p> |
| 497 | <p>The set of <em>accessible</em> functions depends on what modules have been imported |
| 498 | into the user process, including those imported by Idle itself, |
| 499 | and what definitions have been run, all since the last restart.</p> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 500 | <p>For example, restart the Shell and enter <code class="docutils literal notranslate"><span class="pre">itertools.count(</span></code>. A calltip |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 501 | appears because Idle imports itertools into the user process for its own use. |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 502 | (This could change.) Enter <code class="docutils literal notranslate"><span class="pre">turtle.write(</span></code> and nothing appears. Idle does |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 503 | not import turtle. The menu or shortcut do nothing either. Enter |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 504 | <code class="docutils literal notranslate"><span class="pre">import</span> <span class="pre">turtle</span></code> and then <code class="docutils literal notranslate"><span class="pre">turtle.write(</span></code> will work.</p> |
Terry Jan Reedy | 37f8135 | 2015-09-29 01:55:57 -0400 | [diff] [blame] | 505 | <p>In an editor, import statements have no effect until one runs the file. One |
| 506 | might want to run a file after writing the import statements at the top, |
| 507 | or immediately run an existing file before editing.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 508 | </div> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 509 | <div class="section" id="code-context"> |
| 510 | <span id="id5"></span><h3>Code Context<a class="headerlink" href="#code-context" title="Permalink to this headline">¶</a></h3> |
| 511 | <p>Within an editor window containing Python code, code context can be toggled |
| 512 | in order to show or hide a pane at the top of the window. When shown, this |
| 513 | pane freezes the opening lines for block code, such as those beginning with |
| 514 | <code class="docutils literal notranslate"><span class="pre">class</span></code>, <code class="docutils literal notranslate"><span class="pre">def</span></code>, or <code class="docutils literal notranslate"><span class="pre">if</span></code> keywords, that would have otherwise scrolled |
| 515 | out of view. The size of the pane will be expanded and contracted as needed |
| 516 | to show the all current levels of context, up to the maximum number of |
| 517 | lines defined in the Configure IDLE dialog (which defaults to 15). If there |
| 518 | are no current context lines and the feature is toggled on, a single blank |
| 519 | line will display. Clicking on a line in the context pane will move that |
| 520 | line to the top of the editor.</p> |
| 521 | <p>The text and background colors for the context pane can be configured under |
| 522 | the Highlights tab in the Configure IDLE dialog.</p> |
| 523 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 524 | <div class="section" id="python-shell-window"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 525 | <h3>Python Shell window<a class="headerlink" href="#python-shell-window" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 75d9d59 | 2018-11-06 12:37:36 -0500 | [diff] [blame] | 526 | <p>With IDLE’s Shell, one enters, edits, and recalls complete statements. |
| 527 | Most consoles and terminals only work with a single physical line at a time.</p> |
| 528 | <p>When one pastes code into Shell, it is not compiled and possibly executed |
| 529 | until one hits <kbd class="kbd docutils literal notranslate">Return</kbd>. One may edit pasted code first. |
| 530 | If one pastes more that one statement into Shell, the result will be a |
| 531 | <a class="reference internal" href="exceptions.html#SyntaxError" title="SyntaxError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">SyntaxError</span></code></a> when multiple statements are compiled as if they were one.</p> |
| 532 | <p>The editing features described in previous subsections work when entering |
| 533 | code interactively. IDLE’s Shell window also responds to the following keys.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 534 | <ul> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 535 | <li><p class="first"><kbd class="kbd docutils literal notranslate">C-c</kbd> interrupts executing command</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 536 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 537 | <li><p class="first"><kbd class="kbd docutils literal notranslate">C-d</kbd> sends end-of-file; closes window if typed at a <code class="docutils literal notranslate"><span class="pre">>>></span></code> prompt</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 538 | </li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 539 | <li><p class="first"><kbd class="kbd docutils literal notranslate">Alt-/</kbd> (Expand word) is also useful to reduce typing</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 540 | <p>Command history</p> |
| 541 | <ul class="simple"> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 542 | <li><kbd class="kbd docutils literal notranslate">Alt-p</kbd> retrieves previous command matching what you have typed. On |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 543 | macOS use <kbd class="kbd docutils literal notranslate">C-p</kbd>.</li> |
| 544 | <li><kbd class="kbd docutils literal notranslate">Alt-n</kbd> retrieves next. On macOS use <kbd class="kbd docutils literal notranslate">C-n</kbd>.</li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 545 | <li><kbd class="kbd docutils literal notranslate">Return</kbd> while on any previous command retrieves that command</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 546 | </ul> |
| 547 | </li> |
| 548 | </ul> |
| 549 | </div> |
Terry Jan Reedy | ce021db | 2015-09-24 23:18:57 -0400 | [diff] [blame] | 550 | <div class="section" id="text-colors"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 551 | <h3>Text colors<a class="headerlink" href="#text-colors" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | ce021db | 2015-09-24 23:18:57 -0400 | [diff] [blame] | 552 | <p>Idle defaults to black on white text, but colors text with special meanings. |
| 553 | For the shell, these are shell output, shell error, user output, and |
| 554 | user error. For Python code, at the shell prompt or in an editor, these are |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 555 | keywords, builtin class and function names, names following <code class="docutils literal notranslate"><span class="pre">class</span></code> and |
| 556 | <code class="docutils literal notranslate"><span class="pre">def</span></code>, strings, and comments. For any text window, these are the cursor (when |
Terry Jan Reedy | ce021db | 2015-09-24 23:18:57 -0400 | [diff] [blame] | 557 | present), found text (when possible), and selected text.</p> |
| 558 | <p>Text coloring is done in the background, so uncolorized text is occasionally |
| 559 | visible. To change the color scheme, use the Configure IDLE dialog |
| 560 | Highlighting tab. The marking of debugger breakpoint lines in the editor and |
| 561 | text in popups and dialogs is not user-configurable.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 562 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 563 | </div> |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 564 | <div class="section" id="startup-and-code-execution"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 565 | <h2>Startup and code execution<a class="headerlink" href="#startup-and-code-execution" title="Permalink to this headline">¶</a></h2> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 566 | <p>Upon startup with the <code class="docutils literal notranslate"><span class="pre">-s</span></code> option, IDLE will execute the file referenced by |
| 567 | the environment variables <span class="target" id="index-5"></span><code class="xref std std-envvar docutils literal notranslate"><span class="pre">IDLESTARTUP</span></code> or <span class="target" id="index-6"></span><a class="reference internal" href="../using/cmdline.html#envvar-PYTHONSTARTUP"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PYTHONSTARTUP</span></code></a>. |
| 568 | IDLE first checks for <code class="docutils literal notranslate"><span class="pre">IDLESTARTUP</span></code>; if <code class="docutils literal notranslate"><span class="pre">IDLESTARTUP</span></code> is present the file |
| 569 | referenced is run. If <code class="docutils literal notranslate"><span class="pre">IDLESTARTUP</span></code> is not present, IDLE checks for |
| 570 | <code class="docutils literal notranslate"><span class="pre">PYTHONSTARTUP</span></code>. Files referenced by these environment variables are |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 571 | convenient places to store functions that are used frequently from the IDLE |
| 572 | shell, or for executing import statements to import common modules.</p> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 573 | <p>In addition, <code class="docutils literal notranslate"><span class="pre">Tk</span></code> also loads a startup file if it is present. Note that the |
| 574 | Tk file is loaded unconditionally. This additional file is <code class="docutils literal notranslate"><span class="pre">.Idle.py</span></code> and is |
| 575 | looked for in the user’s home directory. Statements in this file will be |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 576 | executed in the Tk namespace, so this file is not useful for importing |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 577 | functions to be used from IDLE’s Python shell.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 578 | <div class="section" id="command-line-usage"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 579 | <h3>Command line usage<a class="headerlink" href="#command-line-usage" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 580 | <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>idle.py [-c command] [-d] [-e] [-h] [-i] [-r file] [-s] [-t title] [-] [arg] ... |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 581 | |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 582 | -c command run command in the shell window |
| 583 | -d enable debugger and open shell window |
| 584 | -e open editor window |
Terry Jan Reedy | 3399e1e | 2016-08-30 16:58:01 -0400 | [diff] [blame] | 585 | -h print help message with legal combinations and exit |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 586 | -i open shell window |
| 587 | -r file run file in shell window |
| 588 | -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 589 | -t title set title of shell window |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 590 | - run stdin in shell (- must be last option before args) |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 591 | </pre></div> |
| 592 | </div> |
| 593 | <p>If there are arguments:</p> |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 594 | <ul class="simple"> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 595 | <li>If <code class="docutils literal notranslate"><span class="pre">-</span></code>, <code class="docutils literal notranslate"><span class="pre">-c</span></code>, or <code class="docutils literal notranslate"><span class="pre">r</span></code> is used, all arguments are placed in |
| 596 | <code class="docutils literal notranslate"><span class="pre">sys.argv[1:...]</span></code> and <code class="docutils literal notranslate"><span class="pre">sys.argv[0]</span></code> is set to <code class="docutils literal notranslate"><span class="pre">''</span></code>, <code class="docutils literal notranslate"><span class="pre">'-c'</span></code>, |
| 597 | or <code class="docutils literal notranslate"><span class="pre">'-r'</span></code>. No editor window is opened, even if that is the default |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 598 | set in the Options dialog.</li> |
| 599 | <li>Otherwise, arguments are files opened for editing and |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 600 | <code class="docutils literal notranslate"><span class="pre">sys.argv</span></code> reflects the arguments passed to IDLE itself.</li> |
Terry Jan Reedy | 968e285 | 2015-09-23 03:52:23 -0400 | [diff] [blame] | 601 | </ul> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 602 | </div> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 603 | <div class="section" id="startup-failure"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 604 | <h3>Startup failure<a class="headerlink" href="#startup-failure" title="Permalink to this headline">¶</a></h3> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 605 | <p>IDLE uses a socket to communicate between the IDLE GUI process and the user |
| 606 | code execution process. A connection must be established whenever the Shell |
| 607 | starts or restarts. (The latter is indicated by a divider line that says |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 608 | ‘RESTART’). If the user process fails to connect to the GUI process, it |
| 609 | displays a <code class="docutils literal notranslate"><span class="pre">Tk</span></code> error box with a ‘cannot connect’ message that directs the |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 610 | user here. It then exits.</p> |
| 611 | <p>A common cause of failure is a user-written file with the same name as a |
| 612 | standard library module, such as <em>random.py</em> and <em>tkinter.py</em>. When such a |
| 613 | file is located in the same directory as a file that is about to be run, |
| 614 | IDLE cannot import the stdlib file. The current fix is to rename the |
| 615 | user file.</p> |
| 616 | <p>Though less common than in the past, an antivirus or firewall program may |
| 617 | stop the connection. If the program cannot be taught to allow the |
| 618 | connection, then it must be turned off for IDLE to work. It is safe to |
| 619 | allow this internal connection because no data is visible on external |
| 620 | ports. A similar problem is a network mis-configuration that blocks |
| 621 | connections.</p> |
| 622 | <p>Python installation issues occasionally stop IDLE: multiple versions can |
| 623 | clash, or a single installation might need admin access. If one undo the |
| 624 | clash, or cannot or does not want to run as admin, it might be easiest to |
| 625 | completely remove Python and start over.</p> |
| 626 | <p>A zombie pythonw.exe process could be a problem. On Windows, use Task |
| 627 | Manager to detect and stop one. Sometimes a restart initiated by a program |
| 628 | crash or Keyboard Interrupt (control-C) may fail to connect. Dismissing |
| 629 | the error box or Restart Shell on the Shell menu may fix a temporary problem.</p> |
| 630 | <p>When IDLE first starts, it attempts to read user configuration files in |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 631 | ~/.idlerc/ (~ is one’s home directory). If there is a problem, an error |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 632 | message should be displayed. Leaving aside random disk glitches, this can |
| 633 | be prevented by never editing the files by hand, using the configuration |
| 634 | dialog, under Options, instead Options. Once it happens, the solution may |
| 635 | be to delete one or more of the configuration files.</p> |
| 636 | <p>If IDLE quits with no message, and it was not started from a console, try |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 637 | starting from a console (<code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">-m</span> <span class="pre">idlelib)</span></code> and see if a message appears.</p> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 638 | </div> |
Terry Jan Reedy | f1d3efc | 2018-11-05 22:17:57 -0500 | [diff] [blame] | 639 | <div class="section" id="running-user-code"> |
| 640 | <h3>Running user code<a class="headerlink" href="#running-user-code" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 641 | <p>With rare exceptions, the result of executing Python code with IDLE is |
Terry Jan Reedy | f1d3efc | 2018-11-05 22:17:57 -0500 | [diff] [blame] | 642 | intended to be the same as executing the same code by the default method, |
| 643 | directly with Python in a text-mode system console or terminal window. |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 644 | However, the different interface and operation occasionally affect |
Terry Jan Reedy | f1d3efc | 2018-11-05 22:17:57 -0500 | [diff] [blame] | 645 | visible results. For instance, <code class="docutils literal notranslate"><span class="pre">sys.modules</span></code> starts with more entries, |
| 646 | and <code class="docutils literal notranslate"><span class="pre">threading.activeCount()</span></code> returns 2 instead of 1.</p> |
| 647 | <p>By default, IDLE runs user code in a separate OS process rather than in |
| 648 | the user interface process that runs the shell and editor. In the execution |
| 649 | process, it replaces <code class="docutils literal notranslate"><span class="pre">sys.stdin</span></code>, <code class="docutils literal notranslate"><span class="pre">sys.stdout</span></code>, and <code class="docutils literal notranslate"><span class="pre">sys.stderr</span></code> |
| 650 | with objects that get input from and send output to the Shell window. |
| 651 | The original values stored in <code class="docutils literal notranslate"><span class="pre">sys.__stdin__</span></code>, <code class="docutils literal notranslate"><span class="pre">sys.__stdout__</span></code>, and |
| 652 | <code class="docutils literal notranslate"><span class="pre">sys.__stderr__</span></code> are not touched, but may be <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p> |
| 653 | <p>When Shell has the focus, it controls the keyboard and screen. This is |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 654 | normally transparent, but functions that directly access the keyboard |
Terry Jan Reedy | f1d3efc | 2018-11-05 22:17:57 -0500 | [diff] [blame] | 655 | and screen will not work. These include system-specific functions that |
| 656 | determine whether a key has been pressed and if so, which.</p> |
| 657 | <p>IDLE’s standard stream replacements are not inherited by subprocesses |
| 658 | created in the execution process, whether directly by user code or by modules |
| 659 | such as multiprocessing. If such subprocess use <code class="docutils literal notranslate"><span class="pre">input</span></code> from sys.stdin |
| 660 | or <code class="docutils literal notranslate"><span class="pre">print</span></code> or <code class="docutils literal notranslate"><span class="pre">write</span></code> to sys.stdout or sys.stderr, |
| 661 | IDLE should be started in a command line window. The secondary subprocess |
| 662 | will then be attached to that window for input and output.</p> |
| 663 | <p>If <code class="docutils literal notranslate"><span class="pre">sys</span></code> is reset by user code, such as with <code class="docutils literal notranslate"><span class="pre">importlib.reload(sys)</span></code>, |
| 664 | IDLE’s changes are lost and input from the keyboard and output to the screen |
| 665 | will not work correctly.</p> |
Terry Jan Reedy | 6d965b3 | 2019-05-19 22:52:22 -0400 | [diff] [blame] | 666 | <p>When user code raises SystemExit either directly or by calling sys.exit, IDLE |
| 667 | returns to a Shell prompt instead of exiting.</p> |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 668 | </div> |
Terry Jan Reedy | 75d9d59 | 2018-11-06 12:37:36 -0500 | [diff] [blame] | 669 | <div class="section" id="user-output-in-shell"> |
| 670 | <h3>User output in Shell<a class="headerlink" href="#user-output-in-shell" title="Permalink to this headline">¶</a></h3> |
| 671 | <p>When a program outputs text, the result is determined by the |
| 672 | corresponding output device. When IDLE executes user code, <code class="docutils literal notranslate"><span class="pre">sys.stdout</span></code> |
| 673 | and <code class="docutils literal notranslate"><span class="pre">sys.stderr</span></code> are connected to the display area of IDLE’s Shell. Some of |
| 674 | its features are inherited from the underlying Tk Text widget. Others |
Terry Jan Reedy | 76cd0c3 | 2018-11-06 23:55:06 -0500 | [diff] [blame] | 675 | are programmed additions. Where it matters, Shell is designed for development |
| 676 | rather than production runs.</p> |
| 677 | <p>For instance, Shell never throws away output. A program that sends unlimited |
| 678 | output to Shell will eventually fill memory, resulting in a memory error. |
| 679 | In contrast, some system text windows only keep the last n lines of output. |
| 680 | A Windows console, for instance, keeps a user-settable 1 to 9999 lines, |
| 681 | with 300 the default.</p> |
Terry Jan Reedy | 55d0351 | 2019-04-26 23:22:36 -0400 | [diff] [blame] | 682 | <p>A Tk Text widget, and hence IDLE’s Shell, displays characters (codepoints) in |
| 683 | the BMP (Basic Multilingual Plane) subset of Unicode. Which characters are |
| 684 | displayed with a proper glyph and which with a replacement box depends on the |
| 685 | operating system and installed fonts. Tab characters cause the following text |
| 686 | to begin after the next tab stop. (They occur every 8 ‘characters’). Newline |
| 687 | characters cause following text to appear on a new line. Other control |
| 688 | characters are ignored or displayed as a space, box, or something else, |
| 689 | depending on the operating system and font. (Moving the text cursor through |
| 690 | such output with arrow keys may exhibit some surprising spacing behavior.)</p> |
| 691 | <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">s</span> <span class="o">=</span> <span class="s1">'a</span><span class="se">\t</span><span class="s1">b</span><span class="se">\a</span><span class="s1"><</span><span class="se">\x02</span><span class="s1">><</span><span class="se">\r</span><span class="s1">></span><span class="se">\b</span><span class="s1">c</span><span class="se">\n</span><span class="s1">d'</span> <span class="c1"># Enter 22 chars.</span> |
| 692 | <span class="gp">>>> </span><span class="nb">len</span><span class="p">(</span><span class="n">s</span><span class="p">)</span> |
| 693 | <span class="go">14</span> |
| 694 | <span class="gp">>>> </span><span class="n">s</span> <span class="c1"># Display repr(s)</span> |
| 695 | <span class="go">'a\tb\x07<\x02><\r>\x08c\nd'</span> |
| 696 | <span class="gp">>>> </span><span class="nb">print</span><span class="p">(</span><span class="n">s</span><span class="p">,</span> <span class="n">end</span><span class="o">=</span><span class="s1">''</span><span class="p">)</span> <span class="c1"># Display s as is.</span> |
| 697 | <span class="go"># Result varies by OS and font. Try it.</span> |
Terry Jan Reedy | 8a03ff2 | 2019-02-08 22:51:51 -0500 | [diff] [blame] | 698 | </pre></div> |
| 699 | </div> |
| 700 | <p>The <code class="docutils literal notranslate"><span class="pre">repr</span></code> function is used for interactive echo of expression |
| 701 | values. It returns an altered version of the input string in which |
| 702 | control codes, some BMP codepoints, and all non-BMP codepoints are |
| 703 | replaced with escape codes. As demonstrated above, it allows one to |
| 704 | identify the characters in a string, regardless of how they are displayed.</p> |
Terry Jan Reedy | 75d9d59 | 2018-11-06 12:37:36 -0500 | [diff] [blame] | 705 | <p>Normal and error output are generally kept separate (on separate lines) |
| 706 | from code input and each other. They each get different highlight colors.</p> |
| 707 | <p>For SyntaxError tracebacks, the normal ‘^’ marking where the error was |
| 708 | detected is replaced by coloring the text with an error highlight. |
| 709 | When code run from a file causes other exceptions, one may right click |
| 710 | on a traceback line to jump to the corresponding line in an IDLE editor. |
| 711 | The file will be opened if necessary.</p> |
| 712 | <p>Shell has a special facility for squeezing output lines down to a |
| 713 | ‘Squeezed text’ label. This is done automatically |
| 714 | for output over N lines (N = 50 by default). |
| 715 | N can be changed in the PyShell section of the General |
| 716 | page of the Settings dialog. Output with fewer lines can be squeezed by |
| 717 | right clicking on the output. This can be useful lines long enough to slow |
| 718 | down scrolling.</p> |
| 719 | <p>Squeezed output is expanded in place by double-clicking the label. |
| 720 | It can also be sent to the clipboard or a separate view window by |
| 721 | right-clicking the label.</p> |
| 722 | </div> |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 723 | <div class="section" id="developing-tkinter-applications"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 724 | <h3>Developing tkinter applications<a class="headerlink" href="#developing-tkinter-applications" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 725 | <p>IDLE is intentionally different from standard Python in order to |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 726 | facilitate development of tkinter programs. Enter <code class="docutils literal notranslate"><span class="pre">import</span> <span class="pre">tkinter</span> <span class="pre">as</span> <span class="pre">tk;</span> |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 727 | <span class="pre">root</span> <span class="pre">=</span> <span class="pre">tk.Tk()</span></code> in standard Python and nothing appears. Enter the same |
| 728 | in IDLE and a tk window appears. In standard Python, one must also enter |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 729 | <code class="docutils literal notranslate"><span class="pre">root.update()</span></code> to see the window. IDLE does the equivalent in the |
penguindustin | 9646630 | 2019-05-06 14:57:17 -0400 | [diff] [blame] | 730 | background, about 20 times a second, which is about every 50 milliseconds. |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 731 | Next enter <code class="docutils literal notranslate"><span class="pre">b</span> <span class="pre">=</span> <span class="pre">tk.Button(root,</span> <span class="pre">text='button');</span> <span class="pre">b.pack()</span></code>. Again, |
| 732 | nothing visibly changes in standard Python until one enters <code class="docutils literal notranslate"><span class="pre">root.update()</span></code>.</p> |
| 733 | <p>Most tkinter programs run <code class="docutils literal notranslate"><span class="pre">root.mainloop()</span></code>, which usually does not |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 734 | return until the tk app is destroyed. If the program is run with |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 735 | <code class="docutils literal notranslate"><span class="pre">python</span> <span class="pre">-i</span></code> or from an IDLE editor, a <code class="docutils literal notranslate"><span class="pre">>>></span></code> shell prompt does not |
| 736 | appear until <code class="docutils literal notranslate"><span class="pre">mainloop()</span></code> returns, at which time there is nothing left |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 737 | to interact with.</p> |
| 738 | <p>When running a tkinter program from an IDLE editor, one can comment out |
| 739 | the mainloop call. One then gets a shell prompt immediately and can |
| 740 | interact with the live application. One just has to remember to |
| 741 | re-enable the mainloop call when running in standard Python.</p> |
| 742 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 743 | <div class="section" id="running-without-a-subprocess"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 744 | <h3>Running without a subprocess<a class="headerlink" href="#running-without-a-subprocess" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 0053c47 | 2015-09-24 03:09:43 -0400 | [diff] [blame] | 745 | <p>By default, IDLE executes user code in a separate subprocess via a socket, |
Terry Jan Reedy | 6e10ec5 | 2015-09-23 20:00:33 -0400 | [diff] [blame] | 746 | which uses the internal loopback interface. This connection is not |
| 747 | externally visible and no data is sent to or received from the Internet. |
| 748 | If firewall software complains anyway, you can ignore it.</p> |
| 749 | <p>If the attempt to make the socket connection fails, Idle will notify you. |
| 750 | Such failures are sometimes transient, but if persistent, the problem |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 751 | may be either a firewall blocking the connection or misconfiguration of |
Terry Jan Reedy | 6e10ec5 | 2015-09-23 20:00:33 -0400 | [diff] [blame] | 752 | a particular system. Until the problem is fixed, one can run Idle with |
| 753 | the -n command line switch.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 754 | <p>If IDLE is started with the -n command line switch it will run in a |
| 755 | single process and will not create the subprocess which runs the RPC |
| 756 | Python execution server. This can be useful if Python cannot create |
| 757 | the subprocess or the RPC socket interface on your platform. However, |
| 758 | in this mode user code is not isolated from IDLE itself. Also, the |
| 759 | environment is not restarted when Run/Run Module (F5) is selected. If |
| 760 | your code has been modified, you must reload() the affected modules and |
| 761 | re-import any specific items (e.g. from foo import baz) if the changes |
| 762 | are to take effect. For these reasons, it is preferable to run IDLE |
| 763 | with the default subprocess if at all possible.</p> |
| 764 | <div class="deprecated"> |
| 765 | <p><span class="versionmodified">Deprecated since version 3.4.</span></p> |
| 766 | </div> |
| 767 | </div> |
| 768 | </div> |
| 769 | <div class="section" id="help-and-preferences"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 770 | <h2>Help and preferences<a class="headerlink" href="#help-and-preferences" title="Permalink to this headline">¶</a></h2> |
Terry Jan Reedy | 1803263 | 2018-10-28 16:21:18 -0400 | [diff] [blame] | 771 | <div class="section" id="help-sources"> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 772 | <span id="id6"></span><h3>Help sources<a class="headerlink" href="#help-sources" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 1803263 | 2018-10-28 16:21:18 -0400 | [diff] [blame] | 773 | <p>Help menu entry “IDLE Help” displays a formatted html version of the |
| 774 | IDLE chapter of the Library Reference. The result, in a read-only |
| 775 | tkinter text window, is close to what one sees in a web browser. |
| 776 | Navigate through the text with a mousewheel, |
| 777 | the scrollbar, or up and down arrow keys held down. |
| 778 | Or click the TOC (Table of Contents) button and select a section |
| 779 | header in the opened box.</p> |
| 780 | <p>Help menu entry “Python Docs” opens the extensive sources of help, |
| 781 | including tutorials, available at docs.python.org/x.y, where ‘x.y’ |
| 782 | is the currently running Python version. If your system |
| 783 | has an off-line copy of the docs (this may be an installation option), |
| 784 | that will be opened instead.</p> |
| 785 | <p>Selected URLs can be added or removed from the help menu at any time using the |
| 786 | General tab of the Configure IDLE dialog .</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 787 | </div> |
| 788 | <div class="section" id="setting-preferences"> |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 789 | <span id="preferences"></span><h3>Setting preferences<a class="headerlink" href="#setting-preferences" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 790 | <p>The font preferences, highlighting, keys, and general preferences can be |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 791 | changed via Configure IDLE on the Option menu. |
| 792 | Non-default user settings are saved in a .idlerc directory in the user’s |
| 793 | home directory. Problems caused by bad user configuration files are solved |
| 794 | by editing or deleting one or more of the files in .idlerc.</p> |
Terry Jan Reedy | d610116 | 2019-02-23 23:04:53 -0500 | [diff] [blame] | 795 | <p>On the Font tab, see the text sample for the effect of font face and size |
| 796 | on multiple characters in multiple languages. Edit the sample to add |
| 797 | other characters of personal interest. Use the sample to select |
| 798 | monospaced fonts. If particular characters have problems in Shell or an |
| 799 | editor, add them to the top of the sample and try changing first size |
| 800 | and then font.</p> |
Terry Jan Reedy | 292cd6e | 2018-12-20 06:06:29 -0500 | [diff] [blame] | 801 | <p>On the Highlights and Keys tab, select a built-in or custom color theme |
| 802 | and key set. To use a newer built-in color theme or key set with older |
| 803 | IDLEs, save it as a new custom theme or key set and it well be accessible |
| 804 | to older IDLEs.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 805 | </div> |
Terry Jan Reedy | 50ff02b | 2018-11-10 23:26:31 -0500 | [diff] [blame] | 806 | <div class="section" id="idle-on-macos"> |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 807 | <h3>IDLE on macOS<a class="headerlink" href="#idle-on-macos" title="Permalink to this headline">¶</a></h3> |
Terry Jan Reedy | 50ff02b | 2018-11-10 23:26:31 -0500 | [diff] [blame] | 808 | <p>Under System Preferences: Dock, one can set “Prefer tabs when opening |
| 809 | documents” to “Always”. This setting is not compatible with the tk/tkinter |
| 810 | GUI framework used by IDLE, and it breaks a few IDLE features.</p> |
| 811 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 812 | <div class="section" id="extensions"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 813 | <h3>Extensions<a class="headerlink" href="#extensions" title="Permalink to this headline">¶</a></h3> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 814 | <p>IDLE contains an extension facility. Preferences for extensions can be |
Terry Jan Reedy | adb4cd2 | 2017-09-12 07:45:15 -0400 | [diff] [blame] | 815 | changed with the Extensions tab of the preferences dialog. See the |
| 816 | beginning of config-extensions.def in the idlelib directory for further |
| 817 | information. The only current default extension is zzdummy, an example |
Terry Jan Reedy | 98758bc | 2017-09-12 09:05:16 -0400 | [diff] [blame] | 818 | also used for testing.</p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 819 | </div> |
| 820 | </div> |
| 821 | </div> |
| 822 | |
| 823 | |
| 824 | </div> |
| 825 | </div> |
| 826 | </div> |
Terry Jan Reedy | f8cd02d | 2016-03-01 00:29:57 -0500 | [diff] [blame] | 827 | <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 828 | <div class="sphinxsidebarwrapper"> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 829 | <h3><a href="../contents.html">Table of Contents</a></h3> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 830 | <ul> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 831 | <li><a class="reference internal" href="#">IDLE</a><ul> |
| 832 | <li><a class="reference internal" href="#menus">Menus</a><ul> |
| 833 | <li><a class="reference internal" href="#file-menu-shell-and-editor">File menu (Shell and Editor)</a></li> |
| 834 | <li><a class="reference internal" href="#edit-menu-shell-and-editor">Edit menu (Shell and Editor)</a></li> |
| 835 | <li><a class="reference internal" href="#format-menu-editor-window-only">Format menu (Editor window only)</a></li> |
| 836 | <li><a class="reference internal" href="#run-menu-editor-window-only">Run menu (Editor window only)</a></li> |
| 837 | <li><a class="reference internal" href="#shell-menu-shell-window-only">Shell menu (Shell window only)</a></li> |
| 838 | <li><a class="reference internal" href="#debug-menu-shell-window-only">Debug menu (Shell window only)</a></li> |
| 839 | <li><a class="reference internal" href="#options-menu-shell-and-editor">Options menu (Shell and Editor)</a></li> |
| 840 | <li><a class="reference internal" href="#window-menu-shell-and-editor">Window menu (Shell and Editor)</a></li> |
| 841 | <li><a class="reference internal" href="#help-menu-shell-and-editor">Help menu (Shell and Editor)</a></li> |
| 842 | <li><a class="reference internal" href="#context-menus">Context Menus</a></li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 843 | </ul> |
| 844 | </li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 845 | <li><a class="reference internal" href="#editing-and-navigation">Editing and navigation</a><ul> |
Terry Jan Reedy | ea9c8bd | 2018-10-28 20:42:18 -0400 | [diff] [blame] | 846 | <li><a class="reference internal" href="#editor-windows">Editor windows</a></li> |
| 847 | <li><a class="reference internal" href="#key-bindings">Key bindings</a></li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 848 | <li><a class="reference internal" href="#automatic-indentation">Automatic indentation</a></li> |
| 849 | <li><a class="reference internal" href="#completions">Completions</a></li> |
| 850 | <li><a class="reference internal" href="#calltips">Calltips</a></li> |
Cheryl Sabella | 01421be | 2018-12-20 00:38:54 -0500 | [diff] [blame] | 851 | <li><a class="reference internal" href="#code-context">Code Context</a></li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 852 | <li><a class="reference internal" href="#python-shell-window">Python Shell window</a></li> |
| 853 | <li><a class="reference internal" href="#text-colors">Text colors</a></li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 854 | </ul> |
| 855 | </li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 856 | <li><a class="reference internal" href="#startup-and-code-execution">Startup and code execution</a><ul> |
| 857 | <li><a class="reference internal" href="#command-line-usage">Command line usage</a></li> |
| 858 | <li><a class="reference internal" href="#startup-failure">Startup failure</a></li> |
Terry Jan Reedy | f1d3efc | 2018-11-05 22:17:57 -0500 | [diff] [blame] | 859 | <li><a class="reference internal" href="#running-user-code">Running user code</a></li> |
Terry Jan Reedy | 75d9d59 | 2018-11-06 12:37:36 -0500 | [diff] [blame] | 860 | <li><a class="reference internal" href="#user-output-in-shell">User output in Shell</a></li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 861 | <li><a class="reference internal" href="#developing-tkinter-applications">Developing tkinter applications</a></li> |
| 862 | <li><a class="reference internal" href="#running-without-a-subprocess">Running without a subprocess</a></li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 863 | </ul> |
| 864 | </li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 865 | <li><a class="reference internal" href="#help-and-preferences">Help and preferences</a><ul> |
Terry Jan Reedy | 1803263 | 2018-10-28 16:21:18 -0400 | [diff] [blame] | 866 | <li><a class="reference internal" href="#help-sources">Help sources</a></li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 867 | <li><a class="reference internal" href="#setting-preferences">Setting preferences</a></li> |
Terry Jan Reedy | b65413b | 2018-11-15 13:15:13 -0500 | [diff] [blame] | 868 | <li><a class="reference internal" href="#idle-on-macos">IDLE on macOS</a></li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 869 | <li><a class="reference internal" href="#extensions">Extensions</a></li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 870 | </ul> |
| 871 | </li> |
| 872 | </ul> |
| 873 | </li> |
| 874 | </ul> |
| 875 | |
| 876 | <h4>Previous topic</h4> |
| 877 | <p class="topless"><a href="tkinter.scrolledtext.html" |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 878 | title="previous chapter"><code class="docutils literal notranslate"><span class="pre">tkinter.scrolledtext</span></code> — Scrolled Text Widget</a></p> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 879 | <h4>Next topic</h4> |
| 880 | <p class="topless"><a href="othergui.html" |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 881 | title="next chapter">Other Graphical User Interface Packages</a></p> |
Terry Jan Reedy | 4b73676 | 2016-09-12 01:50:03 -0400 | [diff] [blame] | 882 | <div role="note" aria-label="source link"> |
| 883 | <h3>This Page</h3> |
| 884 | <ul class="this-page-menu"> |
| 885 | <li><a href="../bugs.html">Report a Bug</a></li> |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 886 | <li> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 887 | <a href="https://github.com/python/cpython/blob/master/Doc/library/idle.rst" |
terryjreedy | 188aedf | 2017-06-13 21:32:16 -0400 | [diff] [blame] | 888 | rel="nofollow">Show Source |
| 889 | </a> |
| 890 | </li> |
Terry Jan Reedy | 4b73676 | 2016-09-12 01:50:03 -0400 | [diff] [blame] | 891 | </ul> |
| 892 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 893 | </div> |
| 894 | </div> |
| 895 | <div class="clearer"></div> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 896 | </div> |
Terry Jan Reedy | f8cd02d | 2016-03-01 00:29:57 -0500 | [diff] [blame] | 897 | <div class="related" role="navigation" aria-label="related navigation"> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 898 | <h3>Navigation</h3> |
| 899 | <ul> |
| 900 | <li class="right" style="margin-right: 10px"> |
| 901 | <a href="../genindex.html" title="General Index" |
| 902 | >index</a></li> |
| 903 | <li class="right" > |
| 904 | <a href="../py-modindex.html" title="Python Module Index" |
| 905 | >modules</a> |</li> |
| 906 | <li class="right" > |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 907 | <a href="othergui.html" title="Other Graphical User Interface Packages" |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 908 | >next</a> |</li> |
| 909 | <li class="right" > |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 910 | <a href="tkinter.scrolledtext.html" title="tkinter.scrolledtext — Scrolled Text Widget" |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 911 | >previous</a> |</li> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 912 | |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 913 | <li><img src="../_static/py.png" alt="" |
| 914 | style="vertical-align: middle; margin-top: -1px"/></li> |
| 915 | <li><a href="https://www.python.org/">Python</a> »</li> |
| 916 | |
| 917 | |
| 918 | <li> |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 919 | <a href="../index.html">3.9.0a0 Documentation</a> » |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 920 | </li> |
| 921 | |
| 922 | <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li> |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 923 | <li class="nav-item nav-item-2"><a href="tk.html" >Graphical User Interfaces with Tk</a> »</li> |
Terry Jan Reedy | 4b73676 | 2016-09-12 01:50:03 -0400 | [diff] [blame] | 924 | <li class="right"> |
| 925 | |
| 926 | |
| 927 | <div class="inline-search" style="display: none" role="search"> |
| 928 | <form class="inline-search" action="../search.html" method="get"> |
| 929 | <input placeholder="Quick search" type="text" name="q" /> |
| 930 | <input type="submit" value="Go" /> |
| 931 | <input type="hidden" name="check_keywords" value="yes" /> |
| 932 | <input type="hidden" name="area" value="default" /> |
| 933 | </form> |
| 934 | </div> |
| 935 | <script type="text/javascript">$('.inline-search').show(0);</script> |
| 936 | | |
| 937 | </li> |
| 938 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 939 | </ul> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 940 | </div> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 941 | <div class="footer"> |
Terry Jan Reedy | 8a03ff2 | 2019-02-08 22:51:51 -0500 | [diff] [blame] | 942 | © <a href="../copyright.html">Copyright</a> 2001-2019, Python Software Foundation. |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 943 | <br /> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 944 | |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 945 | The Python Software Foundation is a non-profit corporation. |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 946 | <a href="https://www.python.org/psf/donations/">Please donate.</a> |
| 947 | <br /> |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 948 | <br /> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 949 | |
Tal Einat | 5bff3c8 | 2019-06-17 22:41:00 +0300 | [diff] [blame] | 950 | Last updated on Jun 17, 2019. |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 951 | <a href="https://docs.python.org/3/bugs.html">Found a bug</a>? |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 952 | <br /> |
Terry Jan Reedy | af4b013 | 2018-06-10 15:48:41 -0400 | [diff] [blame] | 953 | |
Terry Jan Reedy | db40cb5 | 2018-10-28 01:21:36 -0400 | [diff] [blame] | 954 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.8.1. |
Terry Jan Reedy | 5d46ab1 | 2015-09-20 19:57:13 -0400 | [diff] [blame] | 955 | </div> |
| 956 | |
| 957 | </body> |
Terry Jan Reedy | 963a38b | 2015-09-20 20:03:01 -0400 | [diff] [blame] | 958 | </html> |