FindTag (ctags add-on) version 1.2 released

General questions about using TextPad

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

Post Reply
Frank Fesevur

FindTag (ctags add-on) version 1.2 released

Post by Frank Fesevur »

Hi all,

I just wanted to let you know I just released a new version of my free ctags add-on for TextPad. It can be very useful for you, when you use TextPad to program in a popular programming language.

It creates a so called tags file that can be used to navigate through your sources. This small tool can help you to jump to a selected function / variable / class / etc in you code by pressing just one key!

It can be found on the Add-on - Utilities page of this site or from my home page http://home.hetnet.nl/~fesevur

Major new features:

- The case sensitive search in the FindTag can be disabled.
- Added an option to set a path to a secondary tags file. If the tag is not found in the default tags file, the secondary one is being searched. This secondary tags file can be a file created from the root of your programming environment to search the standard libraries.
- Added the option 'Always use full paths in tags file', useful when you have you sources in a directory tree.

For a full version history see the documentation that is in the download.

Regards,
Frank Fesevur
michaelr
Posts: 1
Joined: Mon Jun 30, 2003 8:04 pm

add-ons r us

Post by michaelr »

I probably just can't find it - how do one write an add-on?
Post Reply