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

When you delete search result, cursor disapears #725

Closed
majkinetor opened this issue Aug 9, 2022 · 4 comments
Closed

When you delete search result, cursor disapears #725

majkinetor opened this issue Aug 9, 2022 · 4 comments
Labels

Comments

@majkinetor
Copy link
Contributor

You can use cursor to iterate over search results. Right and left arrow open close file and DELETE within file or on file node itself deletes it from the search results. However, when you do this, cursor is lost and you can't continue. Some other GUI field becomes focused and you need to use mouse to click on search results again to continue.

This should be trivial fix and would allow keyboard centric usage.

@doug24 doug24 added the bug label Aug 10, 2022
@doug24
Copy link
Contributor

doug24 commented Aug 10, 2022

I agree it should work as you describe. But it's not trivial - it is more than just setting the focus back to the results tree. The delete will remove all the selected items, so the code will have to select the 'next' item in the list, probably the first remaining item after what was the first deleted item

@doug24
Copy link
Contributor

doug24 commented Aug 10, 2022

And thank-you for maintaining the Chocolatey package all these years!

@doug24
Copy link
Contributor

doug24 commented Aug 20, 2022

Fixed in release v3.0.136

@majkinetor
Copy link
Contributor Author

Awesome, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants