Ctrl 单击 eclipse indigo 不会打开链接页面
谁能告诉我如何让 eclipse indigo 打开链接页面? 我的意思是,当我将光标指向如下所示的行:
<ui:include src="/pages/processes/editProcess.xhtml"/>
并按 Ctrl+单击时,我将移动到相应的页面。在 eclipse 3.5 中会出现这种情况,但在 3.7 中则不会。为什么?如何修复它?
Can anyone tell me how to make eclipse indigo open linked page?
I mean that when i point cursor over the line like this:
<ui:include src="/pages/processes/editProcess.xhtml"/>
and press Ctrl+click i am moved to corresponding page. This happens in eclipse 3.5, but not in 3.7. Why? How to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原因之一是页面路径无效。
One of the reason is that path to page is invalid.