bbcmicrobit / bbcmicrobit/PythonEditor

Add multi-file drop processing

Open
#111 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
201
Forks
126
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.