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 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
> 



Back to the top