-
Notifications
You must be signed in to change notification settings - Fork 10
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
Custom Enumerated Property definition #16
Comments
By importing the private category
and adding to ISSPropertyRegistery
I was able to add an enumerated type to support a custom view
|
Fixed in 0162ed5 - exposed full interface of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While it is easy to support custom string properties by way of registerCustomProperty, it seems less clear how to support custom properties with enumerated types - as the implementation to create these is private and the the returned ISSPropertyDefinition consists of readonly fields. should these be promoted to a public interface? Should registerCustomProperty have a implementation that accepts a ISSPropertyDescription?
The text was updated successfully, but these errors were encountered: