[Python-checkins] CVS: python/dist/src/Tools/idle help.txt,1.8,1.9

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 18 Jan 2001 19:31:01 -0800


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv13413

Modified Files:
	help.txt 
Log Message:
This still mentioned IdlePrefs.py as the place to edit color
preferences.  It is now in config.txt or ~/.idle.


Index: help.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/help.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** help.txt	1999/04/22 23:20:17	1.8
--- help.txt	2001/01/19 03:30:58	1.9
***************
*** 105,109 ****
  	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.
  
      Python syntax colors:
--- 105,110 ----
  	The coloring is applied in a background "thread", so you may
  	occasionally see uncolorized text.  To change the color
! 	scheme, edit the [Colors] section in config.txt (or add a
! 	[Colors] section to ~/.idle).
  
      Python syntax colors: