martinrotter / textosaurus

Cross-platform text editor based on Qt and Scintilla.
GNU General Public License v3.0
284 stars 44 forks source link

Bug: Dropping multi-selected files into Textosaurus opens only one file, not all #26

Closed ghost closed 6 years ago

ghost commented 6 years ago

Issues with drag / dropping multiple files

When you select multiple files in a file manager and you drag / drop them over the main window of Textosaurus, only one of the files gets opened. The expected behavior is for all the files to get opened.

To reproduce the bug, simply multi-select a few files using a file manager and drop the files into the main application window of Textosaurus and you will see that instead of all, only one files gets loaded. Not sure if this is a bug or just a missing feature.