I've spent about 8 hours over the last 2 days searching the forums to find out how to make TP jump to a line in a source file from an error message in the output window.
Here's one of several Posix RE's that will work when doing a search from the Search menu, but will not get me to the source line when double clicking on the error line in the Output window:
"(.:\\[^"]+).+([0-9]+):
Also, File = 1, Line = 2, Column = Nothing/blank.
I've tried several other variations of this RE, some simpler, some more complex, and they all worked fine with "Search/Find/Find Next", but do not work by double-clicking the error line in the output window. I even tried using the default non-Posix syntax with Posix un-checked, and that worked with search as well. I even moved the "test" main.c file to root directory, hoping that a simpler path would help.
Here is a sample error message:
"C:\main.c", line 25: Cannot find and/or read include file "defs.h"
A side note: It would be nice to add a new feature to TP that gives some sort of clue as to what's wrong, instead of just "Cannot jump to item under the cursor". It's kind of obvious that it can't, if it doesn't!
I suggest that along with the standard "Cannot..." message in the status bar, to also include something like "File: 'C:\main.c' Line: '25' Column: '', so the user can tell if there is something wrong with his RE, or if the file and line are correct, some other reason why the action fails.