eclipse-platform / eclipse-platform/eclipse.platform
Support IResourceDelta.COPIED_FROM on IResourceChangeListener
Open
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
It is useful to determine when resources are copied so that additional actions may be taken (for example copying other related resources).
A patch will be provided that implements COPIED_FROM in a low overhead fashion using a HashMap in Workspace to track the linkage. No other fields are added to other classes.
(this issue is coming from https://bugs.eclipse.org/bugs/show_bug.cgi?id=217489)
Contributor guide
Assessment
This issue has not been assessed yet.