mirror of
https://github.com/python/cpython.git
synced 2025-11-28 14:11:15 +00:00
Issue #3068: Document the new Configure Extensions dialog and menu entry.
This commit is contained in:
parent
f56849486b
commit
bb37b4ca73
1 changed files with 19 additions and 11 deletions
|
|
@ -231,6 +231,10 @@ Configure IDLE
|
||||||
themes may be altered. Startup Preferences may be set, and additional
|
themes may be altered. Startup Preferences may be set, and additional
|
||||||
help sources can be specified.
|
help sources can be specified.
|
||||||
|
|
||||||
|
Configure Extensions
|
||||||
|
Open a configuration dialog for setting preferences for extensions
|
||||||
|
(discussed below).
|
||||||
|
|
||||||
Code Context (toggle)(Editor Window only)
|
Code Context (toggle)(Editor Window only)
|
||||||
Open a pane at the top of the edit window which shows the block context
|
Open a pane at the top of the edit window which shows the block context
|
||||||
of the section of code which is scrolling off the top of the window.
|
of the section of code which is scrolling off the top of the window.
|
||||||
|
|
@ -525,8 +529,11 @@ with the default subprocess if at all possible.
|
||||||
.. deprecated:: 3.4
|
.. deprecated:: 3.4
|
||||||
|
|
||||||
|
|
||||||
|
Help and preferences
|
||||||
|
--------------------
|
||||||
|
|
||||||
Additional help sources
|
Additional help sources
|
||||||
-----------------------
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
IDLE includes a help menu entry called "Python Docs" that will open the
|
IDLE includes a help menu entry called "Python Docs" that will open the
|
||||||
extensive sources of help, including tutorials, available at docs.python.org.
|
extensive sources of help, including tutorials, available at docs.python.org.
|
||||||
|
|
@ -535,22 +542,22 @@ Configure IDLE dialog. See the IDLE help option in the help menu of IDLE for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
|
|
||||||
Other preferences
|
Setting preferences
|
||||||
-----------------
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The font preferences, highlighting, keys, and general preferences can be
|
The font preferences, highlighting, keys, and general preferences can be
|
||||||
changed via the Configure IDLE menu option. Be sure to note that
|
changed via Configure IDLE on the Option menu. Keys can be user defined;
|
||||||
keys can be user defined, IDLE ships with four built in key sets. In
|
IDLE ships with four built in key sets. In addition a user can create a
|
||||||
addition a user can create a custom key set in the Configure IDLE dialog
|
custom key set in the Configure IDLE dialog under the keys tab.
|
||||||
under the keys tab.
|
|
||||||
|
|
||||||
|
|
||||||
Extensions
|
Extensions
|
||||||
----------
|
^^^^^^^^^^
|
||||||
|
|
||||||
IDLE contains an extension facility. See the beginning of
|
IDLE contains an extension facility. Peferences for extensions can be
|
||||||
config-extensions.def in the idlelib directory for further information. The
|
changed with Configure Extensions. See the beginning of config-extensions.def
|
||||||
default extensions are currently:
|
in the idlelib directory for further information. The default extensions
|
||||||
|
are currently:
|
||||||
|
|
||||||
* FormatParagraph
|
* FormatParagraph
|
||||||
|
|
||||||
|
|
@ -568,3 +575,4 @@ default extensions are currently:
|
||||||
|
|
||||||
* CodeContext
|
* CodeContext
|
||||||
|
|
||||||
|
* RstripExtension
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue