Community
Participate
Working Groups
Build Identifier: I20100608-0911 It seems that in the formatter, formatting rules for += assignments do not take effect. Xtext version: 1.0.1 Reproducible: Always Steps to Reproduce: 1. In the domain model example's formatter, write: c.setLinewrap(2).after(f.getDomainModelAccess().getElementsAssignment()); 2. Format the following model: entity Foo { } 3. There will be no newlines after the element.
I can confirm this behavior for branch 'master'.
...based on the given example. However, this could also be related to the deep nesting of rule calls at this position.
*** This bug has been marked as a duplicate of bug 318883 ***