-
-
Notifications
You must be signed in to change notification settings - Fork 56
Find objects by id #34
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
If you add "Fixes #33" to the pull request message, it will automatically close the issue on merge.
Generally support the idea but have to find some time to properly review it. Please run clang-format (there's a script in And of course, thanks for contributing! :) |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really cool! Just had a few comments. Hope you don't mind my style nit-picking 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful! And thank you so much for the work 😃
* user object id instead of objectName to identify items
I didn't like how you have to set an objectName for every single item you want to control. Added some code to allow finding objects by object id. If an objectName is found, id takes priority over the item id.
Fixes #33