Refactors the Editor's scrolling implementation to be pixel-based instead of line-based. This provides smoother and more granular scrolling, which works more consistently across different input devices (like trackpads). - The `Action::Scroll` variant now takes `pixels: f32`. - The `Editor` now processes scroll actions using pixel values directly. - Examples have been updated to reflect the new scrolling behavior. |
||
|---|---|---|
| .. | ||
| editor | ||
| editor-test | ||
| multiview | ||
| rich-text | ||
| terminal | ||