Author: sdzmitrovich
Date: 2009-02-17 11:11:08 -0500 (Tue, 17 Feb 2009)
New Revision: 13641
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3799
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2009-02-17
16:03:52 UTC (rev 13640)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2009-02-17
16:11:08 UTC (rev 13641)
@@ -268,7 +268,8 @@
}
IDOMDocument sourceDocument = sourceModel.getDocument();
- visualBuilder.refreshExternalLinks();
+ // FIXED FOR JBIDE-3799 by sdzmitrovich, moved calling of this method to buid dom
+ // visualBuilder.refreshExternalLinks();
visualBuilder.buildDom(sourceDocument);
VpeTemplateManager.getInstance().addTemplateListener(this);