Thomas,

Build #603 will not propose you template-based completion after new &
".". 

BTW, Have you seen that this feature is configurable via Live Template
configuration?

Best regards,
Mike Aizatsky.
------------------------------
IntelliJ Software, "Develop with pleasure!" http://www.intellij.com


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Thomas Singer
> Sent: Friday, February 08, 2002 12:55 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] Smart code complete after List, Map, ...
> 
> "Normal" classes:
> 
>    MyObject myObject = new |
> 
> Pressing Ctrl-Shift-Space, completes to
> 
>    MyObject myObject = new MyObject();
> 
> 
> 
> After List or Map, IDEA behaves different:
> 
>    List list = new |
> 
> expands to
> 
>    List list = new new ArrayList();
> 
> It only works, when pressing Ctrl-Shift-Space immediately after the
'='.
> 
> Tom
> 
> 
> _______________________________________________
> 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

Reply via email to