-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Usability? How to refocus current node in tree after "Collapse All" #3805
Comments
@mindpilot Do you have an opinion on this? |
or as-well @Devclaim ? ;) |
@laurahaenel and me discussed this feature on friday as well. This would not just be a good idea if an editor collapsed everthing but also, wenn they did this manually for a deep subtree folder they are currently located at. |
Hi @mhsdesign , having a button "show in page in document tree" which opens and highlights the current page, would be quite handy. What I'm still missing is the permanent storage of manually collapsed menu items over time. Editors on large sites very often are working on a limited set of pages all the time. For thus having the same tree state upon the next session would be helpful. |
I like the Idea and will look into it |
#3756 introduced a new collapse button in the document tree:
but after collapsing its unclear how to find the current node again in the tree.
For that to achieve i have to reload the tree but i think we are missing a more dedicated feature for that.
PHPStorm for example faces a similar problem and thus offers a target button to highlight the current file again:
I think we should consider such option as well
The text was updated successfully, but these errors were encountered: