Merge pull request #72095 from anvilfolk/gd-docs

Improve GDScript documentation generation & behavior
This commit is contained in:
Yuri Sizov 2023-04-26 16:54:25 +02:00 committed by GitHub
commit 26fb911f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 431 additions and 347 deletions

View file

@ -3316,7 +3316,7 @@ void ScriptEditor::_help_class_open(const String &p_class) {
eh->set_name(p_class);
tab_container->add_child(eh);
_go_to_tab(tab_container->get_tab_count() - 1);
eh->go_to_class(p_class, 0);
eh->go_to_class(p_class);
eh->connect("go_to_help", callable_mp(this, &ScriptEditor::_help_class_goto));
_add_recent_script(p_class);
_sort_list_on_update = true;