Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7b4fa

Browse files
author
Chui Tey
committed
Documentation patches by bsherwood
1 parent fb57c43 commit 8a7b4fa

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

Lib/idlelib/help.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,19 @@ Syntax colors:
123123

124124
Other preferences:
125125

126-
To change the font on Windows, open EditorWindow.py and change
127-
text['font'] = ("lucida console", 8)
128-
to, e.g.,
129-
text['font'] = ("courier new", 10)
126+
To change the font open config-[win/unix/mac].txt and
127+
change
128+
129+
font-name: courier new
130+
font-size: 10
131+
132+
to, for example:
133+
134+
font-name: courier new bold
135+
font-size: 14
136+
137+
Note: a GUI based configuration screen will be provided
138+
in the future.
130139

131140
To change keyboard bindings, edit Bindings.py
132141

0 commit comments

Comments
 (0)