diff options
author | Gregory Basile <greg.basile@yahoo.com> | 2021-06-16 09:43:34 -0700 |
---|---|---|
committer | Gregory Basile <greg.basile@yahoo.com> | 2021-06-16 09:43:34 -0700 |
commit | 8ab13f8acefef73a0d68560c6866639d9ca0dc80 (patch) | |
tree | 965040833f85bb94c7ae86a514f0b7b1fe39f39f /editor/plugins/asset_library_editor_plugin.h | |
parent | 48fe9c97948f44125e68f3b8f67eaaf032c763bd (diff) |
Documentation search fixes
Updates rich_text_label so that the built-in documentation can be searched
Previously, it would only find the first result and would not select other results
Renames "_entered" functions to "_submitted"
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.h')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.h b/editor/plugins/asset_library_editor_plugin.h index 11eae9e041..c6ca1ecd4f 100644 --- a/editor/plugins/asset_library_editor_plugin.h +++ b/editor/plugins/asset_library_editor_plugin.h @@ -282,7 +282,7 @@ class EditorAssetLibrary : public PanelContainer { void _search(int p_page = 0); void _rerun_search(int p_ignore); void _search_text_changed(const String &p_text = ""); - void _search_text_entered(const String &p_text = ""); + void _search_text_submitted(const String &p_text = ""); void _api_request(const String &p_request, RequestType p_request_type, const String &p_arguments = ""); void _http_request_completed(int p_status, int p_code, const PackedStringArray &headers, const PackedByteArray &p_data); void _http_download_completed(int p_status, int p_code, const PackedStringArray &headers, const PackedByteArray &p_data); |