Skip to content

Resolve "Feature Request: switchByScrolling"

Ghost User requested to merge (removed):22-tab-scrolling into main

Closes #22 (closed)

Peek_2019-07-04_11-33

However, this is not working as expected as soon as you start reordering tabs in the sidebar (reordered tabs are skipped or switched through in a confusing way, cf video below).

Peek_2019-07-04_11-37

I think there is some state leaking with tab reordering that becomes apparent here, or maybe it's linked to the way I mark a tab as active. Let me know if you have an idea!

@HAMiDY25 it's not strictly speaking identical to the Tabbox scrolling behaviour. This trigger on ctrl+mousewheel and not mousewheel only, to avoid interfering with regular scrolling in the sidebar. Also, we're looping when reaching the top or end, which I find really useful when you're at the bottom and want to reach your pinned tabs. It also aligns with the ctrl+pageup and ctrl+pagedown behaviour. Of course this can be changed :)

Edited by ariasuni

Merge request reports