Hi 2.8 and 2.6 don't really have much differences in the code completion layer (future versions will have that, but I've made unit tests for every reported code completion error in the last years and we won't release the new layer until all these tests are green).
The current 2.8 requires a bit longer to generate the code completion database. You see that in the lower right corner. The zip file for monotouch documents did grow too large therefore we cache that now. But after that code completion should be faster than before - because the zip file operation doesn't occur anymore when hitting a key. If the gathering of the class infos doesn't stop it's likely that there is a corrupt zip file floating around which takes ages for uncrunching - y the #ziplib is more or less a good weather approach that works best with uncorrupted zip files. We learn which each release and we'll look in future versions for the zip file integridy. Thanks for your patience Mike > So you copied the updated zip to both places, and it's still broken? > > sounds like a 2.8 issue - I'm using 2.6 > > On Thu, Sep 15, 2011 at 10:19, JB > <[email protected]> wrote: >> Well it doesn't 'help' since its still broken (my problem seems to match >> Wei-Yuen Tan) but at least it looks like the team is aware of it. Thanks. >> >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Intellisense-broken-in-MD-4-8-B2-and-MT-4-2-tp3815061p3815078.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> > > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
