Senior
April 19, 2024
Question
Install custom help plugin offline
- April 19, 2024
- 0 replies
- 1669 views
Hi all.
I tried to install a custom help eclipse plugin (see https://www.eclipse.org/articles/Article-Online%20Help%20for%202_0/help1.htm )via the plugins directory into stm32cubeide with no success. However the same plugin installs in a clean install of eclipse IDE for C/C++ developers.
Anybody knows whay this does not work with cubeide?
What I did so far:
- Create directory com.mycompany.mymodule.help_1.0.0 in STM32CubeIDE plugins directory
- Create files plugin.xml, toc.xml inside the directory com.mymodule...
- Create folder META-INF with file MANIFEST.MF and folder html with helpfiles in html format inside com.mymodule..

- Restart IDE with -clean Option
I also tried to make a .jar file containing the plugin with no effect, the help topics are not showing up in the help contents and there are no errors in the eclipse error log.