-
Notifications
You must be signed in to change notification settings - Fork 7
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
Integration of new component visualization options #168
Conversation
- when selecting a Molecule Type Trait, the Extra submenu now comports a "See component implementations" option which is used to visualize the implementations of the selected Type - when selecting a Molecule interface, the Extra submenu now comports a "See component users" option which is used to visualize which Type require and/or offer the selected interface (a drop-down list is used to change the boolean operator used between lists) Right-clicking a Type on the latter option shows the first option so that they can be chained together. Each element can be double-clicked to be browsed (opens a System Browser on the selected class). Each list can also be filtered.
…AndSeeComponentUsers Adds two new visualization options to Molecule
… with the other 2 options
…AndSeeComponentUsers
@Eliott-Guevel I found a problem in this panel: From the state of the screenshot (two selected elements): |
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.
See my bug report in PR comment.
see #172 for a fix |
…AndSeeComponentUsers Integration of 2 new visualization options
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.
@Eliott-Guevel, thanks. I wrote some comments and resquest changes.
…ell as their test classes)
…AndSeeComponentUsers Suffixed (test) classes with Presenter
Hi @Eliott-Guevel why this PR is not yet merged? |
Hi @Eliott-Guevel, the PR #177 is now merged. This PR contains new components start/stop announcement system. You can test your dev with it. Some tests for P12 are not passing, please check that (ignore P13 tests). Thanks! |
There are no problems with my interfaces using the new main branch with #177 merged. However, I don't understand why some of |
I have no problem using the visualization option (which isn't currently intergrated to Molecule) with #177, it could be merged in the near future |
No description provided.