Skip to content
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

"Remove From Project" should respect selection #22454

Closed
1 task done
pepyakin opened this issue Dec 27, 2024 · 2 comments · Fixed by #22455
Closed
1 task done

"Remove From Project" should respect selection #22454

pepyakin opened this issue Dec 27, 2024 · 2 comments · Fixed by #22455
Labels
enhancement [core label] project panel Feedback for files tree view

Comments

@pepyakin
Copy link
Contributor

Check for existing issues

  • Completed

Describe the feature

When I click on a directory path in a console it conveniently is added to the sidebar with the files. When I do it a few times I accumulate multiple opened directories.

Now suppose I want to remove them. I select them all in the file tree bar and click "Remove from Project". What happens is that only one of the directories, the selected one, is removed as opposed to all the selected ones.

Zed Version and System Specs

01883a4

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@pepyakin pepyakin added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Dec 27, 2024
pepyakin added a commit to pepyakin/zed that referenced this issue Dec 27, 2024
This makes the `RemoveFromProject` action to remove all
marked entries in the project panel instead of just
the selected one.

Fixes zed-industries#22454
@AlexJuca
Copy link

@pepyakin Can you show us your Zed Version and System Specs?

@pepyakin
Copy link
Contributor Author

pepyakin commented Jan 2, 2025

Hello, zed is of v0.166.x stable version. I am running macOS 15.

@JosephTLyons JosephTLyons added project panel Feedback for files tree view and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jan 2, 2025
pepyakin added a commit to pepyakin/zed that referenced this issue Jan 7, 2025
This makes the `RemoveFromProject` action to remove all
marked entries in the project panel instead of just
the selected one.

Fixes zed-industries#22454
pepyakin added a commit to pepyakin/zed that referenced this issue Jan 7, 2025
This makes the `RemoveFromProject` action to remove all
marked entries in the project panel instead of just
the selected one.

Fixes zed-industries#22454
github-merge-queue bot pushed a commit that referenced this issue Jan 7, 2025
This makes the `RemoveFromProject` action to remove all marked entries
in the project panel instead of just the selected one.

Closes #22454

Release Notes:

- Improved the `RemoveFromProject` action to remove all selected items.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] project panel Feedback for files tree view
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants