How to make UEdit support python?

Max Møller Rasmussen maxm at normik.dk
Thu Aug 30 04:20:46 EDT 2001


This will take you most of the way ...

Just put it into your WORDFILE.TXT in you uedit directory.

Though I would recommend using "PythonWin" from activestate as your editor.
It's much nicer far this particular task. (Said from someone who uses uedit
excessively.)

/L7"Python" Line Comment = # Block Comment On = """ Block Comment Off = """
Escape Char = \ File Extensions = PY
/Delimiters = ~!@$%^&*()+=|\/{}[]:;"'<> 	,.?/
/Indent Strings = ":"
/Function String = "%[ ^t]++def*:"
/C1"Keywords"
and assert
break
class continue
def del
elif else except exec
finally for from
global
if import in is
lambda
not
or
pass print
raise return
try
while


> -----Original Message-----
> From: Formalin [mailto:formalin14 at email.com.cn]
> Sent: Thursday, August 30, 2001 7:21 PM
> To: python-list at python.org
> Subject: How to make UEdit support python?
> 
> 
> How to make UEdit support python?
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list