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
When selecting text in emacs by holding the SHIFT key and moving my cursor around with the ARROW keys, if I step on a word highlighted by flycheck, it will open the popup with the error message, clearing my selection at the same time.
This is particularly infuriating when trying to fix errors reported by flycheck when refactoring code, since selecting the offending piece of code, usually results in stepping on a flycheck error which clears the whole thing.
Steps to reproduce the behavior:
Open some file with flycheck errors
Position your cursor before an error
Hold SHIFT and move your cursor over the error, trying to select the area from before the error, to after the error.
Observe the selection being cut in the middle when the cursor was on the flycheck error.
I would expect that, when selecting code, the popup should not open, or if it must, it should not clear the selection.
The text was updated successfully, but these errors were encountered:
Moving the cursor over a flycheck-highlighted error will display the
error message in a popup. Displaying that popup could clear the active
selection (#7242), which is disruptive. This only affected non-Evil
users and users not using the module's +childframe flag, but should no
longer affect anyone after this commit.
Fix: #7242
Ref: flycheck/flycheck-popup-tip#14
peterhoeg
pushed a commit
to peterhoeg/doomemacs
that referenced
this issue
Apr 8, 2024
Moving the cursor over a flycheck-highlighted error will display the
error message in a popup. Displaying that popup could clear the active
selection (doomemacs#7242), which is disruptive. This only affected non-Evil
users and users not using the module's +childframe flag, but should no
longer affect anyone after this commit.
Fix: doomemacs#7242
Ref: flycheck/flycheck-popup-tip#14
When selecting text in emacs by holding the SHIFT key and moving my cursor around with the ARROW keys, if I step on a word highlighted by flycheck, it will open the popup with the error message, clearing my selection at the same time.
This is particularly infuriating when trying to fix errors reported by flycheck when refactoring code, since selecting the offending piece of code, usually results in stepping on a flycheck error which clears the whole thing.
Steps to reproduce the behavior:
I would expect that, when selecting code, the popup should not open, or if it must, it should not clear the selection.
The text was updated successfully, but these errors were encountered: