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

Implement proper support for tags #80

Closed
gurkenlabs opened this issue Feb 11, 2018 · 0 comments
Closed

Implement proper support for tags #80

gurkenlabs opened this issue Feb 11, 2018 · 0 comments
Labels
Milestone

Comments

@gurkenlabs
Copy link
Collaborator

gurkenlabs commented Feb 11, 2018

Currently, an Entity in the engine already supports the possibility to provide tags (from code) and the Environment implementation already allows to find entities by a specified tag.

We need to extend the editor, such that it's possible to simply add tags to an IMapObject from the UI. For that, we need to introduce a new MapObjectProperty and implement a custom control (see screenshot).
Also, we need to implement something that makes the MapObjectLoaders aware of the tags and automatically adds them to the entity.
tag-control

Remember to remove the deprecated IEnvrironment.getTriggers(string) method when this implementation is done.

@gurkenlabs gurkenlabs added this to the v0.5.0-beta milestone Feb 11, 2018
gurkenlabs pushed a commit that referenced this issue Feb 18, 2018
Used tags are now sorted alphabetically.

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

No branches or pull requests

1 participant