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

SourceForge.net noreply at sourceforge.net
Sat May 7 00:21:04 CEST 2005


Patches item #1196895, was opened at 2005-05-06 17:25
Message generated for change (Comment added) made by tim_one
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.

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

>Comment By: Tim Peters (tim_one)
Date: 2005-05-06 18:21

Message:
Logged In: YES 
user_id=31435

I haven't looked at the patch, but +1 on the idea.

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

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