Community
Participate
Working Groups
Build Identifier: 20100617-1415 The code in the snippet is inconsistent: for (AbstractNode abstractNode : allNodes) { if (abstractNode.getGrammarElement() instanceof CrossReference) { >>> acceptor.addPosition(node.getOffset(), node.getLength(), <<< MyHighlightingConfiguration.CROSS_REF); } } should be: >>> acceptor.addPosition(abstractNode.getOffset(), abstractNode.getLength(), <<< Reproducible: Always
Fixed in HEAD.
Closing bug which were set to RESOLVED before Eclipse Neon.0.