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 eaa6e3c commit 342d8f7Copy full SHA for 342d8f7
1 file changed
Tools/idle/help.txt
@@ -123,10 +123,11 @@ 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)
+ Most preferences can be changed by editing one of the
+ configuration text files: config.txt (generic) or one of
+ config-unix.txt, config-win.txt, config.mac.txt (platform
+ specific). User-specific preferences can be stored in
130
+ $HOME/.idle, which overrides the config*.txt files.
131
132
To change keyboard bindings, edit Bindings.py
133
0 commit comments