Skip to content

Completer scrolling

Joe Donofry requested to merge completer_scrolling into master

The current completers only show 7 items ever, which can make discovery somewhat difficult unless you happen to know exactly what you're looking for. This change updates the total number of items in the completer at any one time to 30, with the visual number still around 7. The completer can now be scrolled via arrow keys / mouse / touch screen.

Merge request reports