Clicking filenames in output window doesn't open file
Posted: Thu Feb 25, 2010 9:58 pm
I'm trying to click on the error messages in the output window to go that line with the error in the Python file. This is what the line in the output window looks like:
And this is my RegExp to match the output:File "H:\Database\Python\read-from-text.py", line 91
And it works, IF the filename is the same file that was active when I executed the tool. But if it's a different file, nothing happens. Even if that file is also open in Textpad.File "(.+)", line (.+)