mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 14:26:19 +02:00
23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
ExternHelp.lpk
|
|
==============
|
|
|
|
Under construction by Mattias
|
|
|
|
|
|
This designtime package allows to setup online help for bindings. For example
|
|
when source editor cursor is on an identifir in the windows unit and user
|
|
presses F1 a browser is opened to the MSDN.
|
|
|
|
Requirements
|
|
Lazarus 0.9.29
|
|
|
|
Installation
|
|
Open externhelp.lpk in Lazarus and klick the install button.
|
|
|
|
Configuration
|
|
In Lazarus IDE menu Environment / Options ... / Extern help
|
|
|
|
Author: Mattias Gaertner mattias@freepascal.org
|
|
|
|
|