Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Respin of CDT-2.0.1(a) ... libspawner


I am working to resolve an editor hang : bug 73524.  
I'd like this included in 2.0.2 once I have it ready.

JohnC
www.eclipse.org/cdt


cdt-dev-admin@xxxxxxxxxxx wrote on 09/08/2004 11:05:27 AM:

> >
> > I too believe that 69330 should be in 2.0.2.
>
> Ok.
>
> > Is the fix high risk?
>
> It only affect the outliner.  In a nutshell, the outliner was force
> to refresh, on the timer of the C editor Reconciling thread, whether or not
> things change. Leading to a lot of refreshing(ask aniefer 8-), and
> for all the partitions
> of the Document the reconciled() was call.
>
> We've changed things around by making the Outliner be a listener of
> CoreModel, so only when a relevant delta is fired the Outliner will refresh.
> For example adding a comment, will do nothing.
>
> > Will we need to do a large test activity?
>
> Not really, just to make sure that it(Outliner) still updates.
>
> > So far we have the following committed to 2.0.2:  73250,  71437,  72901
> > from Alain, and 73378 from Andrew
> >
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top