Page 1 of 1

[IDE] horizontal scrolling with schift+mousewheel

Posted: Mon Oct 22, 2007 7:58 pm
by #NULL
8) just an idea:
shift+mousewheel could be used to scroll horizontal in the PB-IDE.
or is there already another way than to use the scrollbar? something like
vertical scrolling with cntrl+up/down, but for horizontal ?

Posted: Mon Oct 22, 2007 10:12 pm
by AND51
> cntrl+up/down
Nope, this is reserved for changing font-size on-the-fly.

> shift+mousewheel
Yes, this would be more interesting.

My idea:
Clicking middle mouse button should give the opportunity to scroll in all directions, not just up and down...

Posted: Mon Oct 22, 2007 10:36 pm
by #NULL
i actually meant the cntrl+up/down for the cursor keys as is already works, no mouse. it was just to show what i mean, and to ask if there's already a way like this but for horizontal scrolling (left/right).

your idea with the middle mousebutton is good too. i used the all-direction-scrolling with middle mousebutton once in a program i wrote and it's indeed a very nice handling in general, but i think the shift+mousewheel would be much easier to implement.