-
-
Notifications
You must be signed in to change notification settings - Fork 217
Add "Direct references only" option to graph control #895
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
Add "Direct references only" option to graph control #895
Conversation
The size of the target graph is often so large that related nodes aren't visible within the viewport. This change adds a checkbox to the toolbar that causes nodes that aren't directly referenced from the selected node. Clicking on one of those nodes will refocus the graph around that node, adding any newly needed nodes and hiding any no longer directly referenced.
KirillOsenkov
left a comment
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.
This is amazing!!
Now do the cones (closure of all referenced and closure of all referencing) :)
Great idea. Any idea or preference on how to present that in the UI? |
|
maybe another checkbox ("show transitive closure only") or something |
|
Ok, so one checkbox to support both directions (one option for both cones rather than two options for separate cones). Will give it a crack. |
The size of the target graph is often so large that related nodes aren't visible within the viewport.
This change adds a checkbox to the toolbar that causes nodes that aren't directly referenced from the selected node. Clicking on one of those nodes will refocus the graph around that node, adding any newly needed nodes and hiding any no longer directly referenced.
Screencast (includes command from #894, though that's not in this PR):