This feature has effectively been disabled because the corresponding lines have been commented out. My guess is because the DesignPageSite is in the Core component, where we don't want a dependency to JDT.
|
// TODO(scheglov) |
|
// /** |
|
// * Highlight in editor lines with visited {@link ASTNode}s. |
|
// */ |
|
// public void highlightVisitedNodes(Collection<ASTNode> nodes) { |
|
// } |
|
if (isCommitted) { |
|
// TODO(scheglov) |
|
// site.highlightVisitedNodes(visitedNodes.getNodes()); |
|
} |
|
// TODO(scheglov) |
|
// @Override |
|
// public void highlightVisitedNodes(Collection<ASTNode> nodes) { |
|
// m_designerEditor.highlightVisitedNodes(nodes); |
|
// } |
This feature has effectively been disabled because the corresponding lines have been commented out. My guess is because the
DesignPageSiteis in the Core component, where we don't want a dependency to JDT.windowbuilder/org.eclipse.wb.core/src/org/eclipse/wb/internal/core/editor/DesignPageSite.java
Lines 52 to 57 in c501232
windowbuilder/org.eclipse.wb.core.java/src/org/eclipse/wb/core/model/JavaInfo.java
Lines 1213 to 1216 in c501232
windowbuilder/org.eclipse.wb.core.java/src/org/eclipse/wb/internal/core/editor/DesignPage.java
Lines 564 to 568 in c501232