Can macro key strokes be viewed?

General questions about using TextPad

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

Post Reply
Coemgen
Posts: 12
Joined: Sat Jul 29, 2006 11:57 am

Can macro key strokes be viewed?

Post by Coemgen »

I have a textpad macro file that includes a regular expression and I would like to see exactly what key strokes are being executed when the macro is used. Specifically I'd like to know what regular expression is being used by the macro. Can this be done?
jazzastronomer
Posts: 34
Joined: Sat Nov 03, 2007 3:04 am

Post by jazzastronomer »

The short answer is no.
Adding editable macros to TextPad is probably the number one feature request.
Coemgen
Posts: 12
Joined: Sat Jul 29, 2006 11:57 am

Post by Coemgen »

Ok, thanks. I'll add a macro editor to my wishlist too.
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

What does that regular expression do?
Coemgen
Posts: 12
Joined: Sat Jul 29, 2006 11:57 am

Post by Coemgen »

ben_josephs wrote:What does that regular expression do?
As I started to put-to-words what the macro does I realized that the regular expression in it is not interesting. I now realize that there are keystrokes for the textpad "Match Brackets" function in the macro. I was previously trying to figure out how a regular expression could be used to match brackets (in a case where there could be a varying number of matched brackets within the matched brackets I am interested in).

Thanks for question - it answered mine!
Post Reply