Horizontal scrolling with the scrollwheel in Eclipse -


i've been trying find way scroll text horizontally scrollwheel in eclipse, similar way can in textpad. in textpad if hold ctrl while scroll vertically scroll horizontally. know if there configurable setting somewhere in eclipse allow this? i've looked on "keys" setting page without being able find it, , google/stack overflow searches haven't turned me.

thanks.

i guess depends more on os on eclipse. instance on mac os it's shift + scrolling.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -