[ENH] Create nodes on canvas drag/drop#5031
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5031 +/- ##
==========================================
- Coverage 86.34% 86.34% -0.01%
==========================================
Files 304 304
Lines 61619 61667 +48
==========================================
+ Hits 53206 53247 +41
- Misses 8413 8420 +7 |
91fe253 to
6e6f7b6
Compare
6e6f7b6 to
b8932c1
Compare
|
This is really cool, thanks. Changes like this go a long way, as minor as they may seem on the surface. How hard would it be to support drag-and-dropping several files at a time to canvas? As is right now though, most any file I try drag-and-dropping (.csv, .tab, .dst, .py) gives the option of using CSV File Import (alongside another). For .py, .dst, this shouldn't happen. Also, a nitpick, it gets laggy when holding a file over the window (this PR checked out on left, latest release on right) |
b8932c1 to
36b4f32
Compare
36b4f32 to
2bb8c8d
Compare
66890cc to
0e6a2e1
Compare
0e6a2e1 to
97c2ae9
Compare

Issue
Closes #4918
Description of changes
Uses:
Implements drop handlers for 'File', 'Load Model', 'Distance File' and 'Python Script' widgets.
Includes