The only times I ever use that command, though, is for copying and commenting out a line of code that I'm about to modify (just in case). In such a scenario I would not want the variable names renamed.
Kirk >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:eap-features- >[EMAIL PROTECTED]] On Behalf Of Alain Ravet >Sent: Sunday, February 24, 2002 4:24 AM >To: [EMAIL PROTECTED] >Subject: [Eap-features] req: smarter line duplicate [Ctrl-D] > > >When duplicating > Double d1 = ( (Double ) a.pop () ); > >, you get > > Double d1 = ( (Double ) a.pop () ); > Double d1 = ( (Double ) a.pop () ); > Double d1 = ( (Double ) a.pop () ); > >I'd like > Double d1 = ( (Double ) a.pop () ); > Double d2 = ( (Double ) a.pop () ); > Double d3 = ( (Double ) a.pop () ); > >Alain Ravet >I know, I'm spoiled, but it's IDEA's fault. >I keep wanting more ways to do less. > >Alain Ravet > >_______________________________________________ >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
