diff options
author | Guido van Rossum <guido@python.org> | 1999-01-04 13:05:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-04 13:05:58 (GMT) |
commit | f903898fff464c274fe9eb1aaf0a55142339dd19 (patch) | |
tree | 18b776e0a97c1f91be569214a4e7db5edec64066 /Tools/idle/help.txt | |
parent | 94e82ceeac8437b951685811d96971bd6e9797ac (diff) | |
download | cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.zip cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.tar.gz cpython-f903898fff464c274fe9eb1aaf0a55142339dd19.tar.bz2 |
Formatted some paragraphs
Diffstat (limited to 'Tools/idle/help.txt')
-rw-r--r-- | Tools/idle/help.txt | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/Tools/idle/help.txt b/Tools/idle/help.txt index 5307fa6..00c15d9 100644 --- a/Tools/idle/help.txt +++ b/Tools/idle/help.txt @@ -2,18 +2,6 @@ File menu: - New window -- create a new editing window - Open file... -- open an existing file from a dialog box - Open module... -- asks for a module name, finds it on sys.path, - and opens it; if there's a selection, it's the module name - Class browser... -- open a class browser for the current module - --- - Save -- save the current window to its associated file - Save As... -- save to a new file from a dialog box - Save Copy As... -- save to a new file without changing window name - --- - Close -- close current window; asks to save if unsaved - Exit -- close all windows; asks to save unsaved windows Edit menu: @@ -90,6 +78,6 @@ Tips: to, e.g., text['font'] = ("courier new", 10) - To change the Python syntax colors, edit the tagdefs table - in ColorDelegator.py; to change the shell colors, edit the - tagdefs table in PyShell.py. + To change the Python syntax colors, edit the tagdefs table in + ColorDelegator.py; to change the shell colors, edit the tagdefs + table in PyShell.py. |