mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
HackStudio: Move 'New' Menu to 'File'
Currently we have a 'Project' menu with a 'New' menu in it, this tries to organize things by just having one 'New...' sub-menu in the 'File' menu that creates new files, projects and directories. To solve conflicts, move 'Semantic Highlighting' to the 'View' menu. As a result of both of these changes, remove 'Project' menu.
This commit is contained in:
parent
89c846a31c
commit
7fe0e7b46b
2 changed files with 16 additions and 21 deletions
|
@ -133,7 +133,6 @@ private:
|
|||
void create_action_tab(GUI::Widget& parent);
|
||||
void create_file_menu(GUI::Window&);
|
||||
void update_recent_projects_submenu();
|
||||
void create_project_menu(GUI::Window&);
|
||||
void create_edit_menu(GUI::Window&);
|
||||
void create_build_menu(GUI::Window&);
|
||||
void create_view_menu(GUI::Window&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue