Looking for the Perfect Editor

Kent Johnson kent at kentsjohnson.com
Sun Sep 10 17:15:44 EDT 2006


Dick Moores wrote:
> At 01:10 PM 9/8/2006, Doug Stell wrote:
>> Try www.TextPad.com. I've used it for years and love it. It
>> understands many programming language constructs and can be taught to
>> understand python so that things show up in color.
> 
> Any tips on how to teach TextPad to understand python?

Download and install the Python syntax highlighting definition from the 
TextPad website.

I make a tool to run the front window in Python. Here are the values 
from the preferences window for the tool:

Command: C:\Python24\python.exe
Parameters: -u $File
Init fldr: $FileDir

regex to match output:
^.*"([^"]+)", *line ([0-9]+)

with File: 1, Line: 2

Kent



More information about the Python-list mailing list