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 LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00:00
Makefile.fpc LazUtils/FreeType: Separate FreeType stuff into its own package 2020-07-14 18:09:17 +00: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