-
Notifications
You must be signed in to change notification settings - Fork 6
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
Show hidden neighbors #76
Comments
I added this operation to ChiSE as described above. |
This is great! Here are things that we need fix/improve:
|
I made these fixes other than the second one because I have confusion there. In context menu we know which node is on target and we can "Show Hidden Neighbors" of it. However, in the menu we do not have such a target. May it be "Show Hidden Neighbors of Selected" instead of "Show Hidden Neighbors". |
You re right, lets name as you suggested. |
Btw, I just tried show hidden neighbors for SNARE in default map after hiding the middle compartment. It unhides all of what's hidden but I was expecting only "processes of SNARE" (not the "other process" in that compartment). |
I added "Show Hidden Neighbors of Selected" to the View menu right before "Show All". |
We also need to make sure hidden neighbors are initially placed (before incremental layout) near the node (this can wait!). Also need to transfer to the viewer. |
We do this in Newt with the new extension. But is this or should this be exposed down in here? |
Add a new operation (at the very end) to the context menu of nodes (Show Hidden Neighbors) to show its hidden neighbors. So if A has 3 neighbors N1, N2, and N3, and N2 is currently visible but N1 and N3 aren't, and we issue this operation on A, we get N1 and N3 shown (unhidden) along with their incident edges, followed by an incremental layout call (we might need to put neighbors near the node as we unhide them so that incremental layout works better)!
The text was updated successfully, but these errors were encountered: