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
If I click within the 'surrounding lines' region the editor scrolls begins scrolling unexpectedly. It thinks I'm trying to select text and everytime it moves the cursor within the desired range it selects some more text, moves, the cursor to the end of the selection, and repeats the process.
I can't click in the 'surrounding lines' region without highlighting several lines of text and scrolling further than I intended.
Expected:
When clicking within the 'surrounding lines' region it should not be treated as a selection event unless I drag my mouse while the left button is down.
When selecting text with the mouse the editor.cursorSurroundingLines should not be active. Let selection go to the edge of the screen. Then when the mouse button is released do the extra scrolling based on this setting. Selecting text with the keyboard does not need to be changed.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
If I click within the 'surrounding lines' region the editor scrolls begins scrolling unexpectedly. It thinks I'm trying to select text and everytime it moves the cursor within the desired range it selects some more text, moves, the cursor to the end of the selection, and repeats the process.
I can't click in the 'surrounding lines' region without highlighting several lines of text and scrolling further than I intended.
Expected:
When clicking within the 'surrounding lines' region it should not be treated as a selection event unless I drag my mouse while the left button is down.
When selecting text with the mouse the
editor.cursorSurroundingLines
should not be active. Let selection go to the edge of the screen. Then when the mouse button is released do the extra scrolling based on this setting. Selecting text with the keyboard does not need to be changed.The text was updated successfully, but these errors were encountered: