Eclipse 中的文档显示为 HTML
当我将鼠标悬停在某个函数上时,我会收到文档,但 HTML 不会被解析。我在 Aptana 3 和 Eclipse Helios 中都发生过这种情况。有什么想法吗?我一无所知。 Ubuntu 11.04 顺便说
一句编辑: 当我按 F2 获得焦点时,对话框变为黄色,内容为
<div class="header"PHP API
require_once
The require_once keyword
When I hover over a function, I get the documentation, but the HTML isn't being parsed. This happens to me in both Aptana 3 and Eclipse Helios. Any ideas? I'm clueless. Ubuntu 11.04 btw
EDIT:
When I press F2 for focus, the dialog turns yellow and the content is
<div class="header"PHP API
require_once
The require_once keyword
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,确保 Eclipse 中有可用的内部 Web 浏览器。为此,请使用菜单“窗口”/“显示视图”/“其他”/“内部 Web 浏览器”。
如果浏览器不可用,请阅读 SWT 常见问题解答:在 Eclipse 中运行 SWT 浏览器需要什么在 Linux 上?
干杯,
最大限度
First, make sure you have Internal Web Browser available in your Eclipse. For this use menu Window/Show View/Other/Internal Web Browser.
If browser is not available, read SWT FAQ: What do I need to run the SWT Browser inside Eclipse on Linux?
Cheers,
Max