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

Allow multi-select and delete for stashes #3102

Closed
jcready opened this issue Jan 12, 2024 · 4 comments
Closed

Allow multi-select and delete for stashes #3102

jcready opened this issue Jan 12, 2024 · 4 comments
Assignees
Labels
feature New feature or request verified ✔ Verified
Milestone

Comments

@jcready
Copy link

jcready commented Jan 12, 2024

I have hundreds of stashes (don't @ me) which I'd like to selectively delete/drop. It would be super helpful if I could do something like "Select All" (click on first then shift click on last, or some other method), then be able to deselect ones I didn't want to delete/drop (control click, or some other method), and then finally be able to right-click and "Drop Stashes...".

@jcready jcready added feature New feature or request triage Needs to be looked at labels Jan 12, 2024
@eamodio eamodio removed the triage Needs to be looked at label Jan 15, 2024
@eamodio eamodio added this to the Backlog milestone Jan 15, 2024
@eamodio
Copy link
Member

eamodio commented Jan 15, 2024

For now, while its very experimental, if you are running the pre-release version of GitLens, you can set "gitlens.views.experimental.multiSelect.enabled": true, in your settings (and after a restart) you can multi-select in most GitLens views.

For most commands it currently just executes them in a loop, except for cherry-pick

@eamodio eamodio modified the milestones: Backlog, 14.7 Jan 15, 2024
@eamodio eamodio added pending-release Resolved but not yet released to the stable edition needs-verification Request for verification labels Jan 15, 2024
@eamodio eamodio self-assigned this Jan 15, 2024
@eamodio
Copy link
Member

eamodio commented Jan 15, 2024

I've improved things so that you can now multiselect directly from the drop stash quickpick menus, and it provides a better experience when "gitlens.views.experimental.multiSelect.enabled": true is set.

image
image

Can you please verify this fix in tomorrow's (v2024.01.16xx) pre-release edition of GitLens? Thank you so much!

You can switch to the pre-release edition of GitLens, by clicking on the "Switch to Pre-Release version of this extension" from the Extensions view.

image

@axosoft-ramint
Copy link
Contributor

Verified on the current pre-release.

@axosoft-ramint axosoft-ramint added verified ✔ Verified and removed needs-verification Request for verification pending-release Resolved but not yet released to the stable edition labels Jan 17, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request verified ✔ Verified
Projects
None yet
Development

No branches or pull requests

4 participants
@jcready @eamodio @axosoft-ramint and others