Hi everyone,
I have a small program that detects errors and outputs their presence in a file "error.txt" with the following format:
<Error> found in line 84 <Error> found in line 98 <Error> found in line 129 <Error> found in line 300 <Error> found in line 620 <Error> found in line 1000
I was wondering can I build something (macro? command?) that will help me navigate through this errors, without me going manually to each line. Like when textmate displays errors where you can just simply click on a link to jump to that line number.
Ted.