简体   繁体   English

升级到ubuntu 14.04后,Eclipse上没有自动完成

[英]no auto completion on Eclipse after upgrade to ubuntu 14.04

Eclipse (both Juno and Kepler) started crashing after the Ubuntu upgrade from 13.10 to 14.04. 在Ubuntu从13.10升级到14.04之后,Eclipse(Juno和Kepler)开始崩溃。 They're not crashing after adding: 添加后,它们不会崩溃:

org.eclipse.swt.browser.DefaultType=mozilla

to configuration/config.ini configuration/config.ini

(from https://askubuntu.com/questions/457506 ) (来自https://askubuntu.com/questions/457506

But now the auto-completion has gone. 但现在自动完成已经消失。 I updated to java 8, added org.eclipse.swt.browser.XULRunnerPath=/usr/bin/xulrunner to configuration/config.ini , using both xulrunner 20 and 29. To no avail. 我更新到java 8,使用xulrunner 20和29将org.eclipse.swt.browser.XULRunnerPath = / usr / bin / xulrunner添加到configuration/config.ini 。无济于事。 (from https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776 ) (来自https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776

Even a re-install of Kepler doesn't fix the issue. 即使重新安装Kepler也无法解决问题。

What can I do to make it work? 我能做些什么才能让它发挥作用?

I'm running Kepler and Aptana Studio in Ubuntu 14.04 64 without any issues. 我在Ubuntu 14.04 64中运行Kepler和Aptana Studio没有任何问题。 I'm using the Oracle 1.7 JDK/JRE, which I installed manually. 我正在使用我手动安装的Oracle 1.7 JDK / JRE。 That includes creating links to java, javaws in /usr/local/bin. 这包括在/ usr / local / bin中创建指向java,javaws的链接。 Other than that, I haven't tweaked anything I can think of. 除此之外,我没有调整任何我能想到的东西。 I hope that helps; 我希望有所帮助; telling you it works for me isn't much help... 告诉你这对我有用并没有多大帮助......

Solved it. 解决了它。 It turns out that the content assist was there all along (it's working when selected from the context menu). 事实证明,内容辅助一直存在(当从上下文菜单中选择时它正在工作)。 But CTRL+space was highjacked by the input method (IBus). 但是CTRL +空间被输入法(IBus)劫持了。 I've deleted the key in the input method and got the content assist back straight away. 我已经删除了输入法中的键,并立即获得了内容辅助。

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

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