Details
Description
When using X10DT to edit code, I noticed that if I copy and paste an x10doc comment on a method, when it is pasted, the line indentation increases by one on each line of the indented comment. If one then selects the region and does ^I to autoindent, the indentation gets fixed to align properly.
Screenshot attached in case this isn't clear.
Note that this does not happen if the entire block comment is cut & pasted. It only happens if a section of the comment is cut & pasted that does not include the leading /** and trailing */