I wish to have a form with two SyntaxEditors, where text may be dragged from one of them to the other, copied instead of moved. That is, I wish for the text to remain in the first SyntaxEditor, and duplicated to the second. What is the "prettiest" way of doing that? I'm still finding the drag & drop handling a bit difficult :)