mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
HackStudio: Remove FindWidget
HackStudio editors now have built-in incremental search
This commit is contained in:
parent
a97768001b
commit
ed196fc265
7 changed files with 0 additions and 185 deletions
|
@ -8,7 +8,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Debugger/BreakpointCallback.h"
|
||||
#include "FindWidget.h"
|
||||
#include "Git/GitRepo.h"
|
||||
#include "LanguageClient.h"
|
||||
#include <AK/Function.h>
|
||||
|
@ -53,9 +52,6 @@ public:
|
|||
Function<void()> on_change;
|
||||
Function<void(EditorWrapper&)> on_tab_close_request;
|
||||
|
||||
void search_action();
|
||||
FindWidget const& find_widget() const { return *m_find_widget; }
|
||||
|
||||
private:
|
||||
static constexpr auto untitled_label = "(Untitled)"sv;
|
||||
|
||||
|
@ -66,7 +62,6 @@ private:
|
|||
String m_filename;
|
||||
String m_filename_title;
|
||||
RefPtr<Editor> m_editor;
|
||||
RefPtr<FindWidget> m_find_widget;
|
||||
|
||||
Optional<String> m_project_root;
|
||||
RefPtr<GitRepo> m_git_repo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue