Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Find All within selection has a highlight priority issue #660

Closed
windymilla opened this issue Jan 12, 2025 · 0 comments · Fixed by #661
Closed

Find All within selection has a highlight priority issue #660

windymilla opened this issue Jan 12, 2025 · 0 comments · Fixed by #661
Assignees
Labels
bug Something isn't working

Comments

@windymilla
Copy link
Collaborator

You can't see the orange spotlight showing the found match because the selection has higher priority.

Suggested solution is to clear selection when jumping to a spotlighted match.
Adding
maintext().clear_selection()
at about line 933 in checkers.py (just after it positions the insert cursor) should do it.

@windymilla windymilla added the bug Something isn't working label Jan 12, 2025
@windymilla windymilla self-assigned this Jan 12, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant