You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Move FindReplaceBar out of CodeTextEditor
This commit is contained in:
@@ -1358,6 +1358,10 @@ void ScriptTextEditor::clear_edit_menu() {
|
||||
memdelete(edit_hb);
|
||||
}
|
||||
|
||||
void ScriptTextEditor::set_find_replace_bar(FindReplaceBar *p_bar) {
|
||||
code_editor->set_find_replace_bar(p_bar);
|
||||
}
|
||||
|
||||
void ScriptTextEditor::reload(bool p_soft) {
|
||||
CodeEdit *te = code_editor->get_text_editor();
|
||||
Ref<Script> scr = script;
|
||||
|
||||
Reference in New Issue
Block a user