-
Notifications
You must be signed in to change notification settings - Fork 251
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
exact_highlight_select uses mouse event's coordinates instead of highlight's coordinates #741
Comments
There is an |
Thanks, I hadn't seen that one when looking at the code. That option does not work well when selecting entire words though, as it seems to use the mouse coordinates. I'll fix this sometime this weekend. |
hrdl-github
changed the title
add_highlight always select entire words
exact_highlight_select uses mouse event's coordinates instead of highlight's coordinates
Jun 9, 2023
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't noticed this until now because I usually use
single_click_selects_words 1
. Sometimes this fails, e.g. in equations or occasionally at the end of sentences, and I switch to character selection mode using double click. When adding a highlight the entire word is selected. This also happens when using single clicks andsingle_click_selects_words 0
.The text was updated successfully, but these errors were encountered: