You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replace
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