Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Eclipse hangs when entering raw XML tag with attributes.
When I type in an XML tag in the XML editor, Eclipse will hang when I type a double quote or a single quote to begin the value of an attribute. By “begin the value of an attribute”, I mean the first character immediately after the equal sign.
OS(es): Windows 2000 and XP
JDK: 1.4.2
Eclipse: 2.1.2
MyEclipseIDE: 2.7RC1
Is the quote the end of the line? If so, this is already posted as this bug: https://www.genuitec.com/forums/topic/100-cpu-usage-when-editing-struts-config-closed/
We’ve fixed it internally and it will be available with 2.7 RC2 next week. To work around the problem in the interim, be sure to add the close of the opening tag (>) on the same line before adding attributes. Something link <element attr=”|>
Sorry for the inconvenience and thanks for reporting it.