Search found 19 matches

by drefty
Sat Apr 19, 2008 6:21 pm
Forum: General
Topic: Textpad Tool Parameter Macros
Replies: 1
Views: 1005

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 possible to ...
by drefty
Sat Apr 12, 2008 7:22 pm
Forum: General
Topic: separate text into column
Replies: 4
Views: 2122

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 ...
by drefty
Sat Apr 12, 2008 5:50 pm
Forum: General
Topic: separate text into column
Replies: 4
Views: 2122

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)

Since ...
by drefty
Fri Apr 11, 2008 3:30 am
Forum: Tips
Topic: Saving Preferences
Replies: 11
Views: 31328

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: 2612

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: 1270

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 ...
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: 1689

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 ...
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: 1689

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 ...
by drefty
Sun Apr 06, 2008 2:14 am
Forum: General
Topic: Navigating to next and previous window (document tab)
Replies: 6
Views: 2612

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: 1519

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 automatic meta data ...
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: 1519

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: 1519

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 ...
by drefty
Thu Aug 17, 2006 3:50 pm
Forum: General
Topic: Tool to open a file using DDE ??
Replies: 3
Views: 657

Your description of what you are trying to do helps a lot, and it makes sense, but the best answer probably has little to do with TextPad, and more to do with your other software.

In order to use DDE to control your software, you will need to know the available DDE commands that your software ...
by drefty
Thu Aug 17, 2006 12:55 am
Forum: General
Topic: Tool to open a file using DDE ??
Replies: 3
Views: 657

opening PDF file from TextPad

The context of your question is not entirely clear, because it emphasizes DDE without emphasizing specifically a step-by-step description of what you are trying to do.

You can use TextPad to open a PDF in a few different ways, each of which works without using DDE.

One way is to include a link to ...
by drefty
Wed Jun 28, 2006 3:37 pm
Forum: General
Topic: Running Perl via a TOOL button
Replies: 2
Views: 670

how to run perl

This is covered in the TextPad help under

"How to Run Other Programs"

To find it, open textpad help and type in the phrase you
see above. Include the quotes.

Once you have assigned an external program to run from tools,
just say 'view toolbar' from the view menu.

Your configuration will look ...