Page MenuHomePhabricator

Enable Drag and Drop of Data in DataManager or Application
Closed, ResolvedPublic

Event Timeline

@sascha: any hints? or shall we hack this in the top level window?

I hate to say it, but hacking it in the top-level window is probably the best idea right now. Just FYI, this is the way how it is supposed to work some day:

The workbench adds a "drag target" to the whole window. Then the MIME type of the dragged object is extracted and the editor registry is queried for a suitable editor. If an editor which supports opening the target is found, it is opened and given the target as input.

Merging "Datamanager" component into ExtApp plugins