Carlos, > Accessing memory: no reference to subject "Code completion in live > templates". > Must have been a WeakReference that the "Deep Sleep" garbage collector > cleaned.
Try this: http://www.mail-archive.com/[email protected]/msg04299.html > > > List list = | (SmartType) > > > > Suggests (missing space on second option): > > > > ArrayList new java.util.ArrayList() > > LinkedListnew java.util.LinkedList() > > Jus't note that there's a space missing between LinkedList and new. I can't reproduce this specific behaviour. Best regards, Mike Aizatsky. ------------------------------ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Carlos Costa e Silva > Sent: Sunday, April 14, 2002 8:07 AM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] #615 Bug in SmartType new interface > > > > This is not really the kind of feature you are thinking of. > > This is just our "Live templates". You can see that there's > > additional type of templates (Code completion). And it was > > described here, in EAP, several months ago. > > Accessing memory: no reference to subject "Code completion in live > templates". > Must have been a WeakReference that the "Deep Sleep" garbage collector > cleaned. > > > List list = | (SmartType) > > > > Suggests (missing space on second option): > > > > ArrayList new java.util.ArrayList() > > LinkedListnew java.util.LinkedList() > > Jus't note that there's a space missing between LinkedList and new. > > Carlos > > -- > Carlos Costa e Silva <[EMAIL PROTECTED]> > > > _______________________________________________ > 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
