Hello,
I developed a simple Java Operator Plugin which has a help menu entry.
For SNAP 8 this worked fine. When selecting the help menu in the dialog, the local help window with my documentation was shown as expected.
Trying this now for SNAP 11 fails (I did not test it for SANP 10); always the online help is started with “helpid” set to the name of my operator. Of course this online site does not exist and results in “404 SNAP Online Help: Requested help page not found”.
When I disconnect my computer from the Internet, the local help window is shown again.
How can I force usage of local help and skip automatic start of the online help when I select the help menu entry of an own Java operator plugin?