diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-04-24 03:08:13 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-04-24 03:08:13 (GMT) |
commit | d00587a2ed5b6de89ff6b2c01aac023a7fa3ab50 (patch) | |
tree | a531ce2ce342575e75090d21f2ba20f417de6720 /Lib/idlelib/help.txt | |
parent | 610c7e07f3e41e1f4baf7303edc8124269c01250 (diff) | |
download | cpython-d00587a2ed5b6de89ff6b2c01aac023a7fa3ab50.zip cpython-d00587a2ed5b6de89ff6b2c01aac023a7fa3ab50.tar.gz cpython-d00587a2ed5b6de89ff6b2c01aac023a7fa3ab50.tar.bz2 |
1. Add an Options menu entry: Code Context
2. Add a <<toggle-code-context>> envent to the [CodeContext] section of
config-extensions.def and also a default-on variable, set to 0.
3. Update the help file to include Code Context.
M CodeContext.py
M config-extensions.def
M help.txt
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r-- | Lib/idlelib/help.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 9af8e0d..e91e8c6 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -88,9 +88,9 @@ Options Menu: Startup Preferences may be set, and Additional Help Souces can be specified. --- - Revert to Default Settings -- Restore original settings. Not - currently implemented - simply delete - your .idlerc file. + Code 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 or the window. Windows Menu: |