mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
Fix lookup symbol in scripts which doesn't open a tab at first attempt
This commit is contained in:
parent
3ffe7004dd
commit
5db47c5521
2 changed files with 20 additions and 9 deletions
|
|
@ -440,6 +440,7 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
void _help_class_open(const String &p_class);
|
||||
void _help_class_goto(const String &p_desc);
|
||||
bool _help_tab_goto(const String &p_name, const String &p_desc);
|
||||
void _update_history_arrows();
|
||||
void _save_history();
|
||||
void _go_to_tab(int p_idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue