-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
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
Request to add GUI variable picker when editing events #6941
Comments
Your submission title doesn't quite match your post. You can still set something to the value of a variable. It is just not an expression anymore so it doesn't show up in the expression builder. As you mentioned it expects you to know your variables and just type the name. Do you mean to request a GUI variable picker? If so I can update the title of the post |
Yes that's what I mean! You're right, the option exists in the form of typing it, but in my head I saw it as adding the option to the expression builder of actions :D you can update title for clarity. You know, even sillier is the fact that the variables STILL show up in the variable expressions, if you pretend it to choose it as an "array" to count the number of children... And then I just simply delete the "number of children" part but keep the name of the variable, even inside a parenthesis, it will work. So I think it's silly that we can do things that wrongly but not just select the variable name directly as it used to be. |
Thanks for the clarification, updated the title. For your other comment. Keep in mind the things still listed in the expression builder are actually expressions (array count, number of children, etc, are all still expressions). |
Of course! I am in favor of being able to use the number of variable children, or the first/last number. I'm just baffled I can use that to find the regular variables but no dedicated option for it. |
I know. This sounds like a feature that is as old as time itself, but yet we lost it somehow.
At some point, we lost the option to change the value of something into the value of a variable. Now, we have to remember the variable's name to be able to use its value in this particular menu. I humbly request that we have this option back, as it was much easier to use. My project has a lot of variables, and they're all named and organized in a way that it's when I look at them that I know exactly what it is.
Though typing does give a list, typing implies I already know exactly what I'm looking for, but that's way too challenging.
Thanks!
Old version:
New version:
The text was updated successfully, but these errors were encountered: