After I get search results in grepwin, I would like to open in an external editor notepad++ at specified line/col number so it automatically jumps to that location.
How can I do this?
Ideally, something like:
# (inspired by PowerGREP)
notepad++.exe -n%LINE% -c%COL% filetoedit.txt
would be nice.
grepWin 1.5.6 already supports external editors. Just click "Settings" and use
C:\Program Files\Notepad++\notepad++.exe -n%line% "%path%"
Note that "line" and "path" must be lower case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With