I think, you should reorder variables in the table where you set expressions for them. For details, please refer to the documentation (just press the Help button in the dialog).
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Dan Bachelder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 11, 2001 9:52 PM 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
