lazarus/components/externhelp
2024-10-22 00:30:20 +02: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
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 2024-10-22 00:30:20 +02:00
Makefile.compiled updated makefiles 2024-07-15 10:50:53 +02:00
Makefile.fpc updated makefiles 2024-07-15 10:50:53 +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