Hi

I would like to have an edit command to uppercase or lowercase a selected block. 
(using v2.03)

eg. (lame example)

     sql = "select * from xxx.customer where userid = ?";

I woud like to uppercase the table name, so today I have to manually change it.
In JBuilder I can select the word customer and select the edit uppercase command and 
it's

     sql = "select * from xxx.CUSTOMER where userid = ?";

I usually use it the other way around pasting some SQL code from a SQL prompt in the 
code editor,
and I would like it to
be in all lowercase since it's easier to read.


/Claus


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to