mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
HackStudio: Add file list context menu and file removal action
This commit is contained in:
parent
bbb536ebed
commit
fe1037bcb6
Notes:
sideshowbarker
2024-07-19 10:35:30 +09:00
Author: https://github.com/deoxxa
Commit: fe1037bcb6
Pull-request: https://github.com/SerenityOS/serenity/pull/940
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