Eclipse 3.5.2 中无法折叠注释

发布于 2024-11-08 06:33:50 字数 105 浏览 0 评论 0原文

难道我不应该能够做到这一点吗? Java 首选项中启用了折叠,但注释旁边没有出现 +/- 按钮。我可以折叠导入、类和方法,但不能折叠注释。此外,选中“最初折叠这些元素”中的注释框不会执行任何操作。

Aren't i supposed to be able to do this? Folding is enabled in the Java preferences, but no +/- button appears next to comments. I can fold imports and classes and methods, but not comments. Also, checking the Comments box in "Initially fold these elements" does nothing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

铃予 2024-11-15 06:33:50

这可能是为您没有的插件设置代码折叠的另一个选项的副作用。

请参阅 bug 153449 获取示例(在调用 Mylyn 时编写)聚酯薄膜):

我可以启用和禁用折叠,并且我看到编辑器边距增加/减少
大小为代码折叠标记的出现提供了一个装订线,但是它们
根本不存在。此外,所有菜单选项均可全部展开和折叠
所有这些都在那里并已启用,但它们什么也不做。

实际上,我刚刚在导出的首选项中看到了这一点:

/instance/org.eclipse.jdt.ui/editor_folding_provider=org.eclipse.mylar.java.ui.editor.foldingprovider

而且我没有安装 Mylar。我敢打赌这就是问题所在。我会尽力
摆脱它,看看会发生什么。

It could be a side-effect of another option setting the code folding for a plugin you don't have.

See bug 153449 for an example (written at the time when Mylyn was called Mylar):

I can enable and disable folding, and I see my editor margin increase/decrease
in size providing a gutter for the code folding markers to appear in, but they
simply aren't there. Also, all of the menu options to expand all and collapse
all are there and enabled but they do nothing.

Actually, I just saw this in my exported preferences:

/instance/org.eclipse.jdt.ui/editor_folding_provider=org.eclipse.mylar.java.ui.editor.foldingprovider

And I don't have Mylar installed. I'm betting this is the problem. I'll try
to get rid of it and see what happens.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文