Using the Cygwin ctags tool in TextPad

Usage tips, posted by users. No questions here please.

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
dtoader
Posts: 15
Joined: Thu Feb 22, 2007 9:50 pm

Using the Cygwin ctags tool in TextPad

Post 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
Post Reply