Skip to content

Restore "highlight visited nodes" preference #1590

Description

@ptziegler

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);
// }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions