I updated to 2.7 RC 1 using the Eclipse update, rather than uninstall/install. After about 10 minutes of use, I’ve hit two bugs in the XML Editor while editing an XSLT file:
1. Doing a search and replace loses the syntax coloring in the editor if you hit “Replace All” in the replace dialog box, and marks the file as unchanged. (It seems to work if you replace one item at a time.) In order to be able to save the file, I have to modify it further. After modifying further, all of the XML within the tag I’ve modified has syntax coloring again. If I close and open the file again, the syntax coloring returns. The XML validates properly.
2. While typing a tag with
name="
, the editor locked up my copy of Eclipse. CPU utilization went to 100% and stayed there for 5 minutes, until I ended the Eclipse process. I’m behind a proxy — is this maybe caused by trying to grab a DTD off the net without using the Eclipse proxy settings?
Also, I note that your editor does not set itself as the default editor for files ending in .xslt (it does for .xsl files).
Andre