You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is planned or not, but a suggestion I'd have for this project is a modal popup specifically during the "Save" version of the dialog. If the user tries to save over a file that already exists, tested likely through an std::ios::instd::fstream, the file dialog opens a confirmation window asking the user if they want to overwrite that file.
Hypothetically speaking, this could probably be cleanly implemented into the FileDialog::m_finalize function:
I really think that this would drastically increase usability of the product, as users wouldn't be accidentally overwriting files that already existed.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is planned or not, but a suggestion I'd have for this project is a modal popup specifically during the "Save" version of the dialog. If the user tries to save over a file that already exists, tested likely through an
std::ios::in
std::fstream
, the file dialog opens a confirmation window asking the user if they want to overwrite that file.Hypothetically speaking, this could probably be cleanly implemented into the
FileDialog::m_finalize
function:I really think that this would drastically increase usability of the product, as users wouldn't be accidentally overwriting files that already existed.
The text was updated successfully, but these errors were encountered: