You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: