Eclipse RCP Dynamic help customization

南楼画角 提交于 2020-05-24 05:31:46

问题


Implemented eclipse dynamic help with 3.x with static html files earlier(html files located in soruce folder)

  • Now the href for each topic has to be replaced with dynamic url, url changes every day.So cannot map the url in context.xml.
  • How can we pass the dynamic URL for each topic on the fly.

earlier implementation is with below api :

PlatformUI.getWorkbench().getHelpSystem().displayDynamicHelp()

来源:https://stackoverflow.com/questions/61516361/eclipse-rcp-dynamic-help-customization

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