Page 1 of 1

Change case of text selection

Posted: Sat Apr 18, 2009 10:33 am
by Lewis
Please 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)

IMHO, I would deem the first three as essential functions of any respectable text editor included in an IDE.

TIA.

PS. Lately I've noticed several messages/posts around this subject. ;)

Posted: Fri May 29, 2009 2:52 am
by oreopa
+100

I like to use the default editor for PB... I don't get the same connection using my normal text editor...

This is a good call and a feature I'd use a LOT... (selection to upper/lower is fine for me)...

I'd also like a "column selection" mode also...but not to hijack the thread.. :) Actually, don't registered users get all the sources to the IDE... /me goes to check...

EDIT: Ok... maybe I dreamt that the sources were available or so :)

Posted: Fri May 29, 2009 4:09 am
by pdwyer
I would like (hope I'm not hijacking) a "AutoMatchCase" too.

That matches the case of vars, structures and functions with what is in their definitions. So that snap to the case when they match after typing them.

(obviously toggleable from the options and off by default so as not to annoy others who don't need it)

Posted: Fri May 29, 2009 4:11 am
by PB
> I'd also like a "column selection" mode

Hold down Alt and select your text. ;)

Posted: Mon Jun 01, 2009 2:06 am
by oreopa
PB wrote:> I'd also like a "column selection" mode

Hold down Alt and select your text. ;)
Oof! Smart... Thx for that one - I miss this from Ultraedit and I prefer to use the PB IDE. I read manuals. Honest.