-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: enum type custom property & select property name #3158
Comments
@finscn I've moved your issue to the Tiled repository. Please don't open feature requests for Tiled on the
Is this request covered by issue #1211? This feature has recently been implemented and will be released with Tiled 1.8.
I can see the convenience here, but I'm unsure about scanning the entire asset for previously used property names. It could be done only once and a list of "seen" names could be cached somewhere for auto-completion purposes. Personally I'm more in favour of adding the option to pre-define custom properties, such that manually adding them is in most cases not necessary.
Can you elaborate on this request? |
e.g. |
Ah, I thought you were talking about something else there. Then I think your request is entirely covered by #1211 and already implemented, so I'll close this issue. |
In #1211 the enum properties has been bind to a type . |
I'm sorry, what do you mean with standalone? For an enum property, you need to define somewhere the possible values of this enum. This is stored in the project file. |
I hope there is a new type : enum.
User could select value.
And when create a new property, user cloud select a existing property name in current file.
And I also hope supply a feature like
Type
for Custom Property , User can export custom-property define to a json file.The text was updated successfully, but these errors were encountered: