Answered
app.changeGrepPreferences.changeTo to a callback?
I can use app.changeGrepPreferences.changeTo = "$1"; to insert the first match of app.findGrepPreferences.findWhat. But how can I do this per found item as a call to a function? Can I give it a callback, and if yes: how..?
