Eclipse RCP Dynamic help customization
问题 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