Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document sub plugins #9873

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

HolonProduction
Copy link
Member

godotengine/godot-proposals#3782 and godotengine/godot-proposals#10556 ask for a way to add sub plugins, which as it turns out is already possible. With this PR it is also a documented feature.

I also made some other small changes:

  • fixed Adding autoloads from custom plugin: example in the doc is bad practice #9571
  • moved the "Going beyond" section to the very end, adding autoloads is a very basic thing to do in a plugin and shouldn't be placed after it. One could argue that sub-plugins should be placed behind it, but the section feels more like a closing to the whole page. (The complete plugin section might need a little restructuring at some point though, we have installing plugins then multiple pages named as "making ... plugins" and then some named just as "... plugins" which also talk about making plugins, so they should either be renamed, or "making plugins" should become a collection of pages with everything related to making plugins below it.)
  • Upgraded "A custom panel" to a real heading, since it isn't a subsection of "A custom node"

tutorials/plugins/editor/making_plugins.rst Outdated Show resolved Hide resolved
tutorials/plugins/editor/making_plugins.rst Outdated Show resolved Hide resolved
tutorials/plugins/editor/making_plugins.rst Outdated Show resolved Hide resolved
@mhilbrunner mhilbrunner merged commit 723a9a3 into godotengine:master Nov 17, 2024
1 check passed
@mhilbrunner
Copy link
Member

Thank you! Merged. Oof, this took a bit, sorry :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement topic:plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding autoloads from custom plugin: example in the doc is bad practice
3 participants