Size: 1519
Comment:
|
Size: 1796
Comment: Update to 2.1
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
This application allows you to create a CHM-like help file (including an "Index" and a "Search" tab) by simply creating direct function returning text according to a simple set of rules. This makes you completely independent from any 3rd-party tools for creating and maintaining help files. | This application allows you to create a CHM-like help file (including an "Index" and a "Search" tab) by simply creating direct functions returning text according to a set of simple rules. This makes you completely independent from any 3rd-party tools for creating and maintaining help files. |
Line 15: | Line 15: |
This is how `APLTreeHelp`'s own help page looks like: | This is what `APLTreeHelp`'s own help page looks like: {{attachment:APLTreeHelp_01.png}} |
Line 20: | Line 22: |
#.APLTreeHelp.Selfy 1 | #.APLTreeHelp.Selfie 1 |
Line 23: | Line 25: |
{{attachment:APLTreeHelp_01.png}} | If you want to investigate `APLTreeHelp`'s own help pages look into `#.APLTreeHelp.HelpHelp` via the Workspace Explorer and it becomes clear: |
Line 25: | Line 27: |
If you want to investigate `APLTreeHelp`'s own help pages look into `#.APLTreeHelp.HelpHelp` via the Workspace Explorer and it becomes clear. | {{attachment:APLTreeHelp_02.png}} Note how the namespaces reflect nodes and the functions reflect help topics. This is what a typical help function looks like: {{attachment:APLTreeHelp_03.png}} |
Line 28: | Line 36: |
== Requirements == `APLTreeHelp` needs at least version 14.0. |
|
Line 38: | Line 50: |
<<Include(AplTreeDownloads)>> | <<Include(APLTreeDownloads)>> |
APLTreeHelp
APLTreeHelp is part of the CategoryAplTree project.
Overview
This application allows you to create a CHM-like help file (including an "Index" and a "Search" tab) by simply creating direct functions returning text according to a set of simple rules. This makes you completely independent from any 3rd-party tools for creating and maintaining help files.
It has the benefit of allowing you to edit your help pages while developing or tracing your application.
This is what APLTreeHelp's own help page looks like:
To give it a try just download APLTreeHelp, unzip it, load it into a Dyalog session and call this function:
#.APLTreeHelp.Selfie 1
If you want to investigate APLTreeHelp's own help pages look into #.APLTreeHelp.HelpHelp via the Workspace Explorer and it becomes clear:
Note how the namespaces reflect nodes and the functions reflect help topics.
This is what a typical help function looks like:
There will be soon an article in Vector regarding APLTreeHelp.
Requirements
APLTreeHelp needs at least version 14.0.
Project Page
For bug reports, future enhancements and a full version history see APLTreeHelp/ProjectPage
Version Information
Original author: |
|
Responsible: |
|
Email: |