1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 16:51:26 +02:00
Commit Graph

282 Commits

Author SHA1 Message Date
Doug Kearns be58134222 Fix help index formatting. 2009-05-02 18:46:16 +10:00
Kris Maglione dbf60914ab Add 'fileencoding' 2009-05-01 15:19:35 -04:00
Doug Kearns 42fba96bdf Fix typo in 'encoding' help description (Daniel Hahler). 2009-05-01 10:25:08 +10:00
Doug Kearns c65f88f8a2 Add 'encoding' to the help index. 2009-04-30 22:21:34 +10:00
Doug Kearns 2fdc555c75 Add a rough :tabdo command. 2009-04-30 22:21:32 +10:00
Martin Stubenschrott cb74c7f40c remove preload option 2009-04-30 08:47:59 +02:00
Ted Pavlic 2c8880ac59 help copyedit: Remove commas before if. Only need after if clause when clause is introductory. 2009-04-29 09:20:19 -04:00
Conrad Irwin 7db4c4939f Link to ]] and [[ from next/previouspattern docs 2009-04-25 12:49:53 +01:00
Conrad Irwin 3f5b086b25 Documentation tweaks for gT <C-n> and <C-^> 2009-04-16 13:08:54 +01:00
Conrad Irwin 14bfa82a4e Improve documentation for T and O 2009-04-16 00:56:40 +01:00
Kris Maglione df5b66d838 Add 'encoding' 2009-04-13 12:22:17 -04:00
Kris Maglione 93df18885a Document incompatibility of go=l and go=r 2009-04-07 16:32:18 -04:00
Conrad Irwin 3800f10144 Add 'hintinputs' to provide text hints for inputs
If <label> elements are found use them, else use the value in the box
(current behaviour) or if you add 'name' to 'hintinputs' then it will
allow you to select by the name of the field.

For values that are not displayed on the input field, it adds the value
to the red hint icon.
2009-04-04 19:21:45 +01:00
Conrad Irwin c4354ce49f Updating and extending hints documentation
Added a short paragraph in place of "INTRO TO BE WRITTEN..." and updated
the paragraph about hints to reflect 'hintmatching' and the link text
rather than the URL
2009-04-04 11:27:13 +01:00
Doug Kearns d985a4d6c8 Add a help entry for :silent. 2009-03-31 23:11:50 +11:00
Doug Kearns f162833d93 Add 'maxitems' to the help index. 2009-03-30 12:43:35 +11:00
Daniel Bainton 187a53c4ca add 'maxitems' option (Jarkko Oranen) 2009-03-30 01:39:10 +03:00
Doug Kearns 24216eb7a4 Add "w" and "W" mappings to the help index. 2009-03-29 23:52:27 +11:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Doug Kearns 26fec12cad Fix #204.
Fixes #204 (statusbar should follow "site identification button" color
codes).
2009-03-27 13:35:52 +11:00
Daniel Bainton 702f8f9a3e Doc fixes (thanks Xie&Tian) 2009-03-26 09:34:10 +02:00
Doug Kearns b6cb5785ad Fix :help :back/:forward formatting. 2009-03-24 15:04:22 +11:00
Doug Kearns 7955e6ce24 Fix mode string case in 'editor' help. 2009-03-14 17:08:30 +11:00
Štěpán Němec 8b65863488 Fix disappearing 'q{0-9a-zA-Z}' in repeat.html
Bonus: typo in regressions.js, downcase 'Command-line' in cmdline.txt
(as it's not speaking about mode, hope thesnowdog will agree)

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
2009-03-12 00:30:37 +11:00
Doug Kearns 13da8c4519 Add new :messclear command to clear the message history. 2009-03-11 01:02:12 +11:00
Doug Kearns 59cdf67f57 Merge branch 'master' into vimperator-2.1 2009-03-11 00:02:00 +11:00
Doug Kearns 31a5605158 Fix links in :help contact text. 2009-03-07 01:11:51 +11:00
Doug Kearns db0b6ad629 Add help links to Mozilla KB preference documentation. 2009-03-07 01:01:47 +11:00
Doug Kearns 5f190d3443 Strip leading counts and trailing bangs from help tag links. 2009-03-07 00:50:28 +11:00
Doug Kearns 1117fc7ad0 Sync help and wiki donation blurbs. 2009-03-04 21:19:34 +11:00
Doug Kearns c14f5eed2b Fix typo in :cabbrev help. 2009-03-04 20:42:34 +11:00
Doug Kearns 033aab5e5a Trivial help formatting improvements. 2009-03-04 20:28:55 +11:00
Doug Kearns 1e7158b397 Fix accessing help topics on the current help page.
Only those beneath the current page position were accessible.
2009-03-04 17:25:18 +11:00
Doug Kearns 00458601b5 Document the "h" value of 'cpt' (#168). 2009-03-03 03:01:20 +11:00
Doug Kearns 4cd6c1b271 Explicitly describe how to disable all bells in 'vb' help. 2009-03-01 14:15:28 +11:00
Doug Kearns 0a8fbc6765 Merge branch 'master' into vimperator-2.1 2009-03-01 01:58:12 +11:00
Doug Kearns b3a5f279fc Fix arg markup in :delstyle help section. 2009-03-01 01:55:11 +11:00
Doug Kearns 62bc7fb9b5 Add "w" and "W" Normal mode mappings.
These work just like o/O and t/T but for new windows.
2009-02-28 22:17:59 +11:00
Doug Kearns 6b34e50579 Merge branch 'master' into vimperator-2.1
Conflicts:
	vimperator/NEWS
	vimperator/locale/en-US/starting.txt
2009-02-26 22:11:12 +11:00
Doug Kearns 9f70457a4a Fix the formatting of some example help commands. 2009-02-20 00:13:12 +11:00
Doug Kearns 3cd3c60f16 Document the fact that ]] uses 'hinttags' to find links. 2009-02-19 23:45:50 +11:00
Doug Kearns 600f80a968 Minor improvement to |extended-hints| help introduction. 2009-02-19 23:02:31 +11:00
Doug Kearns f1a4464e76 Normalise the capitalisation of mode names in the help. 2009-02-19 22:56:05 +11:00
Doug Kearns faa928f957 Add stepnem to AUTHORS and whitespace fixes in help. 2009-02-19 12:53:03 +11:00
Štěpán Němec 926355a7ec A number of minor fixes in help files.
Mostly typos/omissions/markup errors, more remarkable e. g. changing
'b' to 'B' in tutorial reflecting a change from 1.2.
Also uncommented [macros] section in asciidoc.conf (is that right?).

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
2009-02-19 12:13:59 +11:00
Doug Kearns 0aea143325 Add a version.html help page.
NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
2009-02-15 15:44:11 +11:00
Doug Kearns f5ed7ba579 Fix typo in :loadplugins help text. 2009-02-15 15:44:06 +11:00
Doug Kearns fddfb00803 Add a favicon to the Vimperator help pages (stepnem). 2009-02-11 14:57:26 +11:00
janus_wel 172ba7f4a9 Add macro [m] and [c]
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
2009-02-09 08:36:59 -05:00