You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment Option open with shift works only in Workspace mode.
It's confusing, especially that it this Option is under Advanced section, and not under Workspace mode.
I've added added same code for th local mode as I think it could be helpful also there to traverse a graph without switching to every file.
Sorry for not replying earlier, I missed this (January was hectic!)
Do I understand correctly that if you click on a node in local mode, this will move towards that node, and if you shift-click, it will expand around it and move?
:)
Let's say we have A->B->C.
In local mode, the initial situation is that you have opened tab with a text view of node A and second tab with its juggl local graph A->B.
Then if you click on B, only the tab with local juggl graph will update to show B->C, leaving the tab with text view of A untouched.
Then, if you click with SHIFT on C then both tabs (text and juggl) will switch to display C - same behaviour as when you have this shift option turned off.
The juggl view bahaviour (traversing and expansions) is no different. Only the text view differs.
This way you could wander the graph without leaving your current node in the editor. The navigation history would also be shorter, boiled down to only shift-selected nodes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
At this moment Option open with shift works only in Workspace mode.
It's confusing, especially that it this Option is under Advanced section, and not under Workspace mode.
I've added added same code for th local mode as I think it could be helpful also there to traverse a graph without switching to every file.