CodeEditApp / CodeEditApp/CodeEdit
✨ Drag and Drop "keep both files" prompt
- Lingua principale
- Swift
- Stelle
- 23k
- Fork
- 1.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Is your feature request related to a problem? Please describe.
When user drags and drops a file, user doesn't have option to rename dragged file in case there is a duplicate file of the same name
### Describe the solution you'd like
In the alert telling the user that there exists duplicate files of the same name when dragging and dropping, add a button: `keep both` which will move the files and append `copy` to the end of the dragged files name
ex: `test.txt -> test copy.txt`

### Describe alternatives you've considered
n/a
### Additional context
Prerequisites:
* https://github.com/CodeEditApp/CodeEdit/issues/1018
* https://github.com/CodeEditApp/CodeEdit/pull/1031
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.