Bug #58809 Allow selection of multiple files in Open SQL Script dialog
Submitted: 8 Dec 2010 4:26 Modified: 8 Dec 2010 7:22
Reporter: Terry Nycum Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.30 OS:Any
Assigned to: CPU Architecture:Any
Tags: file dialog, file selector, multiselect, open, Open SQL Script

[8 Dec 2010 4:26] Terry Nycum
Description:
It would be nice to be able to open multiple sql scripts (creating as many new tabs as necessary) by selecting more than one at a time in the Open SQL Script dialog.

How to repeat:
Click File > Open SQL Script.
Try to select multiple files.

Suggested fix:
Enable selection of multiple files when calling/constructing the file selector dialog. Then wrap the file-opening code that presumably follows in a 'for' loop that first creates a new tab on each iteration after the first.
[8 Dec 2010 7:22] Valeriy Kravchuk
This is a duplicate of Bug #57565.