While I was testing our internal MT plugin in Studio 2022 SR1 and when copying content from a custom viewpart in Editor to target segment, the following piece of code gave curious results
protected override void Execute()
{
EditorController editorController…