5

I have eclipse luna in my system.Scrolling function using touchpad is not working smoothly in the editor-view alone(it works properly in other views i.e project explorer,outline etc..).I am using ubuntu-12.04.

Thanks in advance.

greg-449
  • 109,219
  • 232
  • 102
  • 145
user1994
  • 53
  • 5
  • Related to this bug maybe: https://bugs.eclipse.org/bugs/show_bug.cgi?id=434898 (vertical scrolling slow and lagging behind scrollwheel) – MV. Feb 15 '16 at 12:31
  • 1
    The same issue for me in Ubuntu 14.04 with Eclipse Neon. Did you find solution? – beemaster Jul 21 '16 at 09:24
  • 1
    @beemaster check out Sagar Rohankar's answer. it solved it for me on linux mint with eclipse neon. Had horrible slow scrolling and tearing. – Tschallacka Jan 02 '17 at 19:50

4 Answers4

3

Switch Eclipse theme to other than GTK (I tried 'Classic' theme on Eclipse Neon and I can observe the smooth scrolling)

sagarr
  • 1,152
  • 1
  • 9
  • 16
1

I have found temporary solution by forcing Eclipse (4.6) to use GTK2. I've edited file 'eclipse.ini' so the first lines looks like:
-startup plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444 --launcher.GTK_version 2

beemaster
  • 291
  • 1
  • 3
  • 13
1

You can also try switching to GTK2 export SWT_GTK3=0; ./eclipse see this answer

Community
  • 1
  • 1
dyrectex
  • 29
  • 3
0

Did you try resetting eclipse? You have to use another work-space as default one to reset all the settings.