editor: Add sticky scroll (#42242)
Closes #5344 https://github.com/user-attachments/assets/37ec58b0-7cf6-4eea-9b34-dccf03d3526b Release Notes: - Added a setting to stick scopes to the top of the editor --------- Co-authored-by: KyleBarton <kjb@initialcapacity.io> Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
co-authored by
KyleBarton
Conrad Irwin
parent
d896af2f15
commit
aa6270e658
@@ -218,6 +218,10 @@ TBD: Centered layout related settings
|
||||
"active_line_width": 1, // Width of active guide in pixels [1-10]
|
||||
"coloring": "fixed", // disabled, fixed, indent_aware
|
||||
"background_coloring": "disabled" // disabled, indent_aware
|
||||
},
|
||||
|
||||
"sticky_scroll": {
|
||||
"enabled": false // Whether to stick scopes to the top of the editor. Disabled by default.
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user