[Patches] [ python-Patches-1196895 ] in IDLE, assume new text files are python source by default

SourceForge.net noreply at sourceforge.net
Fri May 6 23:26:03 CEST 2005


Patches item #1196895, was opened at 2005-05-06 17:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196895&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Shute (jshute)
Assigned to: Nobody/Anonymous (nobody)
Summary: in IDLE, assume new text files are python source by default

Initial Comment:
This changes IDLE so that when you use File->New
Window, it assumes that the file will be python source
by default, so syntax highlighting will be enabled. 
Currently, when you make a new window, it assumes that
it is not python source by default, so you do not get
syntax highlighting until you save the file with
extension .py.

I believe this was the original intent of the code,
based on the test for a missing filename, but it got
broken at some point when the code was modified to
accept a path instead of a missing filename.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1196895&group_id=5470


More information about the Patches mailing list