Skip to content

Conversation

Jojo-1000
Copy link
Contributor

@Jojo-1000 Jojo-1000 commented Mar 28, 2025

Closes #104519

  • Add missing methods to the gdscript code example was already included in another commit
    I did not change the C# example because I was not sure how exactly it should look. The changed example is tested and works.
  • Clarify which virtual methods are required and which are optional, using the same style as in VisualShaderNodeCustom Use required attribute for required virtual methods

@Jojo-1000 Jojo-1000 requested a review from a team as a code owner March 28, 2025 21:48
@AThousandShips AThousandShips added enhancement documentation cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release labels Mar 29, 2025
@AThousandShips AThousandShips added this to the 4.x milestone Mar 29, 2025
@Mickeon
Copy link
Member

Mickeon commented Jun 17, 2025

I believe this PR, at least in part, is not necessary anymore after #107130 .

However, despite that PR, the required qualifier has not been added to these methods. Odd. It probably needs to be defined in another way.

@Jojo-1000
Copy link
Contributor Author

@Mickeon It is nice to see that there is some progress with a more general solution to this problem. A keyword in the signature is better than these comments. I am going to see if I can add the required keyword to the docs.

@Jojo-1000 Jojo-1000 force-pushed the update-import-plugin-docs branch 2 times, most recently from 70bcb32 to 618f5ee Compare June 25, 2025 20:03
@Jojo-1000 Jojo-1000 force-pushed the update-import-plugin-docs branch from 618f5ee to 98beac0 Compare July 11, 2025 19:29
@Jojo-1000 Jojo-1000 requested a review from a team as a code owner July 11, 2025 19:29
Copy link
Contributor

@Repiteo Repiteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mirrors the implementation of the recently-merged #107989

@Repiteo Repiteo removed the cherrypick:4.4 Considered for cherry-picking into a future 4.4.x release label Sep 19, 2025
@Repiteo Repiteo modified the milestones: 4.x, 4.6 Sep 19, 2025
@Repiteo
Copy link
Contributor

Repiteo commented Sep 19, 2025

Could you squash your commits? See our pull request guidelines for more information

@Jojo-1000 Jojo-1000 force-pushed the update-import-plugin-docs branch from 98beac0 to 71723f7 Compare September 25, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EditorImportPlugin incorrect documentation _get_priority, _get_import_order
4 participants