Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2014-08-21 16:44:01
Size: 762
Editor: KaiJaeger
Comment:
Revision 8 as of 2014-09-13 15:04:28
Size: 1792
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= APLTreeHelp| APLTreeHelp on the APL Wiki = ## page was renamed from APLTreeHelp| APLTreeHelp on the APL Wiki
= APLTreeHelp
=
Line 6: Line 7:
`APLTreeHelp| APLTreeHelp on the APL Wiki` is part of the CategoryAplTree project.

|| /!\ || Under Construction ||
`APLTreeHelp` is part of the CategoryAplTree project.
Line 11: Line 10:
...
Line 13: Line 11:
== Details ==
...
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.
Line 16: Line 13:
It has the benefit of allowing you to edit your help pages while developing or tracing your application.
Line 17: Line 15:
== Examples ==
...
This is how `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.Selfy 1
}}}

{{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:

{{attachment:APLTreeHelp_02.png}}

Note how the namespaces reflect nodes and the functions reflect help topics.

This is how a typical help function looks like:

{{attachment:APLTreeHelp_03.png}}

There will be soon an article in Vector regarding `APLTreeHelp`.

== Requirements ==

`APLTreeHelp` needs at least version 14.0.
Line 22: Line 43:
For bug reports, future enhancements and a full version history see [[APLTreeHelp| APLTreeHelp on the APL Wiki/ProjectPage]] For bug reports, future enhancements and a full version history see [[APLTreeHelp/ProjectPage]]

APLTreeHelp

(Hide table-of-contents)

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 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.

It has the benefit of allowing you to edit your help pages while developing or tracing your application.

This is how 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.Selfy 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 how 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:

KaiJaeger

Responsible:

KaiJaeger

Email:

kai@aplteam.com


CategoryAplTree

Markdown2Help (last edited 2018-03-03 11:40:57 by KaiJaeger)