Need "Are you sure?" dialog to prevent user accidentally deleting workspace

• Aug 19, 2016 - 21:20
Reported version
2.1
Type
Graphical (UI)
Severity
S5 - Suggestion
Status
closed
Project

Similar to #67291: Need "are you sure?" option to prevent user accidentally deleting palettes. In current master, a confirmation is necessary in order to delete a single palette, but there is nothing deleting an entire workspace full of them.


Comments

Status (old) patch (code needs review) fixed

Fixed in branch master, commit d0e8152388

fix #121746: ask for confirmation before deleting a workspace

and change Qt's `foreach(a, b)` to C++11's `for (a : b)`
Also improve the delete palette message