Community
Participate
Working Groups
Build Identifier: M20110909-1335 xText 2.1 Tuturial (http://www.eclipse.org/Xtext/documentation/2_1_0/020-domainmodel-step-by-step.php) Chapter "Write Your Own Grammar" 3.: "The rule DataType starts with a keyword 'datatype', followed by an identifier which is parsed by a rule called ID. The rule ID is predefined in the super grammar org.eclipse.xtext.common.Terminals and parses a single word, a.k.a identifier. You can navigate to it by using F3 on the rule call. The value returned by the call to ID is assigned (*) to the feature name. " The last parentheses should contain a (=) instead of the used (*). Reproducible: Always
Fixed.
Closing all bugs that were set to RESOLVED before Neon.0