Open alazifk opened 2 years ago
Your Godot version: 4.0 Alpha 13 Issue description: can_handle_object and parse_property are now private. _parse_property signature has changed.
can_handle_object
parse_property
_parse_property
URL to the documentation page: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin
[If you know how to fix the issue you are reporting please consider opening a pull request. We provide a tutorial on using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html, writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html ](https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin)
This bugged me and my other dev friend a lot. Here's the image below of new _parse_property type hints:
Your Godot version: 4.0 Alpha 13 Issue description:
can_handle_object
andparse_property
are now private._parse_property
signature has changed.URL to the documentation page: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin
[If you know how to fix the issue you are reporting please consider opening a pull request. We provide a tutorial on using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html, writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html ](https://docs.godotengine.org/en/latest/tutorials/plugins/editor/inspector_plugins.html?highlight=inspector%20plugin)