Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, the Ivy Editor launches a resolve as part of its save logic. But if the file was modified outside of the editor (e.g. a source control update, via the XML editor, etc.), the plugin does not launch a resolve.
This issue is linked to IVYDE-197 through line 58 of IvyFileResourceListener:
...
if (resource instanceof IFile && IvyPlugin.getPreferenceStoreHelper().getAutoResolveOnChange())
...
Of course this feature could be added without the inclusion of IVYDE-197, but I think they complement each other nicely.
Thanks!
Attachments
Attachments
Issue Links
- depends upon
-
IVYDE-197 Add option to not launch a resolve after saving a file with the IvyEditor.
- Resolved
- is a clone of
-
IVYDE-198 File resource listener on Ivy files launches resolve when it detects modifications.
- Closed
- is duplicated by
-
IVYDE-242 Updated ivy.xml on disk should trigger resolve
- Resolved