We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Godot version: 3.2, 4.0
Issue description: Anything related to indents and line breaks in GDScript.
The content you are editing has changed. Please copy your edits and refresh the page.
@export_enum
assert()
@warning_ignore
[Ignore]
match
[]
The text was updated successfully, but these errors were encountered:
Any of this irrelevant in the new GDScript?
Sorry, something went wrong.
No idea. @vnen?
I don't know. At one point I'll go through all GDScript issues to see what's fixed but right now I'm not sure.
No branches or pull requests
Godot version:
3.2, 4.0
Issue description:
Anything related to indents and line breaks in GDScript.
Bugs
@export_enum
does not support multiline wrapping using parentheses #58114assert()
containing line breaks results in an syntax error #66535@warning_ignore
when clicikng[Ignore]
link on multi-line expression #80174Proposals
match
condition commas without requiring backslashes at end of each line godot-proposals#2201Pull requests
[]
#54227The text was updated successfully, but these errors were encountered: