Changing the "case" of text selection in the IDE

Working on new editor enhancements?
User avatar
Lewis
User
User
Posts: 47
Joined: Fri Nov 25, 2005 1:12 pm

Changing the "case" of text selection in the IDE

Post by Lewis »

How can I invoke "change case" functions in the PB IDE? That is, apply functions to

1. Invert case (upper becomes lower, lower becomes upper)
2. Upper case (whole selection becomes upper case)
3. Lower case (whole selection becomes lower case)
4. Sentence case (first letter of selection is capitalized)
5. Capitalize (first letter of each word in the selection is capitalized)

I would deem the first three as essential functions of any respectable text editor included in an IDE. Maybe I missed this in the documentation?

TIA for any help forthcoming.
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

You'd have to make a tool for it (and/or request it in the Request forum)
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
Lewis
User
User
Posts: 47
Joined: Fri Nov 25, 2005 1:12 pm

Post by Lewis »

lexvictory wrote:You'd have to make a tool for it (and/or request it in the Request forum)
:shock: Hmm, requested! :)
Post Reply