summaryrefslogtreecommitdiff
path: root/Lib/idlelib/help.txt
diff options
context:
space:
mode:
authorChui Tey <chui.tey@advdata.com.au>2001-10-31 10:40:28 +0000
committerChui Tey <chui.tey@advdata.com.au>2001-10-31 10:40:28 +0000
commitf407448c4066aa8ea3153ec120a3f1e2fed1bf03 (patch)
tree3961e990fc8b220aef386e203298cd4647e3b3ca /Lib/idlelib/help.txt
parent4128f33b42109a927bbe50eda1abbe543938af4c (diff)
downloadcpython-f407448c4066aa8ea3153ec120a3f1e2fed1bf03.tar.gz
Documentation patches by bsherwood
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r--Lib/idlelib/help.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index a5d9a73b68..67e6e718b1 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