I've been keeping updates to the help system in the back of my mind for a while. IMO, the Helpset technology is essentially dead. Also, the built in HTML renderer is ancient (1.2, I think).
I suspect that we'd be better served having the plugin open the correct page of the current manual in the user's default browser.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My question was more pointed toward being able to see a changeset. Did you add a dependency on SLF4J? I've been getting java.lang.NoClassDefFoundErrors when I try to open the about screen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is changed Help plugin....
Changes:
Where is the code?
I've been keeping updates to the help system in the back of my mind for a while. IMO, the Helpset technology is essentially dead. Also, the built in HTML renderer is ancient (1.2, I think).
I suspect that we'd be better served having the plugin open the correct page of the current manual in the user's default browser.
Plugin Sources...
My question was more pointed toward being able to see a changeset. Did you add a dependency on SLF4J? I've been getting
java.lang.NoClassDefFoundErrors when I try to open the about screen.Ooops...
Actually no logging in SplashScreen class but I forget to remove @Slf4j lombok annotation from it
And yes I have dependecy of Slf4j
Updated plugin