You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Display a count of matches when searching in the code editor
Fixes #14513
This commit is contained in:
@@ -83,11 +83,13 @@ class FindReplaceBar : public HBoxContainer {
|
||||
|
||||
int result_line;
|
||||
int result_col;
|
||||
int results_count;
|
||||
|
||||
bool replace_all_mode;
|
||||
bool preserve_cursor;
|
||||
|
||||
void _get_search_from(int &r_line, int &r_col);
|
||||
void _update_results_count();
|
||||
|
||||
void _show_search();
|
||||
void _hide_bar();
|
||||
|
||||
Reference in New Issue
Block a user