Hi there,
In the context of an IResourceChangeListener I need to modify a given preference file in the workspace. Because of “Note that during resource change event notification, further changes to resources may be disallowed.” the only solution to perform this change is to delay it on a future event (5 seconds later, on the next access to the file to be modified, on the next selection event, etc ..)
I would be interested to know how do you handle such situation ?