Malcolm Anderson
Malcolm Anderson
> The issue is that generating the TPZ must be done after all export templates are built, so we'd need to wait for all the jobs to be completed before...
I like the idea of providing links to the class reference. Additionally, we could use the descriptions already written in the class reference as the short one-line descriptions for the...
I haven't added the short descriptions as placeholders, but I did paste in the warning message strings for each warning 😅 This way, if someone searches the warning message they...
I can certainly change the filenames to use snake case, and replace the instances of `%s` with something more natural. Adding the default warning level also makes sense to me...
I'm opening this PR for review now. My goal is to have at least a first version complete for all pages before merging, so that users don't go to look...
During one of the previous GDScript meetings, we discussed only including a small subset of the GDScript warnings in the initial PR. This way, they'd be easier for others to...
This PR has been updated to only contain warning pages for the six warnings listed above: - GET_NODE_DEFAULT_WITHOUT_ONREADY - INTEGER_DIVISION - RETURN_VALUE_DISCARDED - SHADOWED_VARIABLE - UNASSIGNED_VARIABLE - UNUSED_VARIABLE We can...
I've tried to refine the GET_NODE_DEFAULT_WITHOUT_ONREADY page, bringing it more in line with the other, later-written pages as well as removing unnecessary background information.
Thanks, it looks like that worked! According to VS Code, normally `"insert"` is the default, but for the C and C++ languages, `"replace"` is the default (and what was causing...
Thank you both for the info! It had completely skipped my mind that it was possible to connect to the controllers via USB. I'll keep an eye on that repo,...