[Idle-dev] [ idlefork-Patches-469254 ] help.txt error

noreply@sourceforge.net noreply@sourceforge.net
Mon, 08 Oct 2001 13:06:12 -0700


Patches item #469254, was opened at 2001-10-08 13:06
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=309579&aid=469254&group_id=9579

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bruce Sherwood (bsherwood)
Assigned to: Nobody/Anonymous (nobody)
Summary: help.txt error

Initial Comment:
In help.txt, the following:
---------------------------------
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)
---------------------------------

should be replaced by this:
---------------------------------
Other preferences:

	To change the font open config-
[win/unix/mac].txt and change
           font-name: courier new
           font-size: 10
	to, e.g.,
           font-name: courier new bold
           font-size: 14
---------------------------------

It is surely better for the user to change a 
preference file than to change EditorWindow.py!




----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=309579&aid=469254&group_id=9579