Three ideas

General questions about using TextPad

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

Post Reply
User avatar
jeffy
Posts: 323
Joined: Mon Mar 03, 2003 9:04 am
Location: Philadelphia

Three ideas

Post by jeffy »

Hi, all. :roll: :shock: :lol:

I would really like to see the following three changes made to TextPad. what do others think of these ideas?

---

From the sort-of-bug-but-not-really department: In macros that preserve the current selection, the "selection anchor" is not preserved, and should be.

What I mean by selection anchoring, is "the point at which you started to select text", with either your mouse or keyboard. So if you select THIS STRING, starting at the "g" and dragging to the "t", then when you press shift+left arrow, the selection should now be " THIS STRING", with the leading space. Conversely, if you started at the "t", and then pressed shift+left arrow, the selection should now be "THIS STRIN".

However, when you run a macro, the anchor reverts to what it was *at macro recording* time. I don't see any benefit to this. Please, if the selection is exactly the same before and after macro execution, preserve the selection anchor.

(By the way, is there a more technical term for selection anchor?)


---

Add a small amount of dynamics to clip-books. First create a special "hotspot" for date stamp. Second, create ten parameter hotspots:

Code: Select all

   \^0What is your name?\$
   \^1What is your age?\$
   \^2What is your favorite color?\$
   ...
   \^9Where were you born?\$
Where a simple dialog, with one through ten text boxes on it, is presented to you, so you can set these parameters on the fly.

Note that duplicates of each hotspot would not require the display text:

Code: Select all

	\^0\$
	\^1\$
	\^2\$
Sweet!

---

Key commands currently may consist of one or two characters. I would love to have this increased to three. *Boy* would TextPad go up on the cool scale with this. Seriously, I'd love it to increase to even more than that (five?, awesome...ten?, bliss!), but I won't push my luck. :' )

---


Thanks!
pgwilliams
Posts: 6
Joined: Thu Mar 20, 2003 2:34 am

Post by pgwilliams »

:lol:

I had no idea that functionality existed! I'm chuffed!
I've just assigned CTRL + /, CTRL + / to my block comment macro. I'm going to have fun with this.
Damn but this is a great tool - I'm very happy to have paid for it.
Thanks for you post Jeffy - you're obviously a heavy user - just how many functions do you want to reassign that you need 3 keypresses?!?!
Regards,
Peter
User avatar
jeffy
Posts: 323
Joined: Mon Mar 03, 2003 9:04 am
Location: Philadelphia

Post by jeffy »

pgwilliams wrote:Thanks for you post Jeffy - you're obviously a heavy user - just how many functions do you want to reassign that you need 3 keypresses?!?!
Macros, baby! Lots and lots of macros!


:lol:
Post Reply