lazarus/components/externhelp
2018-11-22 00:03:32 +00:00
..
languages Translations: Chinese translation update by robsean, bug #34579 2018-11-22 00:03:32 +00:00
externhelp.lpk
externhelp.pas components: less hints 2016-03-01 15:31:26 +00:00
externhelpfrm.lfm
externhelpfrm.pas IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. 2018-06-09 14:40:08 +00:00
Makefile set trunk version to 2.0.0PreRelease 2018-09-15 19:41:22 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
README.txt fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00

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