java helpset support in IDEA 19.1 plugin
已回答
Does IDEA 19.1 still support java helpset?
To be more specific does <helpset file="help.jar" path="/HelpSet.hs"/> in plugin.xml trigger java help topics?
I have installed a plugin https://plugins.jetbrains.com/plugin/1800-database-navigator which has java helpset but clicking the help button is not showing any help.
Thanks.
请先登录再写评论。
Helpset support has been removed a while ago actually, plugins should use com.intellij.openapi.help.WebHelpProvider to provide online help instead.