I guess, he wants to use code completion and other features when typing it in. The first occurence is inside a string where it does not work. The same intention is in "soutv" template.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "North D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 9:02 PM Subject: RE: [Eap-list] live template issue > Why not just make them both $EXPR$ ? Then you don't need to do anything > with the variable settings. > > Cheers, > Dan > > > -----Original Message----- > > From: Vollmer, Thomas - CannonSA [mailto:[EMAIL PROTECTED]] > > Sent: 12 November 2001 17:06 > > To: '[EMAIL PROTECTED]' > > Subject: RE: [Eap-list] live template issue > > > > > > I think the key is to have EXPR above EXPR_COPY in the list > > of variables > > and have EXPR_COPY defined as follows: > > Name: EXPR_COPY > > Expression: EXPR > > Skip if defined: Checked > > > > Hope this helps. > > -Thomas > > > > > -----Original Message----- > > > From: Dan Bachelder [mailto:[EMAIL PROTECTED]] > > > Sent: Sunday, November 11, 2001 4:59 PM > > > To: [EMAIL PROTECTED] > > > Subject: Re: [Eap-list] live template issue > > > > > > > > > the same thing the soutv|<tab> template does.. only instead > > > of + i want , > > > > > > > > > > > > ----- Original Message ----- > > > From: "Eugene Belyaev" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Sunday, November 11, 2001 6:25 PM > > > Subject: RE: [Eap-list] live template issue > > > > > > > > > > What do you want your template to do? > > > > > > > > Best regards, > > > > > > > > Eugene Belyaev, > > > > IntelliJ Software, http://www.intellij.com > > > > "Develop with pleasure" > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] > > > > > [mailto:[EMAIL PROTECTED]] On Behalf Of Dan Bachelder > > > > > Sent: Sunday, November 11, 2001 19:53 > > > > > To: [EMAIL PROTECTED] > > > > > Subject: [Eap-list] live template issue > > > > > > > > > > > > > > > I have a template: > > > > > > > > > > Glog.logValue("$EXPR_COPY$", $EXPR$); > > > > > > > > > > when i do: > > > > > > > > > > gv|<tab> > > > > > > > > > > I get: > > > > > > > > > > Glog.logValue("|", ); > > > > > > > > > > where I would expect > > > > > > > > > > Glog.logValue("",| ); > > > > > > > > > > and when i type.. nothing happens.. I have to fill in both > > > > > fields manually... I'm not sure what i'm doing wrong... > > > > > > > > > > > > > > > _______________________________________________ > > > > > Eap-list mailing list > > > > > [EMAIL PROTECTED] > > > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Eap-list mailing list > > > > [EMAIL PROTECTED] > > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > > > > ************************************ > > 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-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > **************************************************************************** *********** > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify [EMAIL PROTECTED] immediately. > > This footnote also confirms that this email message has been swept for the > presence of computer viruses. > **************************************************************************** *********** > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
