Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2bccd90d
Commit
2bccd90d
authored
Oct 08, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update outdated text about how to fix the font.
parent
3d4986fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Tools/idle/help.txt
Tools/idle/help.txt
+5
-4
No files found.
Tools/idle/help.txt
View file @
2bccd90d
...
...
@@ -123,10 +123,11 @@ 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)
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
$HOME/.idle, which overrides the config*.txt files.
To change keyboard bindings, edit Bindings.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment