[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] IncrementalProjectBuilder vs. IResourceChangeEvent
|
Hello all, just a quick question :)
Is there a reason I should use the builders mecanism instead of the plain
old event driven way?
I deal with different xml files that have reference to element in each
others...so when I add/delete/change a file, a have to run a kind of
integrity check to make sure that everything is still fine. The builder has
the advantage of being easy to use with Markers (while the event won't
work), but apart from that...
Do you guys have any opinions on this?
Thanks a lot