Are PageRight and PageLeft configurable?

General questions about using TextPad

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

Post Reply
User avatar
kengrubb
Posts: 324
Joined: Thu Dec 11, 2003 5:23 pm
Location: Olympia, WA, USA

Are PageRight and PageLeft configurable?

Post by kengrubb »

What I mean to ask is whether one can configure the number of characters one moves right or left using PageRight and Pageleft?

I figured out a way to code up a Macro, but I wondered whether it's a setting one can control.

Macro is:
Search, Go To ... (CTRL-G for me)
Column
+nn (where nn is the number of bytes right one wishes to "page")
Go To
(2[Bb]|[^2].|.[^Bb])

That is the question.
User avatar
kengrubb
Posts: 324
Joined: Thu Dec 11, 2003 5:23 pm
Location: Olympia, WA, USA

Post by kengrubb »

Yes, it does work in reverse. You can specific -nn to "page" nn number of bytes to the left.
(2[Bb]|[^2].|.[^Bb])

That is the question.
Post Reply