You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Move FindReplaceBar out of CodeTextEditor
This commit is contained in:
@@ -281,6 +281,10 @@ void TextEditor::clear_edit_menu() {
|
||||
memdelete(edit_hb);
|
||||
}
|
||||
|
||||
void TextEditor::set_find_replace_bar(FindReplaceBar *p_bar) {
|
||||
code_editor->set_find_replace_bar(p_bar);
|
||||
}
|
||||
|
||||
void TextEditor::_edit_option(int p_op) {
|
||||
CodeEdit *tx = code_editor->get_text_editor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user