Have you tried code-assisting a view reference? I did the "sources" thing, and didn't have to disable JAX-WS because I don't have it, but bringing up methods of a view was still slow.
Removing Docs did fix it completely. -- Kostya 2011/1/14 Dan <[email protected]> > Peco and Kostya, > > I've removed the code and added the source. I receive no delay and > have javadoc. :) > > -Dan > > On Jan 14, 11:45 am, Kostya Vasilyev <[email protected]> wrote: > > Peco, > > > > Thanks for the info regarding Javadoc. I uninstalled Documentation for > > Android SDK using the SDK/AVD Manager and code assist does not freeze > > anymore. > > > > Would be nice to get Javadoc in CA back at some point, but for me, it's > not > > critical. > > > > You say that it looks like a problem in Helios - is there a bug for this > in > > Eclipse's tracker? > > > > -- Kostya > > > > 2011/1/14 snpe <[email protected]> > > > > > > > > > > > > > > > > > It looks that there is problem with Javadoc attachment in Helios. > > > It's very slow for some methods (View.saveHierarchyState > > > (SparseArray<Parcelable> container), for instance > > > this method is searched again and again when CA some view's method. > > > Settings Javadoc to null fixes the issue (you haven't javadoc, of > > > course, but CA works correctly). > > > Unfortunately, because of bug in Android classpath container it isn't > > > possible to change javadoc attachment. > > > I have createdhttp://code.google.com/p/android/issues/detail?id=14017 > > > > > I will try to find better workaround (something without excluding > > > Javadoc) > > > > > Regards, > > > Peco > > > > > > I am using classic Helios 3.6.1 with ADT 8.0.1 so both issues should > > > > be resolved. > > > > > > An easy way to replicate the issue is to get code assist with a > > > > partial entry having several possibilities, such as: > > > > > > WebView web; > > > > > > ... > > > > > > web.g <ctrl-space> > > > > I then wait 30 seconds to two minutes. > > > > > > I have tried in a fresh project and a production project, both with > > > > the same result. > > > > > > I verified that I do have some components of WTP but JAX-WS proposals > > > > are not listed on the list. These appear to be bundled for XML > > > > editing. > > > > > > On Jan 11, 7:34 am, snpe <[email protected]> wrote: > > > > > > > There are two problems related to code assists with ADT and Helios. > > > > > > > 1) ADT problem related to classpath container described onhttp:// > > > code.google.com/p/android/issues/detail?id=7850#c7 > > > > > It is fixed in ADT 8.0.x > > > > > > > 2) problem with WTP Webservices context assist. Seehttps:// > > > bugs.eclipse.org/bugs/show_bug.cgi?id=317979 > > > > > It isn't related to ADT. > > > > > Workaround > > > > > Open Window>Preferences>Java>Editor>Content Assist>Advanced > > > > > and disable JAX-WS Proposals > > > > > This issue is fixed in current WTP > > > > > > > Could you provide test case if this doesn't help ? > > > > > > > Regards, > > > > > Peco > > > > > On Jan 8, 12:31 am, Dan <[email protected]> wrote: > > > > > > > > After upgrading to ADT 8.0.1 with Eclipse Helios (3.6.1) I am > still > > > > > > getting freezes with code assist. Does anyone have any ideas to > fix > > > or > > > > > > is this still a bug? > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to > [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]><android-developers%2Bunsubs > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

