[IDE] horizontal scrolling with schift+mousewheel

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

[IDE] horizontal scrolling with schift+mousewheel

Post 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 ?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post 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...
PB 4.30

Code: Select all

onErrorGoto(?Fred)
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Post 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.
Post Reply