Community
Participate
Working Groups
// fasdf asdf asd f| Return at cursor position (|) yields // fasdf asdf asd f * | */
Reproducable in the Xtext grammar editor or with Xtend
*** Bug 341185 has been marked as a duplicate of this bug. ***
what else has to be considered here because i cannot reproduce the ML_Comment endings neither with .xtext nor .xtend? (In reply to comment #1) > Reproducable in the Xtext grammar editor or with Xtend
Xtend-input where | is the cursor position: /**/ //package foo| Does not happen with: /* * */ //package foo| but happens again with /* **/ //package foo| So the problem might be the double asterisk in the ml comment
Something else should be related to this bug: /******************************************************************************* * Some text| *******************************************************************************/ Hitting <enter> at the cursor position yields /******************************************************************************* * Some text * */ *******************************************************************************/ which is wrong.
Pushed to master.
Closing all bugs that were set to RESOLVED before Neon.0