+1 I've especially missed this feature when renaming variables that have become "static final", in which case I want to make them all uppercase with underscores. Now, I have to go to another editor that has this feature (TextPad), or re-type the entire variable name.
Another feature has been requested several times that would make the above mentioned task even easier: when renaming variables, also suggest the "uppercase with underscores" version of the current variable name. -Thomas > -----Original Message----- > From: Claus Ibsen [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 19, 2001 8: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 > ************************************ If this email is not intended for you, or you are not responsible for the delivery of this message to the addressee, please note that this message may contain ITT Privileged/Proprietary Information. In such a case, you may not copy or deliver this message to anyone. You should destroy this message and kindly notify the sender by reply email. Information contained in this message that does not relate to the business of ITT is neither endorsed by nor attributable to ITT. ************************************ _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
