On Mon, 28 Dec 2020 21:05:00 +0100
Marco van de Voort via lazarus <lazarus@lists.lazarus-ide.org> wrote:

>[...]
> It is wise to bring this up early, because it might require changes
> to the general Lazarus  help system, since lhelp needs to get a list
> of registered help files at once (so it can manage the combined index 
> together) rather than individually.

Querying all registered help databases is easy:

lcl unit lazhelpintf
for i:=0 to HelpDatabases.Count-1 do
  HelpDatabases[i]...

For example the IDE registers fpdoc help for RTL, FCL and LCL to
open the lazarus-ccr web pages.

The chmhelppkg replaces them with its own and opens chm files instead.
So, if you are only interested in chm files, see the chmhelppkg package.

 
> This is also the reason the CHM package does not support it yet,
> because it
> 
> 
> > Creating a new chm package additions also requires a lot of time.  

If you are talking about creating a chm file from the fpdoc files of a
package:
It would be nice if the chmhelppkg could add a button to the package
editor to create or update a chm file.


>[...]

Mattias
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus
  • [Lazarus] lHelp... Соболь Андрей Евгеньевич via lazarus
    • Re: [Lazar... Mattias Gaertner via lazarus
      • Re: [L... Andrey Sobol via lazarus
      • Re: [L... Werner Pamler via lazarus
      • Re: [L... Marco van de Voort via lazarus
        • Re... Andrey Sobol via lazarus
          • ... Marco van de Voort via lazarus
            • ... Mattias Gaertner via lazarus
              • ... Andrey Sobol via lazarus
                • ... Mattias Gaertner via lazarus
    • Re: [Lazar... Sergey Bodrov via lazarus

Reply via email to