Difference between revisions of "IDE Window: Help Options"

From Lazarus wiki
Jump to navigationJump to search
Line 16: Line 16:
 
FPC 2.0.0 lazarus 0.9.8 2005-05-26
 
FPC 2.0.0 lazarus 0.9.8 2005-05-26
  
fpc-lazarus-doc-html-200505026.tar.bz2
+
Download fpc-lazarus-doc-html-200505026.tar.bz2
 
from [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=138755 SourceForge]
 
from [http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=138755 SourceForge]
  
Line 22: Line 22:
 
This file contains the tarred and bzip2ed html documents used for the context sensitive help.
 
This file contains the tarred and bzip2ed html documents used for the context sensitive help.
  
First, extract this file. You now have two subdirectories: rtl and lcl. For the remainder this instruction assumes you have unzipped the html documents in the c:\lazarus\docs\doc-html. In what follows, adjust the path according to your installation.
+
For the remainder this instruction assumes you have installed Lazarus in c:\lazarus, and you want to use the default subdirectory c:\lazarus\docs\doc-html\. In what follows, adjust the path according to your installation.
  
 +
First, extract this file to c:\lazarus\docs\doc-html. You now have subdirectories like rtl and lcl.
 
In lazarus, go to Help -> Configure Help -> Databases tab.
 
In lazarus, go to Help -> Configure Help -> Databases tab.
  
 +
(The stupid setup doesn't provide any default, and requires to specifiy each subdirectory, instead of only the common path, so...)
 
Select RTLUnits in the left pane and browse to c:\lazarus\docs\doc-html\rtl in the BaseURL property.
 
Select RTLUnits in the left pane and browse to c:\lazarus\docs\doc-html\rtl in the BaseURL property.
  
 
The BaseURL property contains now: 'file://c:/lazarus/docs/doc-html/rtl'. The URL on a *nix might look like: 'file:///home/myhome/lazarus/docs/doc-html/rtl'.
 
The BaseURL property contains now: 'file://c:/lazarus/docs/doc-html/rtl'. The URL on a *nix might look like: 'file:///home/myhome/lazarus/docs/doc-html/rtl'.
  
Similarly change the BaseURL for the LCLUnits help databases by replacing rtl by lcl in the url.
+
Similarly change the BaseURL for the FCLUnits and LCLUnits help databases by replacing rtl by fcl rsp. lcl in the url.
 +
 
 +
ToDo: suggested StartPage?

Revision as of 14:20, 4 December 2008

General tab

Todo

Viewers tab

Todo

(Help for this tab should be presented in hints, because when nothing is yet configured...)

Windows: (Help on Windows should simply use "open" with the document type, but...) For "HTML Browser" set BrowserPath to your <browser>.exe. That's all, for now.

Databases tab

FPC 2.0.0 lazarus 0.9.8 2005-05-26

Download fpc-lazarus-doc-html-200505026.tar.bz2 from SourceForge

Release notes: This file contains the tarred and bzip2ed html documents used for the context sensitive help.

For the remainder this instruction assumes you have installed Lazarus in c:\lazarus, and you want to use the default subdirectory c:\lazarus\docs\doc-html\. In what follows, adjust the path according to your installation.

First, extract this file to c:\lazarus\docs\doc-html. You now have subdirectories like rtl and lcl. In lazarus, go to Help -> Configure Help -> Databases tab.

(The stupid setup doesn't provide any default, and requires to specifiy each subdirectory, instead of only the common path, so...) Select RTLUnits in the left pane and browse to c:\lazarus\docs\doc-html\rtl in the BaseURL property.

The BaseURL property contains now: 'file://c:/lazarus/docs/doc-html/rtl'. The URL on a *nix might look like: 'file:///home/myhome/lazarus/docs/doc-html/rtl'.

Similarly change the BaseURL for the FCLUnits and LCLUnits help databases by replacing rtl by fcl rsp. lcl in the url.

ToDo: suggested StartPage?