lazarus/components/externhelp
2025-01-18 10:32:39 +01:00
..
languages ExternHelp: cleaned up unused resource string, regenerated translations 2022-12-06 02:35:41 +03:00
externhelp.lpk ExternHelp: Updated help URLs for Windows, PostgreSQL, and GTK2. Patch by Don Siders, issue #40096. 2023-01-22 02:48:02 +03:00
externhelp.pas components: less hints 2016-03-01 15:31:26 +00:00
externhelpfrm.lfm
externhelpfrm.pas Help system: Modifies TExternalHelpDatabase.ShowHelp to display HTML help topics generated using FPDoc. Patch by Don Siders. Issue #40110. 2023-02-06 22:20:23 +01:00
Makefile updated makefiles 2025-01-18 10:32:39 +01:00
Makefile.compiled set fixes version to 3.0RC1 2023-06-25 17:59:59 +02:00
Makefile.fpc updated makefiles 2023-06-30 21:02:31 +02:00
README.txt

ExternHelp.lpk
==============

This designtime package allows one to setup online help for bindings. For example,
when the source editor cursor is on an identifier in the windows unit and the
user presses F1, a browser is opened to the MSDN.

Installation
Open externhelp.lpk in Lazarus and click the install button.

Configuration
In Lazarus IDE menu Tools / Options ... / Help / Extern


Author: Mattias Gaertner  mattias@freepascal.org