mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #24782: Finish converting the Configure Extension dialog into a new
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
This commit is contained in:
parent
5805ddeedb
commit
93f3542ae4
6 changed files with 200 additions and 254 deletions
|
@ -266,16 +266,16 @@ access to locals and globals.</dd>
|
|||
<h3>25.5.1.7. Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-shell-and-editor" title="Permalink to this headline">¶</a></h3>
|
||||
<dl class="docutils">
|
||||
<dt>Configure IDLE</dt>
|
||||
<dd>Open a configuration dialog. Fonts, indentation, keybindings, and color
|
||||
themes may be altered. Startup Preferences may be set, and additional
|
||||
help sources can be specified. Non-default user setting are saved in a
|
||||
.idlerc directory in the user’s home directory. Problems caused by bad user
|
||||
configuration files are solved by editing or deleting one or more of the
|
||||
files in .idlerc. On OS X, open the configuration dialog by selecting
|
||||
Preferences in the application menu.</dd>
|
||||
<dt>Configure Extensions</dt>
|
||||
<dd>Open a configuration dialog for setting preferences for extensions
|
||||
(discussed below). See note above about the location of user settings.</dd>
|
||||
<dd><p class="first">Open a configuration dialog and change preferences for the following:
|
||||
fonts, indentation, keybindings, text color themes, startup windows and
|
||||
size, additional help sources, and extensions (see below). On OS X,
|
||||
open the configuration dialog by selecting Preferences in the application
|
||||
menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,
|
||||
save it as a new custom theme.</p>
|
||||
<p class="last">Non-default user settings are saved in a .idlerc directory in the user’s
|
||||
home directory. Problems caused by bad user configuration files are solved
|
||||
by editing or deleting one or more of the files in .idlerc.</p>
|
||||
</dd>
|
||||
<dt>Code Context (toggle)(Editor Window only)</dt>
|
||||
<dd>Open a pane at the top of the edit window which shows the block context
|
||||
of the code which has scrolled above the top of the window.</dd>
|
||||
|
@ -699,7 +699,7 @@ are currently:</p>
|
|||
The Python Software Foundation is a non-profit corporation.
|
||||
<a href="https://www.python.org/psf/donations/">Please donate.</a>
|
||||
<br />
|
||||
Last updated on Oct 02, 2015.
|
||||
Last updated on Oct 13, 2015.
|
||||
<a href="../bugs.html">Found a bug</a>?
|
||||
<br />
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue