lazarus/components/externhelp
2017-12-19 22:08:00 +00:00
..
languages Translations: Chinese translation update by robsean, bug #32850 2017-12-19 22:08:00 +00:00
externhelp.lpk
externhelp.pas components: less hints 2016-03-01 15:31:26 +00:00
externhelpfrm.lfm
externhelpfrm.pas ExternHelp: fix uses clause after r55035 #5d03c243b5 2017-05-22 07:04:42 +00:00
Makefile updates makefiles 2017-05-18 11:39:53 +00:00
Makefile.compiled IDE,lazbuild: append -Cg on targets linux, freebsd, openbsd, netbsd, solaris, bug #17412 2014-11-18 11:03:29 +00:00
Makefile.fpc IDE+lazbuild+makefiles: on darwin use -gw instead of -g 2015-10-01 18:40:54 +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