如何从grepwin将行/列号传递给外部编辑器?

Lev*_*der 5 grep notepad++

在grepwin中获得搜索结果后,我想在指定的行/列号的外部编辑器notepad ++中打开,以便它自动跳转到该位置.

我怎样才能做到这一点?

理想情况下,例如:

# (inspired by PowerGREP)
notepad++.exe -n%LINE% -c%COL% filetoedit.txt
Run Code Online (Sandbox Code Playgroud)

会好的.

roj*_*anu 10

grepWin 1.5.6已经支持外部编辑器.只需点击"设置"即可使用

C:\Program Files\Notepad++\notepad++.exe -n%line% "%path%"
Run Code Online (Sandbox Code Playgroud)

请注意,"line"和"path"必须为小写.