Skip to content
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

Open
jayare5 opened this issue Sep 10, 2024 · 4 comments
Open

Request to add GUI variable picker when editing events #6941

jayare5 opened this issue Sep 10, 2024 · 4 comments

Comments

@jayare5
Copy link

jayare5 commented Sep 10, 2024

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:
image

New version:
image

@Silver-Streak
Copy link
Collaborator

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

@jayare5
Copy link
Author

jayare5 commented Sep 11, 2024

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.

@Silver-Streak Silver-Streak changed the title Option to set something's value to a variable. Request to add GUI variable picker when editing events Sep 11, 2024
@Silver-Streak
Copy link
Collaborator

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).

@jayare5
Copy link
Author

jayare5 commented Sep 11, 2024

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.
Why wouldn't a regular variable be part of an expression?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants