Dynamically add topics (and sub-topics) in Eclipse Help page [message #1855790] |
Thu, 03 November 2022 07:17  |
Eclipse User |
|
|
|
Hi all,
I'm currently working on improving our Help contribution (Eclipse RCP tool).
The Eclipse Help page is populated with our proprietary pages (TOC provider + Index provider + content producer extension points usage).
For some help part I need to cache help files since there are lots of documentation.
The delay to cache files, create TOC and set Index is very long (even if it's done the first time the Help is launched, time it's not acceptable).
I need to cache and create TOC + index once accessing a dedicated part of documentation only when needed (on the fly).
I successfully cached and added topics and sub-topics on the fly, but refreshing TOC provider is doing nothing (the sub-topics newly added are not accessible, I mean the "+" is not displayed)
Note that the files caching + TOC building are done via the Content producer (when clicking on the documentation topic, I want to be dynamically updated)
How can I achieve this dynamic operation, seeing newly created topics?
Is it possible to dynamically update Eclipse Help?
Any help would be appreciated.
Thanks a lot in advance .
Chris
|
|
|
|
Powered by
FUDForum. Page generated in 0.02936 seconds