summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-10-11 13:59:40 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-10-11 13:59:40 +0200
commitd2a8f4d33dfafc850f90b4659ce0d971c2689ad2 (patch)
treeb5fc7d78b5ec9b92494a65986b6bb73f6d5fcbc8 /editor/code_editor.h
parentf21053d189719dfdec8637513c20fcda9c363ed0 (diff)
parentff0de4e220a1f1758a7d592e433c3e2ed9803775 (diff)
downloadredot-engine-d2a8f4d33dfafc850f90b4659ce0d971c2689ad2.tar.gz
Merge pull request #61776 from Rindbee/fix-code-editor-search
Fix some bugs about search in code editor
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r--editor/code_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h
index c3279e8764..ded7518287 100644
--- a/editor/code_editor.h
+++ b/editor/code_editor.h
@@ -92,7 +92,7 @@ class FindReplaceBar : public HBoxContainer {
bool replace_all_mode = false;
bool preserve_cursor = false;
- void _get_search_from(int &r_line, int &r_col);
+ void _get_search_from(int &r_line, int &r_col, bool p_is_searching_next = false);
void _update_results_count();
void _update_matches_label();