Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Do side-scrolling mouse wheels not work in Eclipse?
Do side-scrolling mouse wheels not work in Eclipse? [message #505543] Thu, 31 December 2009 23:07 Go to next message
David M. Karr is currently offline David M. KarrFriend
Messages: 801
Registered: July 2009
Senior Member
I've never paid much attention to this before, but I noticed that my new mouse has a mouse wheel that can "side scroll", scrolling left or right if the mouse wheel is nudged left or right. This appears to work fine in the browser, but I see that it doesn't do anything in the Eclipse editor view (everything else on the mouse works fine). I also noticed that it didn't do anything in a Java desktop app. Is this a known problem with Eclipse or Java desktop apps?
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #505825 is a reply to message #505543] Tue, 05 January 2010 09:49 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
David M. Karr wrote:
> I've never paid much attention to this before, but I noticed that my
> new mouse has a mouse wheel that can "side scroll", scrolling left or
> right if the mouse wheel is nudged left or right. This appears to work
> fine in the browser, but I see that it doesn't do anything in the
> Eclipse editor view (everything else on the mouse works fine).
Which view? This works fine for me in e.g. the Package Explorer or the
textual editors.

Dani
> I also noticed that it didn't do anything in a Java desktop app. Is
> this a known problem with Eclipse or Java desktop apps?
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #505917 is a reply to message #505825] Tue, 05 January 2010 14:53 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Horizontal mouse wheel support was added to swt in the 3.6 stream, so
perhaps an older version is being used that does not have this support?

Grant


"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
news:hhv1v6$kbp$2@build.eclipse.org...
> David M. Karr wrote:
> > I've never paid much attention to this before, but I noticed that my
> > new mouse has a mouse wheel that can "side scroll", scrolling left or
> > right if the mouse wheel is nudged left or right. This appears to work
> > fine in the browser, but I see that it doesn't do anything in the
> > Eclipse editor view (everything else on the mouse works fine).
> Which view? This works fine for me in e.g. the Package Explorer or the
> textual editors.
>
> Dani
> > I also noticed that it didn't do anything in a Java desktop app. Is
> > this a known problem with Eclipse or Java desktop apps?
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #505923 is a reply to message #505917] Tue, 05 January 2010 15:01 Go to previous messageGo to next message
David M. Karr is currently offline David M. KarrFriend
Messages: 801
Registered: July 2009
Senior Member
Ah, that pretty much confirms it, then. I'm using 3.5.1.
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #505930 is a reply to message #505917] Tue, 05 January 2010 15:23 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Grant Gayed wrote:
> Horizontal mouse wheel support was added to swt in the 3.6 stream,
I can use horizontal scrolling even in Eclipse 1.0 (views and textual
editors). Grant I guess you refer to the support in SWT to deal with the
event itself but not with the ability to scroll.

Dani
> so
> perhaps an older version is being used that does not have this support?
>
> Grant
>
>
> "Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
> news:hhv1v6$kbp$2@build.eclipse.org...
>
>> David M. Karr wrote:
>>
>>> I've never paid much attention to this before, but I noticed that my
>>> new mouse has a mouse wheel that can "side scroll", scrolling left or
>>> right if the mouse wheel is nudged left or right. This appears to work
>>> fine in the browser, but I see that it doesn't do anything in the
>>> Eclipse editor view (everything else on the mouse works fine).
>>>
>> Which view? This works fine for me in e.g. the Package Explorer or the
>> textual editors.
>>
>> Dani
>>
>>> I also noticed that it didn't do anything in a Java desktop app. Is
>>> this a known problem with Eclipse or Java desktop apps?
>>>
>
>
>
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #506260 is a reply to message #505930] Wed, 06 January 2010 17:20 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Trying further, it looks like this can vary according to your setup. I
plugged my Mac's mouse into my Vista machine, and horizontal scrolling works
there in Notepad, but does not work in eclipse or stand-alone IE. So I
think I have a case that's similar to the original question. However its
failure to work in IE makes me think that it's a problem in the OS (eg.-
mouse driver needed? mouse configuration needed?). Native widgets should
just work if the OS support is working properly. I would suggest seeing if
horizontal scrollwheel support works in other apps on your machine (eg- IE,
others...), and if not then investigate if something mouse-related is not
set up right in the OS.

When I mentioned horizontal scrollwheel support in 3.6 I was mistakenly
thinking that StyledText was responding to MouseWheel events, but I now see
that it's just listening to the scrollbars, and when horizontal scrolling is
working the OS scrolls the scrollbar and the StyledText is notified. So
this case should also work in eclipse versions older than the 3.6 stream if
the OS support is working properly.

Grant


"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
news:hhvlik$co7$1@build.eclipse.org...
> Grant Gayed wrote:
> > Horizontal mouse wheel support was added to swt in the 3.6 stream,
> I can use horizontal scrolling even in Eclipse 1.0 (views and textual
> editors). Grant I guess you refer to the support in SWT to deal with the
> event itself but not with the ability to scroll.
>
> Dani
> > so
> > perhaps an older version is being used that does not have this support?
> >
> > Grant
> >
> >
> > "Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
> > news:hhv1v6$kbp$2@build.eclipse.org...
> >
> >> David M. Karr wrote:
> >>
> >>> I've never paid much attention to this before, but I noticed that my
> >>> new mouse has a mouse wheel that can "side scroll", scrolling left or
> >>> right if the mouse wheel is nudged left or right. This appears to work
> >>> fine in the browser, but I see that it doesn't do anything in the
> >>> Eclipse editor view (everything else on the mouse works fine).
> >>>
> >> Which view? This works fine for me in e.g. the Package Explorer or the
> >> textual editors.
> >>
> >> Dani
> >>
> >>> I also noticed that it didn't do anything in a Java desktop app. Is
> >>> this a known problem with Eclipse or Java desktop apps?
> >>>
> >
> >
> >
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #506266 is a reply to message #506260] Wed, 06 January 2010 17:50 Go to previous message
David M. Karr is currently offline David M. KarrFriend
Messages: 801
Registered: July 2009
Senior Member
When I said "This appears to work fine in the browser", that meant I tried it in Firefox, and it works fine. I just tried it in Notepad, and it works there also. it doesn''t work in Eclipse, and it doesn't work in a Java 6 desktop app (SQuirreL).
Re: Do side-scrolling mouse wheels not work in Eclipse? [message #506288 is a reply to message #506266] Wed, 06 January 2010 14:16 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
I've logged https://bugs.eclipse.org/bugs/show_bug.cgi?id=298978 to
investigate this further.

Grant


"David M. Karr" <davidmichaelkarr@gmail.com> wrote in message
news:hi2igb$fgu$1@build.eclipse.org...
> When I said "This appears to work fine in the browser", that meant I tried
it in Firefox, and it works fine. I just tried it in Notepad, and it works
there also. it doesn''t work in Eclipse, and it doesn't work in a Java 6
desktop app (SQuirreL).
Previous Topic:Install handler questions
Next Topic:Defnitions for menu actions in "Project" menu
Goto Forum:
  


Current Time: Sat Apr 20 02:28:54 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top