mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use EditorDock for Search Results
This commit is contained in:
parent
2ecefada8d
commit
51bfe186a9
4 changed files with 34 additions and 30 deletions
|
|
@ -368,7 +368,6 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
FindInFilesDialog *find_in_files_dialog = nullptr;
|
||||
FindInFilesContainer *find_in_files = nullptr;
|
||||
Button *find_in_files_button = nullptr;
|
||||
|
||||
WindowWrapper *window_wrapper = nullptr;
|
||||
|
||||
|
|
@ -554,7 +553,6 @@ class ScriptEditor : public PanelContainer {
|
|||
void _on_find_in_files_result_selected(const String &fpath, int line_number, int begin, int end);
|
||||
void _start_find_in_files(bool with_replace);
|
||||
void _on_find_in_files_modified_files(const PackedStringArray &paths);
|
||||
void _on_find_in_files_close_button_clicked();
|
||||
|
||||
void _set_script_zoom_factor(float p_zoom_factor);
|
||||
void _update_code_editor_zoom_factor(CodeTextEditor *p_code_text_editor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue