Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb57c43 commit 8a7b4faCopy full SHA for 8a7b4fa
1 file changed
Lib/idlelib/help.txt
@@ -123,10 +123,19 @@ Syntax colors:
123
124
Other preferences:
125
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)
+ To change the font open config-[win/unix/mac].txt and
+ change
+
+ 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.
139
140
To change keyboard bindings, edit Bindings.py
141
0 commit comments