mapeditor/tiled

Do you want to work on this issue?

You can request for a bounty in order to promote it!

Custom Type Search/Filter #3934

natebot13 posted onGitHub

The number of Custom Types in my project is getting a quite large. When adding a property to an object, the interface for picking the property to add is a simple dropdown and a text field for naming it. The dropdown is in alphabetical order, which does help a bit, but it would be nice if I could search/filter these properties by name.

Describe the solution you'd like Ideally, a bit more UI in the "Add Property" dialogue would be great. Something like a scroll box instead of a dropdown, with a search field at the top to filter what I'm looking for.

Describe alternatives you've considered I don't think there are any alternatives to this at the moment. Maybe I could make my own plugin that has the UI I'm looking for, but I haven't looked into if that's possible.


If you start typing with the dropdown in focus, it will select the first match. This is standard dropdown behaviour, and works similarly to that in the class field on objects.

If there is to be a search/filter option in addition to that (perhaps one that can match substrings in the middle of the name?), then I think it should be available for the object class field and in the custom types editor as well.

posted by eishiya about 1 year ago

Ah, typing the name of the property with the dropdown selected helps a little. It still would be nice to have a filter text box so it can do a more fuzzy filter/search from anywhere within the property name, in case I don't remember exactly how I named a property.

posted by natebot13 about 1 year ago

Fund this Issue

$0.00
Funded
Only logged in users can fund an issue

Pull requests