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

Allow filtering which types to include in CollectionEditor #1498

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

glopesdev
Copy link
Member

The CollectionEditor provides a default automatic way of looking for derived types based on XmlIncludeAttribute annotations. This PR makes this automatic search more flexible by allowing types to be filtered by visibility using the DesignTimeVisibleAttribute. Types marked with the Visible property set to false will not be included in the list of new item types.

@glopesdev glopesdev added the feature New planned feature label Jul 27, 2023
@glopesdev glopesdev added this to the 2.8 milestone Jul 27, 2023
@glopesdev glopesdev changed the title Improved flexibility on which types to include in CollectionEditor Allow filtering which types to include in CollectionEditor Jul 27, 2023
@glopesdev glopesdev merged commit 49473ce into bonsai-rx:main Jul 27, 2023
2 checks passed
@glopesdev glopesdev deleted the collectioneditor branch July 27, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant