From: Bram Moolenaar <B...@Moolenaar.net>
Date: Wed, 21 Jul 2010 21:36:01 +0200
Local: Wed, Jul 21 2010 3:36 pm
Subject: Re: Patch to support horizontal mouse wheel
Björn wrote: It looks fairly good. It's a bit big to include at the last moment, > >> Ok, here is the updated patch. I've renamed the keys as follows: > >> <ScrollWheelUp> > >> These all scroll the _window_ in the direction indicated. So if I > > Looks good to me. With the Ctrl+scrollwheel changes, I was able to test > > The only thing I might change would be the symmetry of using 3 for the > I increased the default number of lines to scroll to 6 -- any higher > >> It is still possible to use <MouseUp> as a synonym for > > The new list of the default keys seems very cluttered with the tags > Sure, I tried changing it back and it seems a bit more readable that way. > The attached patch contains these minor updates. > Bram: could you indicate if there is any chance this is making it for but we still have some time for testing. Can you change the argument for the direction to use an enum or #defined For style, instead of: if (val < 0) val = 0; use: if (val < 0) gui_find_longest_lnum() is missing a prototype. -- /// Bram Moolenaar -- B...@Moolenaar.net -- http://www.Moolenaar.net \\\ You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||