Patch for scrolling across the treeview with ALT+mouse wheel

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Patch for scrolling across the treeview with ALT+mouse wheel

Post by ajs »

Patch for scrolling across the treeview with ALT+mouse wheel

Using ALT+mouse wheel (on listview or treeview) allows to navigate the treeview up and down without the need to move the mouse on the treeview. The quicker the wheel scroll, the farther the navigated folder will be from the current selected item (useful trick to skip over a DVD drive, which otherwise would introduce some delay for the detection of a DVD)

Patch against commit 195
Attachments
patch_56__v195.7z
(1.33 KiB) Downloaded 604 times
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Re: Patch for scrolling across the treeview with ALT+mouse wheel

Post by ajs »

This patch extends the functionality of previous patch 56, allowing to expand/collapse a treeview node using the middle button(Mouse wheel) when navigating the treeview using ALT+Mouse wheel.
So it is now possible to FULLY navigate the treeview using ALT+Mouse Wheel when the mouse cursor in on the listview, without the need to move to the treeview itself.

The patch is against commit 195 + patch 56 + patch 41 (needed for the ToggleSelectedNode function)
Attachments
patch_60__v195.p41.p56.7z
(668 Bytes) Downloaded 567 times
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch for scrolling across the treeview with ALT+mouse wheel

Post by David Erceg »

Rejected.
Post Reply