helix icon indicating copy to clipboard operation
helix copied to clipboard

Popup scrollbar

Open Manosmer opened this issue 2 years ago • 1 comments

Closes #1248 by implementing a scrollbar as the required hint. As mentioned by @the-mikedavis in #4364. This is a simple copy of the scrollbar functionality from Menu. The scrollbar is enabled by default and Popup::with_scrollbar() can be used to toggle it on/off.

Manosmer avatar Oct 24 '22 17:10 Manosmer

Worth mentioning: I found a bug when the popup carries a SignatureHelp. In cases where the viewport is small enough, the Popup renders outside of it and scrolling cannot proceed all the way down.

Manosmer avatar Oct 24 '22 17:10 Manosmer