简体   繁体   English

无法在Eclipse-Luna中顺利滚动(ubuntu-12.04)

[英]unable to scroll smoothly in eclipse-luna(ubuntu-12.04)

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 ie project explorer,outline etc..).I am using ubuntu-12.04. 我的系统中有月食。使用触摸板的滚动功能无法在单独的编辑器视图中顺利运行(它在其他视图(例如项目资源管理器,大纲等)中也可以正常工作。)我正在使用ubuntu-12.04。

Thanks in advance. 提前致谢。

将Eclipse主题切换为GTK以外的主题(我在Eclipse Neon上尝试了“经典”主题,并且可以观察到平滑滚动)

I have found temporary solution by forcing Eclipse (4.6) to use GTK2. 通过强制Eclipse(4.6)使用GTK2,我找到了临时解决方案。 I've edited file 'eclipse.ini' so the first lines looks like: 我已经编辑了文件“ eclipse.ini”,因此第一行看起来像:
-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

You can also try switching to GTK2 export SWT_GTK3=0; ./eclipse 您也可以尝试切换到GTK2 export SWT_GTK3=0; ./eclipse export SWT_GTK3=0; ./eclipse see this answer export SWT_GTK3=0; ./eclipse看到这个答案

Did you try resetting eclipse? 您是否尝试过重置月食? You have to use another work-space as default one to reset all the settings. 您必须使用另一个工作空间作为默认工作空间来重置所有设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM