mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add option to open online doc for selected native class in script editor
This commit is contained in:
parent
1d47561319
commit
cafa64cd27
2 changed files with 41 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue