grep results not jumping back
Posted: Thu Sep 07, 2006 4:34 pm
I have set up grep to find all locations of a selected word like this:
[x] use POSIX regex syntax
[x] Capture Output
regex to match output
File is blank, Line is 1, Column is blank
These settings will capture what I am grepping for in a Command Results window without any problem. When I double click on a results line, it doesn't jump to the line in my source file.
What am I forgetting to do?
[x] use POSIX regex syntax
[x] Capture Output
regex to match output
Code: Select all
^\([[:digit:]]+\):These settings will capture what I am grepping for in a Command Results window without any problem. When I double click on a results line, it doesn't jump to the line in my source file.
What am I forgetting to do?