1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Tweak the behavior of search/replace bar

This commit is contained in:
Tomasz Chabora
2019-08-12 20:31:53 +02:00
parent f8574da2c2
commit 72c40c788f
2 changed files with 37 additions and 26 deletions

View File

@@ -93,7 +93,7 @@ class FindReplaceBar : public HBoxContainer {
void _update_results_count();
void _update_matches_label();
void _show_search();
void _show_search(bool p_focus_replace = false, bool p_show_only = false);
void _hide_bar();
void _editor_text_changed();
@@ -125,7 +125,7 @@ public:
void set_text_edit(TextEdit *p_text_edit);
void popup_search();
void popup_search(bool p_show_only = false);
void popup_replace();
bool search_current();