Search found 16 matches

by Frank Fesevur
Mon Apr 05, 2004 3:16 pm
Forum: General
Topic: g++ support
Replies: 15
Views: 3085

It is described in the help: Index -> compiler -> regex for .... -> GNU C++

Regards,
Frank
by Frank Fesevur
Mon Apr 05, 2004 3:05 pm
Forum: Enhancement Suggestions
Topic: Duplicate Command
Replies: 3
Views: 902

There is a EditDupLine command available. You have to assign a key to it yourself. I don't if it is exactly what you mean, but I've assigned F3 (never used the original assignment) and use it very much.

Regards,
Frank
by Frank Fesevur
Tue Feb 17, 2004 7:34 pm
Forum: General
Topic: FindTag 2.0 beta 2 (ctags add-on) has been released
Replies: 3
Views: 1159

Re: multiple paths...

This is a really nice add-on. One thing it is missing, for me, is the ability to specify more than two directory paths that it searches (one in the tool config, and one in Findtags). Because of the way my development environment is set up, I need to search at least 4 different paths in order to be ...
by Frank Fesevur
Fri Oct 31, 2003 10:07 am
Forum: Enhancement Suggestions
Topic: Function Finder
Replies: 8
Views: 1531

I wrote an add-on that does all of this (and more):

http://findtag.sourceforge.net

Regards,
Frank
by Frank Fesevur
Fri Oct 10, 2003 11:44 am
Forum: Enhancement Suggestions
Topic: document tab navigation
Replies: 2
Views: 900

I've requested this directly to the guys of TextPad, but it didn't make it in the 4.7.1 release. I would love to assign these commands to the Back and Forward buttons of my Internet keyboard.
by Frank Fesevur
Mon Sep 01, 2003 11:20 am
Forum: Enhancement Suggestions
Topic: Allow File Tab Movement to Rearrange Document Order
Replies: 3
Views: 822

Re: Allow File Tab Movement to Rearrange Document Order

zridling wrote:Create a keyboard shortcut (ALT+Up/Down keys) as a way to navigate among the tabbed files.
Add a poll and I would vote for it!

And what about some more context menu items:
- Close All
- Close All Expect (current file)

Frank
by Frank Fesevur
Thu Aug 28, 2003 10:20 am
Forum: Enhancement Suggestions
Topic: Function /sub routine /method list
Replies: 16
Views: 7801

CodeBase wrote:It might be tricky to come up with a method to define what is a "function" in a given language.
It is not so diffucult, when you use ctags. This can recognize many different laguages. See my previous post, download the tool and see for yourself.

Regards,
Frank
by Frank Fesevur
Tue Aug 26, 2003 6:28 am
Forum: Enhancement Suggestions
Topic: Function /sub routine /method list
Replies: 16
Views: 7801

I know it is not exactly what you want (it is an add-on), but for the time being look at http://findtag.sourceforge.net.

Regards,
Frank
by Frank Fesevur
Thu Aug 14, 2003 12:30 pm
Forum: Tips
Topic: c function call hyper-links
Replies: 8
Views: 6064

Re: c function call hyper-links

Get a free utility, called CXT, available from //www.bigfoot.com/~sxt. Free??? It is 25 euro shareware! :( I wrote a free Add-on that does the same as described here (and more). It is relies on ctags and version 2.0 has turned Open Source. You can find my add-on at http://findtag.sourceforge.net Fr...
by Frank Fesevur
Fri Aug 01, 2003 8:07 am
Forum: General
Topic: FindTag 2.0 beta 2 (ctags add-on) has been released
Replies: 3
Views: 1159

FindTag 2.0 beta 2 (ctags add-on) has been released

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 to...
by Frank Fesevur
Thu Jul 31, 2003 7:01 am
Forum: Enhancement Suggestions
Topic: Expand/Collapse blocks of text
Replies: 63
Views: 523663

Re: Nah...

JonK wrote:Making folding require NTFS is like making transparent dialogs require W2K or better.
I assume you mean "Making folding remember its state requires NTFS".

Regards,
Frank
by Frank Fesevur
Mon Jun 16, 2003 10:18 am
Forum: Enhancement Suggestions
Topic: Small and easy: Back and Forward button
Replies: 3
Views: 1348

I just assigned these keys to the commands Windows-WindowNext and Windows-WindowPrev While assigning, nothing was displayed in the "Assigned Key" edit field - but the assignments work - even after closing Textpad down and restarting it. Seems nice, but it doesn't work as expected. It is j...
by Frank Fesevur
Fri Jun 13, 2003 1:47 pm
Forum: Enhancement Suggestions
Topic: Editable Macros
Replies: 47
Views: 20260

When (not IF :wink:) added, please use a third party language (like Python) and don't develop your own macro language.
by Frank Fesevur
Fri Jun 13, 2003 1:40 pm
Forum: Enhancement Suggestions
Topic: Small and easy: Back and Forward button
Replies: 3
Views: 1348

Small and easy: Back and Forward button

Support for the Back and Forward buttons to cycle through the tabbed documents. These keys are available on many (new) keybaords, like the Internet, Natural and Office Keyboards of Microsoft.
by Frank Fesevur
Fri Jun 13, 2003 1:11 pm
Forum: Enhancement Suggestions
Topic: Method List for Current File
Replies: 14
Views: 4889

I wrote a ctags add-on that is available for download from the 'Add-ons' - 'Utilities' page.