
Hi,
I'm now implementing drag and drop function on my syntax editor.
Is it possible to insert a code snippet when something is droped?
I would like to know the best way to do this and how to get the offset where the drop action happens.
I'm using SyntaxEditor.PasteDragDrop to detect a drag and drop action.
Thank you.