Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.




Back to the top