Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.beta1
-
None
-
None
Description
It is perhaps not in IvyDE scope to provide an XML editor, since Eclipse contains a nice XML editor. Ivy.xml file can be opened with default XML editor by selecting 'Open With' -> 'XML Editor' from popup menu.
Eclipse XML editor can do content assist, if the XML file contains reference to DTD or XSD file.
Therefore I suggest that the XSD reference is added to ivy-template.xml:
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://ant.apache.org/ivy/schemas/ivy.xsd">