First install Cygwin / grep / awk / ctags
Start Textpad
Configure->Preferences
Tools
Create a new tool
Add -> Program
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
Rename the tool to Ctags
[OK]
This way, you can navigate between files with Cygwin ctags.
(as you would in Cygwin NEdit, emacs, or vi)
To make the keyboard shortcut:
Start Textpad
Configure->Preferences
Keyboard
Categories: Tools
Commands: Ctags
Press new shortcut key: Ctrl+1
[Assign]
[OK]
Using ctags in textpad
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard