diff options
author | Chui Tey <chui.tey@advdata.com.au> | 2001-10-31 10:40:28 (GMT) |
---|---|---|
committer | Chui Tey <chui.tey@advdata.com.au> | 2001-10-31 10:40:28 (GMT) |
commit | 8a7b4fa6d2e8834afa0d24e4dea709052004df6b (patch) | |
tree | 39f209866636de73251c513dd9d846e9d0a922ae | |
parent | fb57c435aac327aec7ddaacaf919fced5823ddbf (diff) | |
download | cpython-8a7b4fa6d2e8834afa0d24e4dea709052004df6b.zip cpython-8a7b4fa6d2e8834afa0d24e4dea709052004df6b.tar.gz cpython-8a7b4fa6d2e8834afa0d24e4dea709052004df6b.tar.bz2 |
Documentation patches by bsherwood
-rw-r--r-- | Lib/idlelib/help.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index a5d9a73..67e6e71 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -123,10 +123,19 @@ Syntax colors: Other preferences: - To change the font on Windows, open EditorWindow.py and change - text['font'] = ("lucida console", 8) - to, e.g., - text['font'] = ("courier new", 10) + To change the font open config-[win/unix/mac].txt and + change + + font-name: courier new + font-size: 10 + + to, for example: + + font-name: courier new bold + font-size: 14 + + Note: a GUI based configuration screen will be provided + in the future. To change keyboard bindings, edit Bindings.py |