Community
Participate
Working Groups
Build Identifier: I20110310-1119 FormattingConfigBasedStream should keep the 'hidden' property of tokens intact. In FormattingConfigBasedStream.addLineEntry at line 367: LineEntry e = createLineEntry(grammarElement, value, true, locators, preservedWS, indentationLevel, hiddenTokenDef); should be LineEntry e = createLineEntry(grammarElement, value, isHidden, locators, preservedWS, indentationLevel, hiddenTokenDef); Reproducible: Always Steps to Reproduce: -
won't fix because it affects the old formatter infrastructure