gpt4 book ai didi

java - 如何在 Eclipse 上下文帮助中使用系统中存在的 html 文件?

转载 作者:行者123 更新时间:2023-12-01 04:15:31 26 4
gpt4 key购买 nike

我有一个 eclipse 插件,它的扩展名为:

<extension
point="org.eclipse.help.contexts">
<contexts
file="contexts.xml"
plugin="my.plugin.id">
</contexts>
</extension>

contexts.xml 具有:

<contexts>
<context id="test_context" title="About Contexts">
<description>This is written by me.</description>
<topic href="http://www.google.com" label="Search about me" />
</context>
</contexts>

我将它用作:

PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, "my.plugin.id.test_context");

在主题 href 中,如何使用位于系统中的 html 文件? :就像它在 C:/test 中吗?我试过了

href="C:/test/t.html" label="Search about me"/>

我也尝试过在href中用\代替/,但没有用。看起来好像只需要工作区中的 html 文件!有什么解决办法吗?

最佳答案

我在项目中创建了一个中间 html 文件,并使用 eclipse 帮助 javascript 文件从该文件调用外部 html 文件。

关于java - 如何在 Eclipse 上下文帮助中使用系统中存在的 html 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19487893/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com