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
8a7b4fa6
Commit
8a7b4fa6
authored
Oct 31, 2001
by
Chui Tey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation patches by bsherwood
parent
fb57c435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
Lib/idlelib/help.txt
Lib/idlelib/help.txt
+13
-4
No files found.
Lib/idlelib/help.txt
View file @
8a7b4fa6
...
...
@@ -123,10 +123,19 @@ 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)
To change the font open config-[win/unix/mac].txt and
change
font-name: courier new
font-size: 10
to, for example:
font-name: courier new bold
font-size: 14
Note: a GUI based configuration screen will be provided
in the future.
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