PythonEditor icon indicating copy to clipboard operation
PythonEditor copied to clipboard

Add multi-file drop processing

Open PropGit opened this issue 6 years ago • 1 comments

The Load button's file management dialog has a drop target and an Add a file to the filesystem button.

The button opens an OS file browser dialog that accepts selecting multiple modules and indeed processes them properly (adding them to the file system in one operation); however, while the drop target accepts a multi-file drop event, it does not process any but the first module in the selection.

When multiple modules need to be added to a project, the drop target method isn't as convenient without this multi-file drop capability.

PropGit avatar Mar 02 '19 16:03 PropGit

Also request that the editor's drop target accept multi-file drops; it currently behaves exactly light the file management dialog's drop target.

PropGit avatar Mar 02 '19 16:03 PropGit