All caps text behavior

Ideas for new features

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

Post Reply
part.factory
Posts: 2
Joined: Sun Nov 27, 2005 6:17 pm

All caps text behavior

Post by part.factory »

I use Textpad for editing numerical control files for industrial automation. These files should be created in CAPITAL letters to be compatible with all controllers. I request a setting that converts keyboard input into CAPITAL letters without using the "Caps Lock" on the keyboard. Some folks argue that "Caps Lock" is fine and works well but I find it easy to forget that it is ON when jumping through many windows throughout the day. I also relize there is a command that converts all characters to CAPS "Edit/Change Case/Upper Case" but find that it is another task that dosn't get done by junior programmers.

A cool place to accomplish this transformation would be in the "Document Class" structure that is in TextPad 4. Next best would be a toolbar icon. Status bar alert would be nice also.

Can somebody help me with this?
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Not a full solution, but try the following manual workaround:

Select all (usually Ctrl-A)
Edit Change Case -> Upper Case (in my Textpad Ctrl-U)
Save (usually Ctrl-S)

(you could define a macro for that ...)
part.factory
Posts: 2
Joined: Sun Nov 27, 2005 6:17 pm

Been there done that!!

Post by part.factory »

Thanks for the response. I prefer typing in caps lock for format reasons. As I type lower case changes the readabilty in this control language. Everywere else in the cyber world I prefer proper case usage.

Unfortunately I have not had this enhancement request fulfilled since Textpad 1.0. :cry: I enjoy every thing else about textpad except the "regular expressions" just can't keep the syntax in my head.
Post Reply