lazarus/components/externhelp
2021-10-18 14:32:30 +02:00
..
languages
externhelp.lpk
externhelp.pas
externhelpfrm.lfm
externhelpfrm.pas Components: Reduce calls to LowerCase(). 2021-02-10 13:43:15 +00:00
Makefile updated makefiles 2021-10-18 14:32:30 +02:00
Makefile.compiled
Makefile.fpc
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