-
-
Notifications
You must be signed in to change notification settings - Fork 115
Add close all folders except this context item #665
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
Conversation
cassidyjames
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.
Does this conflict with #657? It's a little different, but these two PRs should probably consider one another in their implementation. Also, small copy suggestion.
# Conflicts fixed in: # src/FolderManager/ProjectFolderItem.vala
|
I have fixed the conflict with master and updated text according to Cassidy's recommendation. I think this option is OK here. Anywhere else it is not certain what "This folder" is. |
cassidyjames
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.
Nice! Minor critique: the item should probably be marked as insensitive when it won't do anything, i.e. when only one folder is open.
Adds a context menu item to projects in the sidebar that allows you to close all folders except the one that was right clicked on.
Useful for when you're tidying up your open projects but want to keep the one you're currently working on.