How to open a file in Eclipse in an embedded fashion?

大憨熊 提交于 2020-01-16 08:27:40

问题


I would like to open a .chm file in Eclipse. But it does not support these files. If I wanted a workaround, how should I go about it?

I have looked into writing plug-ins to do so. The only way I would be able to view .chm as an Eclipse Help Plug-in would be to convert .chm to DITA and then DITA to Eclipse help files. But there's no clear cut way to do this. There isn't much help online either. Any suggestions?

I need an automate-able way to do this. I will have a .chm file (for documentation of the source code generated by Doxygen) pushed to a repo that someone will pull and open up in Eclipse along with the code. They should be able to use the search functionalities provided in a chm file. A normal HTML page does not provide these.

来源:https://stackoverflow.com/questions/51051752/how-to-open-a-file-in-eclipse-in-an-embedded-fashion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!