1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-22 09:12:06 +00:00
serenity/Userland/DevTools/HackStudio/Dialogs
Conor Byrne cc1b2b95f7 HackStudio: Ask to create a non-existent directory when making a project
Previously, if the parent directory didn't exist when making a project,
it would say that the creation directory was 'invalid' which isn't
necessarily true.

This patch prompts the user to ask if they would like to create the
parent directory when creating a project, instead of treating it as an
'invalid' directory.
2021-12-27 23:20:54 +01:00
..
NewProjectDialog.cpp HackStudio: Ask to create a non-existent directory when making a project 2021-12-27 23:20:54 +01:00
NewProjectDialog.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
NewProjectDialog.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ProjectTemplatesModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ProjectTemplatesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00