Open winston-yallow opened 1 year ago
I wonder if I can achieve this without hacking into the script editor. Since this is a custom operation (unlike, say, dragging a resource to a property in the inspector), it may require some workarounds in the script editor plugin.
But does sound nice!
As far as I know it's enough to just return a string from _get_drag_data
. The script editor will insert any text that's dropped there
I would love to just drag and drop an item from the explorer into the script editor to insert the code.