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

Skip to content

Commit 342d8f7

Browse files
committed
Update outdated text about how to fix the font.
1 parent eaa6e3c commit 342d8f7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Tools/idle/help.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ 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+
Most preferences can be changed by editing one of the
127+
configuration text files: config.txt (generic) or one of
128+
config-unix.txt, config-win.txt, config.mac.txt (platform
129+
specific). User-specific preferences can be stored in
130+
$HOME/.idle, which overrides the config*.txt files.
130131

131132
To change keyboard bindings, edit Bindings.py
132133

0 commit comments

Comments
 (0)