diff options
author | Guido van Rossum <guido@python.org> | 2001-01-19 03:30:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-19 03:30:58 (GMT) |
commit | 9d593a526b8037f3b9acd62dab5239ac06585d64 (patch) | |
tree | 935ddc9cd63b6e22ddd008627867ed84b3312566 /Tools/idle | |
parent | 1a34c879bcf23c65b6228925f5338f9363f8541e (diff) | |
download | cpython-9d593a526b8037f3b9acd62dab5239ac06585d64.zip cpython-9d593a526b8037f3b9acd62dab5239ac06585d64.tar.gz cpython-9d593a526b8037f3b9acd62dab5239ac06585d64.tar.bz2 |
This still mentioned IdlePrefs.py as the place to edit color
preferences. It is now in config.txt or ~/.idle.
Diffstat (limited to 'Tools/idle')
-rw-r--r-- | Tools/idle/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/idle/help.txt b/Tools/idle/help.txt index 001da01..a5d9a73 100644 --- a/Tools/idle/help.txt +++ b/Tools/idle/help.txt @@ -104,7 +104,8 @@ Syntax colors: The coloring is applied in a background "thread", so you may occasionally see uncolorized text. To change the color - scheme, edit the ColorPrefs class in IdlePrefs.py. + scheme, edit the [Colors] section in config.txt (or add a + [Colors] section to ~/.idle). Python syntax colors: |