Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Fw: Applied to 1_2 as well - fix for bug#44507 Outline Flickers with CDT1.2 RC0


I've applied this patch to 1_2 as well.

Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group

----- Forwarded by Hoda Amer/Ottawa/IBM on 10/27/2003 08:28 AM -----


Hoda Amer

10/21/2003 08:23 PM


        To:        cdt-patch@xxxxxxxxxxx
        cc:        
        From:        Hoda Amer/Ottawa/IBM@IBMCA
        Subject:        Applied - fix for bug#44507 Outline Flickers with CDT1.2 RC0


Alain,
I hope this solves the problem. I made sure that re-drawing occurs only if there was a real change in the document.

Core :
        Returned a boolean from IWorkingCopy.reconcile() indicating
        if there was a real change.
UI:
        In CReconcilingStrategy, the outliner is asked to redraw only
        if there was a real change.



Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group





"Alain Magloire" <alain@xxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

10/20/2003 01:49 PM
Please respond to cdt-patch

       
        To:        cdt-patch@xxxxxxxxxxx
        cc:        
        Subject:        Re: [cdt-patch] Solution to bug#43524  : Removing a define from a .c file



>
> Alain,
> I have a solution to this problem.
> The previous handling ignored reconciling in some cases, which was not
> correct.
> Actually, you get a reconcile for every region once, but the redraw draws
> the whole thing.
> The proper thing to do is to redraw only if  we have a real change.
> Give me until tomorrow and I will submit the solution.
>

Of course!! no stress.

Thanks for looking at this.


_______________________________________________
cdt-patch mailing list
cdt-patch@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-patch


**** Attachment core.oct.20.txt has been removed from this note on October 27, 2003 by Hoda Amer ****
**** Attachment ui.oct.20.txt has been removed from this note on October 27, 2003 by Hoda Amer ****


Back to the top