You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bb1006b (master branch from today.) I've noticed this since 4.3 dev began.
System information
Windows 10
Issue description
If strong typing is used in a list of parameters in a function definition, variable names past the first will be colored with the same color as the types.
In this screenshot, the coloration of another_argument by the syntax highlighter seems incorrect. In past versions of Godot, another_argument would have been the same color as an_argument.
Steps to reproduce
Create a gdscript function which accepts two or more parameters which are strongly typed.
Tested versions
bb1006b (master branch from today.) I've noticed this since 4.3 dev began.
System information
Windows 10
Issue description
If strong typing is used in a list of parameters in a function definition, variable names past the first will be colored with the same color as the types.
In this screenshot, the coloration of
another_argument
by the syntax highlighter seems incorrect. In past versions of Godot,another_argument
would have been the same color asan_argument
.Steps to reproduce
Create a gdscript function which accepts two or more parameters which are strongly typed.
Minimal reproduction project (MRP)
The text was updated successfully, but these errors were encountered: