bbcmicrobit / bbcmicrobit/PythonEditor
Add multi-file drop processing
- Lenguaje dominante
- JavaScript
- Estrellas
- 201
- Forks
- 126
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Línea de trabajo
Empieza por el diálogo de gestión de archivos del botón Load e inspecciona el manejo del destino de arrastre, comparándolo con el flujo existente Add a file to the filesystem, que procesa varios módulos seleccionados. Se considera terminado cuando arrastrar varios módulos añade todos los módulos al sistema de archivos del proyecto en una sola operación, en lugar de añadir solo el primero.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100