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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 05 Nov 2002 18:35:09 -0800


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

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
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!




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

>Comment By: Chui Tey (teyc)
Date: 2002-11-06 02:35

Message:
Logged In: YES 
user_id=29167

The GUI configuration editor will eventually render this section 
obsolete.

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

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