Page 1 of 1

Using the Cygwin ctags tool in TextPad

Posted: Tue Nov 03, 2009 9:29 pm
by dtoader
Command: C:\cygwin\bin\bash.exe
Parameters: -i -c "ctags -x -R | grep ^'$Sel ' | awk '{print $4,$3}'"

[x] Capture output
[x] Sound alert when completed

Regular expression to match output:
^([^ ]+) ([0-9]+)

Registers:
File: 1 Line: 2