2

我目前正在运行 Lion 的 Macbook Pro 上进行开发,并且遇到了行号(以及该面板上的所有其他功能,包括断点、部分隐藏/扩展等)不随源代码滚动的问题在编辑器中。

我发现了这个提交的错误(https://bugs.eclipse.org/bugs/show_bug.cgi?id=294929),但我需要做些什么来解决这个问题并不清楚。我希望避免重新安装和重新导入我的所有项目和其他插件。

想法?是否是 STS 问题(不确定 Eclipse STS 与哪个版本相关)?

4

2 回答 2

1

Check what version of Eclipse you are running off of. Did you install STS from the installer or the zip? Or did you start with a vanilla eclipse and use the update sites?

This problem happened with Eclipse 3.7.0 and Lion. This was a bug in SWT, but I believe that it is fixed in 3.7.1.

To find the Eclipse version click on : STS -> about STS -> Installation details -> plugins -> org.eclipse.swt.

It should be 3.7.0 or 3.7.1 or 3.7.2. If it is 3.7.0, then you should update to 3.7.2 (released last week).

于 2012-02-26T21:17:11.403 回答
1

为了更清楚地说明这一点,我的“解决方案”是更改显示设置,以便我的第二台显示器是我的主要显示器。

如果有人提出更好的解决方案,我将取消选中并检查新的响应。

于 2012-03-06T20:32:17.713 回答