1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00

HackStudio: Remove FindWidget

HackStudio editors now have built-in incremental search
This commit is contained in:
thankyouverycool 2022-11-28 18:23:06 -05:00 committed by Sam Atkins
parent a97768001b
commit ed196fc265
7 changed files with 0 additions and 185 deletions

View file

@ -1509,11 +1509,6 @@ void HackStudioWidget::create_view_menu(GUI::Window& window)
view_menu.add_action(*m_locations_history_back_action);
view_menu.add_action(*m_locations_history_forward_action);
auto search_action = GUI::Action::create("&Search", { Mod_Ctrl, Key_F }, [this](auto&) {
current_editor_wrapper().search_action();
});
view_menu.add_action(search_action);
view_menu.add_separator();
view_menu.add_action(GUI::CommonActions::make_fullscreen_action([&](auto&) {