LowerCaseCommand

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
Guest

LowerCaseCommand

Post by Guest »

The help file mentions a LowerCaseCommand. It says that this is a pop-up window. How does on access this command?
raz
Posts: 16
Joined: Wed Jan 19, 2005 3:41 pm
Location: MidWest -- USA

Post by raz »

This may not be what you want, but one can put a button on the toolbar that will ToUpper/ToLower the selected (i.e., marked) text.

HTH,

-rz.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

As Raz correctly point outs, the popup menu has a lower case menu item. This menu item maps to the MarkCaseLower keyboard function.

But there are also these upper/lower case keyboard functions available.

Code: Select all

CharCaseLowerAndNext
CharCaseUpperAndNext
CharCaseToggleAndNext
LineCaseLower
LineCaseTranspose
LineCaseUpper
MarkCaseLower
MarkCaseTranspose
MarkCaseUpper
WordCaseLower
WordCaseTranspose
WordCaseUpper
For help on any of these functions put the cursor on the function and use the Zeus Help, Quick Help menu.

Cheers Jussi
Post Reply