Search found 4 matches

by abulka
Thu Aug 14, 2003 8:56 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 2829

python jump-to behaviour

Mmm - well I don't know. The expression you entered seems right. It works for me. I have textpad 4.6.2 as well. The file --------------- junk.py def A(): pass blah sdfs dsd fsd fsd ff sd ------------ when I run python 2.2 on it, generates the output ------------------- Traceback (most recent call ...
by abulka
Thu Aug 14, 2003 5:42 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 2829

Using this RE:

Make sure you double click on the line with the filename in it, not the line with the error itself.
by abulka
Fri Jun 13, 2003 1:56 am
Forum: HOW-TOs
Topic: Regular Expression regex to match error ouput
Replies: 6
Views: 2829

Regular Expression regex to match error ouput

P.S. Others may want to contribute the appropriate expressions for their particular language... Regular Expression to match error ouput for Python --------------------------------------------------------------- Here is the regex Regular Expression you need in order to match error ouput for Python ...
by abulka
Thu Jun 12, 2003 2:15 am
Forum: General
Topic: Regular Expression to match error ouput for Python
Replies: 1
Views: 176

Regular Expression to match error ouput for Python

Here is the regex Regular Expression you need in order to match error ouput for Python TextPad use. When you run Python on a file, and get an error - you will now be able to double click on the error line (the one with a line number in it) and TextPad will jump you to that line in the source code ...