Search found 4 matches
- Thu Aug 14, 2003 8:56 am
- Forum: HOW-TOs
- Topic: Regular Expression regex to match error ouput
- Replies: 6
- Views: 3038
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 ...
- Thu Aug 14, 2003 5:42 am
- Forum: HOW-TOs
- Topic: Regular Expression regex to match error ouput
- Replies: 6
- Views: 3038
Using this RE:
Make sure you double click on the line with the filename in it, not the line with the error itself.
- Fri Jun 13, 2003 1:56 am
- Forum: HOW-TOs
- Topic: Regular Expression regex to match error ouput
- Replies: 6
- Views: 3038
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 ...
- Thu Jun 12, 2003 2:15 am
- Forum: General
- Topic: Regular Expression to match error ouput for Python
- Replies: 1
- Views: 182
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 ...