Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] ICElementDelta Shortage

Title: RE: [cdt-core-dev] ICElementDelta Shortage

I am in the midst of taking an in depth look at the JDT.  I'll check into how they do it.

Doug Schaefer
Senior Staff Software Engineer
Rational - the software development company
Ottawa (Kanata), Ontario, Canada

-----Original Message-----
From: Alain Magloire [mailto:alain@xxxxxxx]
Sent: Tuesday, December 03, 2002 9:59 AM
To: cdt-core-dev@xxxxxxxxxxx
Subject: Re: [cdt-core-dev] ICElementDelta Shortage

>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> ------_=_NextPart_001_01C29A74.3EABDE50
> Content-Type: text/plain
>
> Hey gang,
>

>
> In our mucking around, we noticed that the ElementDelta you get on an
> element changed event doesn't go into anymore detail than the file level.
> This was surprising since the JDT goes right down to the individual Elements
> that changed in the file.  Is this intentional or there an item on the To Do
> list to make the delta more complete.
>

On the todo list,

Question, how JDT do it?

The only thing, I could see is that you do the modification via a WorkingCopy
handle.  The model can not keep track of every single IFile contents.


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


Back to the top