1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 03:45:47 +01:00

Add a :helpall command.

This effectively divides the help into chunked and unchunked subsystems
for clarity.
This commit is contained in:
Doug Kearns
2009-08-04 17:43:04 +10:00
parent 0b60f3ebcc
commit ec4982d50b
19 changed files with 111 additions and 78 deletions

View File

@@ -77,7 +77,7 @@ LOGO=<div style="text-align: center;"><span class="xulmus-logo"></span></div>
</table>
[help-inlinemacro]
<a href="chrome://liberator/locale/{1}">{target}</a>
<a href="chrome://liberator/locale/{outfile@.*all.html:all.html:{1}}#{2={1}}">{target}</a>
[quotes]
|=tag

View File

@@ -1,6 +1,6 @@
heading:Expression{nbsp}evaluation[expression,expr,eval]
INTRO TO BE WRITTEN...
//INTRO TO BE WRITTEN...
|:ec| |:echo| +
||:ec[ho] {expr}||

View File

@@ -232,7 +232,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:forward[c]|| Go forward in the browser history +
||[c]:frameonly[c]|| Show only the current frame's page +
||[c]:hardcopy[c]|| Print current document +
||[c]:help[c]|| Display help +
||[c]:help[c]|| Open the help page +
||[c]:helpall[c]|| Open the single unchunked help page +
||[c]:highlight[c]|| Style Xulmus +
||[c]:history[c]|| Show recently visited URLs +
||[c]:iabbrev[c]|| Abbreviate a key sequence in Insert mode +

View File

@@ -27,9 +27,8 @@ ________________________________________________________________________________
________________________________________________________________________________
The file {rcfile} is used for user initialization commands. If {rcfile} is
"NORC" then no startup initialization is performed except for the loading of
plugins, i.e. steps 1. and 2. in
help:initialization[starting.html#Initialization] are skipped. If {rcfile} is
"NONE" then plugin loading is also skipped.
plugins, i.e. steps 1. and 2. in [j]initialization[j] are skipped. If {rcfile}
is "NONE" then plugin loading is also skipped.
________________________________________________________________________________

View File

@@ -61,11 +61,18 @@ section:Online{nbsp}help[online-help]
||:h[elp] [a][subject][a]|| +
||<F1>||
________________________________________________________________________________
Open help window. The default page, as specified by 'helpfile' is shown unless
[a][subject][a] is specified. If you need help for a specific topic, try
Open the help page. The default page, as specified by 'helpfile' is shown
unless [a][subject][a] is specified. If you need help for a specific topic, try
[c]:help overview[c].
________________________________________________________________________________
All help pages can be viewed in a single page via [c]:help all[c].
|:helpall| |:helpa| |help-all|
||:helpa[ll] [a][subject][a]|| +
________________________________________________________________________________
Open the single unchunked help page.
See [c]:help[c].
________________________________________________________________________________