core
core copied to clipboard
Drag-n-drop: support OS DND events coming in and going out of window
probably also best way to support between-window DND, rather than trying to cobble a custom solution. with all the existing clipboard etc support it shouldn't be too hard, at least on mac. :)
the glfw drop event is now supported -- only works for files.. FileTreeView supports it. need drag-out functionality. not super high pri and would require all platform-specific code..
need to test external drop in V2, and should be relatively easy to support between-window DND among our apps, which would go a long way (perhaps that is as far as we go)
3f8965105 implements the external drop event, supported in filetree, so you can drop a file into the filetree.
There is an issue with updating the filetree for such events so that needs to be fixed as well -- I'll file an additional ticket for that. #798