Skip to content

Commit 8a103ec

Browse files
authored
add scroll on middle click release notes (#8476)
1 parent 64a28ec commit 8a103ec

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_102.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,23 @@ We really appreciate people trying our new features as soon as they are ready, s
2424

2525
>If you'd like to read release notes for previous VS Code versions, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).
2626
27+
## Editor Experience
28+
29+
### Scroll on Middle Click
30+
31+
**Setting**: `setting(editor.scrollOnMiddleClick:true)`
32+
33+
Scroll the editor by simply clicking, or holding down, your middle mouse button (the scroll wheel) and moving around.
34+
35+
Once enabled, the cursor will change to a panning icon. Moving the mouse up or down will then smoothly scroll the editor in that direction. The scrolling speed is determined by how far you move the mouse from the initial click point. Simply release the middle mouse button or click it again to stop scrolling and return to the standard cursor.
36+
37+
![Screenshot of the editor scrolling when the middle mouse button is clicked.](images/1_102/middle-scroll.png)
38+
39+
**Known Conflicts**
40+
41+
Enabling this feature will interfere with other actions tied to the middle mouse button. For example, if you have column selection (`editor.columnSelection`) enabled, holding down the middle mouse button will select text. Similarly, on Linux, selection clipboard (`editor.selectionClipboard`) will paste content from your clipboard when the middle mouse button is clicked.
42+
43+
To avoid these conflicts, please enable only one of these settings at a time.
44+
2745
<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
28-
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>
46+
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>

0 commit comments

Comments
 (0)