mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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"
This commit is contained in:
parent
48fe9c9794
commit
8ab13f8ace
50 changed files with 223 additions and 137 deletions
|
@ -105,7 +105,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
|||
void _path_hbox_sorted();
|
||||
bool _can_be_built_in();
|
||||
void _path_changed(const String &p_path = String());
|
||||
void _path_entered(const String &p_path = String());
|
||||
void _path_submitted(const String &p_path = String());
|
||||
void _lang_changed(int l = 0);
|
||||
void _built_in_pressed();
|
||||
bool _validate_parent(const String &p_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue