Community
Participate
Working Groups
Reproducible in Xtext 2.0 editor (i.e. edit MyDSL.xtext). Type : // xxx /* (with caret after the *) when hitting return the result is: // xxx /* * */
I guess this is just another variant on "regions" not being skipped. Other bad auto edits happen Example: With this text // ML_COMMENT PATTERN: '/ *' '/'* ( !('*' | '/') | !'*' '/' | '*' !'/')* '*'+ '/' // Hitting return to create a new empty line, the editor inserts ';' to complete the commented out rule.
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0