1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add option to open online doc for selected native class in script editor

This commit is contained in:
Gaktan
2024-04-20 18:16:14 +02:00
parent 1d47561319
commit cafa64cd27
2 changed files with 41 additions and 3 deletions

View File

@@ -450,6 +450,8 @@ class ScriptEditor : public PanelContainer {
void _update_help_overview();
void _help_overview_selected(int p_idx);
void _update_online_doc();
void _find_scripts(Node *p_base, Node *p_current, HashSet<Ref<Script>> &used);
void _tree_changed();