是否有适用于 Eclipse 的免费帮助创作工具?
我需要为 Eclipse 插件编写在线帮助(Eclipse 帮助格式)。 我尝试了 Help Composer 的评估,它是来自 Instantiations 的 RCP Developer 的一部分,它几乎满足了我的要求。 然而,每个许可证 500 美元对于我的需求来说太过分了,也超出了预算。
当然,必须有一些其他工具来管理帮助项目、组装各种文件、目录以及使用所见即所得编辑 html 文档。
有人对我应该添加到基本 Eclipse 3.5 安装中以提供完整的创作功能的插件有任何建议吗?
提前致谢!
I need to write on-line help (Eclipse help format) for an Eclipse plugin. I tried out the evaluation of Help Composer that comes as part of RCP Developer from Instantiations and it pretty much does what I am looking for. However at $500 per license it's way overkill and over budget for my needs.
Surely there must be some other tool for managing the help project, assembling the various files, table of contents, and editing the html documents using WYSIWYG.
Does anybody have any suggestions for what plugin(s) I should add to a basic Eclipse 3.5 install to give me full authoring capability?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我知道我的解决方案并不完全符合您的需要,但您应该看看 Mylyn Wikitext .
它使用简单的标记和良好的编辑器支持,并且还能够导出为 Eclipse 帮助格式。
I know that my solution is not entirely what you need, but you should have a look at Mylyn Wikitext .
It uses a simple markup with good editor support and is also capable of exporting to Eclipse Help format.
我放弃了寻找免费的工具,因为所有可用的工具都有很多缺点。
我决定使用 Adobe RoboHelp 8,因为它是我发现的最好的编辑器之一。 然而,对我来说主要的好处是,如果我重命名或移动主题(我经常这样做),它会自动更新所有页面中的链接。
当我想要生成 Eclipse 帮助文件时,我使用他们提供的脚本。
I gave up looking for free since all the available tools have a lot of shortcomings.
I decided to use Adobe RoboHelp 8 since it has one of the nicest editors that I found. However, the main benefit for me has been that it automatically updates links in all pages if I rename or move a topic (which I do a lot).
When I want to generate the Eclipse Help file, I use the script that they provide.
对于大型文档项目,我们将 Latex 与 plastex 结合使用。 这使我们能够从相同的源生成 PDF、Eclipse 帮助和 HTML。 交叉引用(这对某些读者来说似乎是一个问题)以及索引和其他很酷的东西都得到了处理。 让它工作有点乏味,但这是一个很好的解决方案,因为文档包含很多公式。
这是一个开源项目,因此一切都可用 - 请随意使用并根据您的需要进行调整:
结果(HTML、PDF、Eclipse 帮助:http://handbook.event-b.org/
代码:https://sourceforge.net/p/rodin-b-sharp/svn/HEAD/tree/trunk/Handbook/
For a large documentation project, we used Latex in combination with plastex. This allowed us to generate PDF, Eclipse Help and HTML from the same sources. Cross Referencing, which seems like an issue for some readers, is handled, as well as indexing and other cool stuff. Getting it to work was a bit tedious, but it was a good solution, as the documentation contained a lot of formulas.
This was an open source project, so everything is available - feel free to use and adapt as you see fit:
Result (HTML, PDF, Eclipse Help: http://handbook.event-b.org/
Code: https://sourceforge.net/p/rodin-b-sharp/svn/HEAD/tree/trunk/Handbook/
我不认为它存在于 Eclipse 中,但是尝试 MS 一个(免费):
以下是信息:http://msdn.microsoft。 com/en-us/library/ms670169(VS.85).aspx
这是下载:http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc
然后就可以转换为eclipse格式: http:// /home.amnet.net.au/~ghanniton/hh2e/hh2e-readme.html
I don't think it exists in eclipse, but try the MS one (free):
Here is the info: http://msdn.microsoft.com/en-us/library/ms670169(VS.85).aspx
Here is the download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc
Then you can convert to eclipse format: http://home.amnet.net.au/~ghannington/hh2e/hh2e-readme.html