[Idle-dev] CVS: idle help.txt,1.3,1.4

Chui Tey teyc@users.sourceforge.net
Wed, 31 Oct 2001 02:40:30 -0800


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv18426

Modified Files:
	help.txt 
Log Message:
Documentation patches by bsherwood

Index: help.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/help.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** help.txt	2001/07/12 05:21:08	1.3
--- help.txt	2001/10/31 10:40:28	1.4
***************
*** 124,131 ****
  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 keyboard bindings, edit Bindings.py
--- 124,140 ----
  Other preferences:
  
!         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