| 1 |
< |
$Id$ |
| 1 |
> |
help.hlp 2.3 3/18/96 |
| 2 |
|
|
| 3 |
|
This help file is for the gethelp.tcl utility itself, and explains |
| 4 |
|
the various buttons and windows it uses. |
| 7 |
|
named by its category and topic, and its position in the file is |
| 8 |
|
indicated with a line beginning with ".Category.Topic", where |
| 9 |
|
"Category" and "Topic" are replaced by the appropriate names. |
| 10 |
< |
These names must begin with letters and may contain letters and/or |
| 11 |
< |
numbers, but no special characters. They will appear on the menus |
| 12 |
< |
of the help utility when that file is open. |
| 10 |
> |
Each category must have a topic called "Intro", which is the first |
| 11 |
> |
topic called up whenever this category is selected from the menu. |
| 12 |
> |
Both category and topic names must begin with letters and may contain |
| 13 |
> |
letters and/or numbers, but no special characters. They will appear on |
| 14 |
> |
the menus of the help utility when that file is open. |
| 15 |
|
|
| 16 |
< |
The file is unformatted, and will be filled by the help utility |
| 16 |
> |
The help file is unformatted, and will be filled by the help utility |
| 17 |
|
dynamically based on the current window size. The formatting code |
| 18 |
|
is very simple, placing a single space between adjacent lines, |
| 19 |
|
except when a line ends a sentence, when two spaces are used. |
| 103 |
|
|
| 104 |
|
Each time a new topic is selected, matching words will be highlighted |
| 105 |
|
in bold, whether or not <return> or the "Grep" button has been pressed. |
| 106 |
< |
To prevent new matches from being highlighted, clear the search entry |
| 105 |
< |
with <control-U>. |
| 106 |
> |
To prevent new matches from being highlighted, clear the search entry. |
| 107 |
|
|
| 108 |
|
Matches are insensitive to case and word boundaries. |
| 109 |
|
|