This problem is fixed in the build #605. Thanks for reporting it. Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" -----------------------------------------------------------
> > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Alain Ravet > Sent: Friday, February 15, 2002 12:49 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] BUG 604 : System.out.println ( "so.getInetAddres()s > = " + so.getInetAddres()s ); > > If you know how to ask, you can have IDEA autocreate the following code > > System.out.println ( "so.getInetAddres()s = " + so.getInetAddres()s ); > > > > > How to reproduce : > > > public static void main ( String[] args ) > { > final ServerSocket ss = new ServerSocket () ; > final Socket so = ss.accept() ; > // type : soutv[tab]so.getI[Ctrl-Space][Enter] > > } > > > Note : [tab] is my default live template expand key. > > > > > Alain Ravet _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
