+1

-----Original Message-----
From: Claus Ibsen [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 19, 2001 10:22 AM
To: [EMAIL PROTECTED]
Subject: [Eap-features] uppercase/lowecase a selected block


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

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

Reply via email to