mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
HackStudio: Add file list context menu and file removal action
This commit is contained in:
parent
bbb536ebed
commit
fe1037bcb6
3 changed files with 111 additions and 34 deletions
|
@ -16,6 +16,8 @@ public:
|
|||
static OwnPtr<Project> load_from_file(const String& path);
|
||||
|
||||
[[nodiscard]] bool add_file(const String& filename);
|
||||
[[nodiscard]] bool remove_file(const String& filename);
|
||||
[[nodiscard]] bool save();
|
||||
|
||||
ProjectFile* get_file(const String& filename);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue