When editing the URI attribute of the TAGLIB jsp directive MyEclipse is consuming CPU on the UI thread such that there are seconds between when a character is typed and when it is rendered. For example, if I start with
<%@ taglib uri=”blah/blah/blah” prefix=”tiles” %>
it takes me at least 30 seconds to edit the line so it reads
<%@ taglib uri=”struts-tiles” prefix=”tiles” %>
Note that the URI is mapped to a valid path in web.xml.
Environment: XP, EM2, ME3.6.1
Thanks,
Brandon