Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] ISynchronizer


> is it only resources that have changed that actually cause some action to be taken via the ResourceChangeListener?  

Yes. The resources plugin considers a resource's timestamp when calculating what has changed between the local file system and the eclipse workspace.

> And if so, how do I distinguish betweeen a refesh and a change not associated with refreshing?

The core API doesn't support this yet. I think there may already be a PR opened for this. I assume that you are asking this because you want to update your plugin with state changes made to resource in the local file system? An alternate approach to have provide state information refreshed is to have a provider specific action which does the refresh then a state refresh.

Jean-Michel

Back to the top