-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
cherrypick:2.0Requires cherry-pick to Orchestrator 2.0Requires cherry-pick to Orchestrator 2.0kind/enhancementNew feature or requestNew feature or request
Milestone
Description
Description
A developer should be able to search for an Orchestration by its filename, much like an unnamed GDScript class and to view its associated documentation like other script languages, i.e.:
Implementation ideas
This requires four changes:
OScriptLanguage::get_type()should returnOScript::get_class_static()rather thanOrchestrator.- The language's icon should be registered with
OScript::get_class_static()inplugin.cpp. OScriptLanguage::_supports_documentation()should returntrue.OScript::_get_documentation()should return the documentation metadata.
Metadata
Metadata
Assignees
Labels
cherrypick:2.0Requires cherry-pick to Orchestrator 2.0Requires cherry-pick to Orchestrator 2.0kind/enhancementNew feature or requestNew feature or request
