admin管理员组文章数量:1025217
I have an RCP application that I have attached my help plugin to. Help opens when I click Open Help, then a new window opens with the help. Is there a way to make my help plugin open in a browser window?
My help plugin.xml code:
<?xml version="1.0"?>
<plugin>
<extension
point=".eclipse.help.toc">
<toc file="toc_Concepts.xml" />
<toc file="toc_Ref.xml" />
<toc file="toc_Tasks.xml" />
<toc
file="toc.xml">
</toc>
<toc
file="testToc.xml"
primary="true">
</toc>
</extension>
<extension
point=".eclipse.ui.menus">
<menuContribution
locationURI="menu:.eclipse.ui.main.menu">
<command
commandId=".eclipse.ui.help.displayHelp"
label="Open Help"
tooltip="Open the Eclipse Help System">
</command>
</menuContribution>
</extension>
</plugin>
I have an RCP application that I have attached my help plugin to. Help opens when I click Open Help, then a new window opens with the help. Is there a way to make my help plugin open in a browser window?
My help plugin.xml code:
<?xml version="1.0"?>
<plugin>
<extension
point=".eclipse.help.toc">
<toc file="toc_Concepts.xml" />
<toc file="toc_Ref.xml" />
<toc file="toc_Tasks.xml" />
<toc
file="toc.xml">
</toc>
<toc
file="testToc.xml"
primary="true">
</toc>
</extension>
<extension
point=".eclipse.ui.menus">
<menuContribution
locationURI="menu:.eclipse.ui.main.menu">
<command
commandId=".eclipse.ui.help.displayHelp"
label="Open Help"
tooltip="Open the Eclipse Help System">
</command>
</menuContribution>
</extension>
</plugin>
本文标签: Eclipse RCP Help in BrowserStack Overflow
版权声明:本文标题:Eclipse RCP Help in Browser - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745618009a2159405.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论