Search found 35 matches

by drefty
Wed Sep 24, 2008 2:58 pm
Forum: Enhancement Suggestions
Topic: Editable Macros
Replies: 87
Views: 141299

An almost 5yr old solution to the "Editable Macros"

It is astonishing to see there is still energy and momentum behind the "Editable Macros in Textpad" issue. There is a 5+year old solution to this feature request (and many others like it) that other long-time TextPad users supported. The simple solution is to let the user run any tool or s...
by drefty
Sat Apr 19, 2008 6:21 pm
Forum: General
Topic: Textpad Tool Parameter Macros
Replies: 1
Views: 676

Textpad Tool Parameter Macros

A question for those of you who have used Tool Parameter Macros with textpad. Does anyone know of a way to simulate a "SelectedLineCount" tool parameter macro? What is needed is a way to get the current number of selected lines in the current buffer. With this information, it would be poss...
by drefty
Sat Apr 12, 2008 7:50 pm
Forum: Enhancement Suggestions
Topic: Tool enhancement
Replies: 3
Views: 737

1) Ability to force single Textpad instance. Preferences :: General :: Allow multiple instances to run (turn this off) You're saying that you already tried the above, and it does not work? 2) Ability to open filename in a document see the following: http://forums.textpad.com/viewtopic.php?t=4013&...
by drefty
Sat Apr 12, 2008 7:22 pm
Forum: General
Topic: separate text into column
Replies: 4
Views: 1142

I understand. As far as I know, there is no built-in easy way to do this in textpad. This is something that can be done, but from what I've seen, people usually resort to external scripts such as those written in Ruby, Javascript, Perl, Python and so forth. If you are familiar with perl, someone has...
by drefty
Sat Apr 12, 2008 5:50 pm
Forum: General
Topic: separate text into column
Replies: 4
Views: 1142

Yes, you can do that, although it is not entirely clear what you mean by "columns". If you are simply asking how to change the slash character into spaces or tabs, you can select the text you want to convert, and then use the find and replace feature. (see How to Replace Text in TP help) S...
by drefty
Fri Apr 11, 2008 3:30 am
Forum: Tips
Topic: Saving Preferences
Replies: 11
Views: 12429

Thanks for the contribution. This is probably a recurring question, so this should probably be in the FAQ.
by drefty
Thu Apr 10, 2008 2:10 pm
Forum: General
Topic: Navigating to next and previous window (document tab)
Replies: 6
Views: 1250

Well, you probably won't like this answer, but to those for whom this is a huge annoyance, there is a workaround. Simply manually re-order the tabs by hand until the visual order exactly reflects the pre-defined tabbing order. Yes, it is another one of those GUI behavior inconsistencies across apps ...
by drefty
Wed Apr 09, 2008 4:51 pm
Forum: General
Topic: congrats to Helios on release 5.2
Replies: 2
Views: 778

agreed with alan.mcl

I agree with alan.mcl ... thanks for the recent work that was put into Textpad. It's nice to chime in once in a while with compliments instead of just complaints and feature requests. I think 5.2 gives Textpad a much-needed credibility boost, especially for those who may have given up on it. Cheers,
by drefty
Wed Apr 09, 2008 4:42 pm
Forum: General
Topic: registry patch to change the content of Tools::Run::Command
Replies: 4
Views: 973

Hi Nicholas Jordan, Thanks for the reply. I guess I should clarify that I was looking for a way to do it via registry so I could autopopulate the dropdown list automatically via script. (eg a windows script host file that uses reg.write and so forth). Yeah, the Configure menu works great. Thanks for...
by drefty
Tue Apr 08, 2008 4:19 pm
Forum: General
Topic: registry patch to change the content of Tools::Run::Command
Replies: 4
Views: 973

registry patch to change the content of Tools::Run::Command

Hello folks, Does anyone out there know what registry patch is available that will allow me to pre-populate the GUI dropdown that appears in Tools::Run::Command, so that it matches an exact list of pre-defined apps of my own choosing, instead of just the history of apps that I've already run? This w...
by drefty
Sun Apr 06, 2008 2:14 am
Forum: General
Topic: Navigating to next and previous window (document tab)
Replies: 6
Views: 1250

CTRL+TAB goes in one direction, CTRL+SHIFT+TAB goes in the other direction. Is that not exactly what you were looking for?
by drefty
Mon Mar 31, 2008 4:30 am
Forum: General
Topic: Minor annoyance:Alt F+S wont dismiss menu for non-dirty file
Replies: 3
Views: 931

Thanks, but already thought of that. I have ctrl+s mapped to "save tidy" ... which is a special save method that does extra stuff on top of the normal save (i.e., remove trailing spaces, update the "last-modified" time-stamp inside the text of the file (if any), add any extra aut...
by drefty
Thu Mar 27, 2008 8:53 pm
Forum: General
Topic: Minor annoyance:Alt F+S wont dismiss menu for non-dirty file
Replies: 3
Views: 931

Ok, I gotta admit, this is not just a minor annoyance, it's really irritating. Also, this seems to be non-standard behavior, other File->save menus will silently dismiss the menu with no error if the file happens to be non-dirty.

Shucks, it would sure be nice if someone had a fix for this :/
by drefty
Mon Mar 24, 2008 4:21 pm
Forum: General
Topic: Minor annoyance:Alt F+S wont dismiss menu for non-dirty file
Replies: 3
Views: 931

Minor annoyance:Alt F+S wont dismiss menu for non-dirty file

PROBLEM: Sometimes I hit Alt+F,S repeatedly, just as a habit to make sure that I always save my files. I figure its a good habit to train yourself for those apps that don't have an 'auto-save feature'. The problem is, in the latest version of TextPad, if you try this key combination and the file is...
by drefty
Sat Mar 22, 2008 5:18 am
Forum: Enhancement Suggestions
Topic: DDE INSERT FORMAT for an AutoComplete tool
Replies: 1
Views: 570

Here is an example using perl that I wrote a few years ago after struggling to get Textpad DDE Insert to actually work. [code] ### These commands must be passed exactly as shown, with no embedded spaces, except in the quotes. ### use Win32::DDE::Client; $oTPad = new Win32::DDE::Client('TextPad', 'Sy...