File resource listener on Ivy files launches resolve when it detects
modifications.
-----------------------------------------------------------------------------------
Key: IVYDE-199
URL: https://issues.apache.org/jira/browse/IVYDE-199
Project: IvyDE
Issue Type: New Feature
Reporter: Jon Schneider
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!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.