Create New Node Search filter should have an option to display full tree on the selected node #5258
wyattbiker
started this conversation in
Editor
Replies: 1 comment
-
I don't know how 1 would work in practice. Would love to see option 2 implemented though. I'm always annoyed that when I clear the search to show the full tree it deselects the item I had selected. The fact that double clicking items to unfold them closes the window only adds to the frustration. Sometimes I opt for navigating by keyboard, but as you cannot select greyed out items, you cannot unfold those using the keyboard. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a new node, I search to filter in nodes containing a string in the name .E.g text. Many times I want to find out what is around a particular node from the list shown. So I highlighted and then I have to clear the filter and remember the tree to navigate through to find it and see what is around it.
Would be nice to have a button, that just simply shows the complete tree while the cursor highlight remains on that node.
E.g.
Go from this:
to this:
It can be done either one of two ways.
Have a checkbox to display the full tree while keeping the highlighted node in place. Unchecking the checkbox redisplays the filter with node highlighted.
A simple way would be When the search filter is Xed out, show the full tree but keep it on highlighted node (simpler but loss search filter) but I prefer option 1
Beta Was this translation helpful? Give feedback.
All reactions