Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Solution to bug#43524 : Removing a define from a .c file causes issues in

> Content-Type: text/plain; charset="US-ASCII"
> 
> UI: 
>         Fix for bug#43524 : Removing a define from a .c file causes issues 
> in the outline
> 
> There was an unnecessary check before the call to reconcile() in 
> CReconcilingStrategy that did not always work.
> Multiple calls to reconcile() will have no effect after the first update 
> of the file.
> 

I would like to revert this patch.
But It is causing major perfomance slow down on Eclipse/Motif or I guess
any other platform that is not Windows.

The outliner flickers and redraw like crazy.

The check is to limit the redrawing for the same region.

Comments?



Back to the top