]> granicus.if.org Git - python/commitdiff
Documentation patches by bsherwood
authorChui Tey <chui.tey@advdata.com.au>
Wed, 31 Oct 2001 10:40:28 +0000 (10:40 +0000)
committerChui Tey <chui.tey@advdata.com.au>
Wed, 31 Oct 2001 10:40:28 +0000 (10:40 +0000)
Lib/idlelib/help.txt

index a5d9a73b68f45a66013dbaf616d4e9f1442fc92b..67e6e718b1e38ac808c63581c80827256fa1c65a 100644 (file)
@@ -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