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

3333 Commits

Author SHA1 Message Date
Doug Kearns 9e9e553a70 Whitespace fixes. 2009-05-24 23:46:15 +10:00
Doug Kearns 133deb08d2 Add NEWS item regarding fixed key notation. 2009-05-24 23:45:30 +10:00
Doug Kearns 61b6491b8b Add all.html for viewing all help in a single page.
This is all really inside out. It would be much better to store the help
in a single file and use asciidoc/docbook's capabilities to split it if
desired.
2009-05-24 23:32:09 +10:00
Doug Kearns 73759f78f8 Remove silly guard clause from addCommand. 2009-05-24 23:32:05 +10:00
Kris Maglione ce120a7f9d Add to TODO, etc. 2009-05-23 21:24:57 -04:00
Kris Maglione b8aab050e9 Remove some config.name checks. Add configbase module. 2009-05-23 21:10:32 -04:00
Kris Maglione 16b8af74d1 Remove some config.name checks. Add configbase module. 2009-05-23 21:09:21 -04:00
Doug Kearns 7156dc44b5 Remove TODO bug - :mkvimperatorrc adds spurious vmap/nmap lines.
There's nothing spurious about them.  That's the correct behaviour as
per Vim.
2009-05-24 02:14:06 +10:00
Doug Kearns abc11f1068 Move application specific modes to config.modes. 2009-05-24 01:56:44 +10:00
Doug Kearns aeec233730 Fix source formatting. 2009-05-23 22:59:35 +10:00
Doug Kearns c7b48361ee Add "c" extended hint mode to open the context menu. 2009-05-23 22:59:34 +10:00
Kris Maglione 955ee4185b Fix things like ":map :", ":map +", but not things like ":map <Plus>". Ideas? 2009-05-22 22:18:10 -04:00
Kris Maglione 36f6ff463f Store canonical names for all bound keys. 2009-05-22 22:12:11 -04:00
Kris Maglione fa16e09a9a Don't setcomm /dev/null <(js -Cv180 options.js |& grep .) browser.startup.page on startup. 2009-05-22 17:01:23 -04:00
Kris Maglione 68b75aa5c5 Fix <u>. 2009-05-22 16:58:00 -04:00
Kris Maglione b74df73c85 More sanity in completion changes in last commit. 2009-05-22 13:59:10 -04:00
Kris Maglione e9fc3327ed Make :undo a bit saner. Add TODO about config.name checks. 2009-05-22 13:55:22 -04:00
Doug Kearns 491d17a4a0 Fix hyperlinking of URLs in :ls output. 2009-05-23 00:51:15 +10:00
Doug Kearns ee7e1244d3 Limit @: to config.browserModes. 2009-05-22 18:42:40 +10:00
Doug Kearns 7513b96a14 Add 'hintinputs' to the help index. 2009-05-22 18:32:04 +10:00
Doug Kearns 62853b2498 Add \ mapping to toggle between rendered and source view.
Like lynx, elinks et al.
2009-05-22 18:30:39 +10:00
Doug Kearns da89552a1e Add @: mapping. 2009-05-22 12:47:57 +10:00
Doug Kearns 72e13d9e9d Fix missing tags from starting.html.
Fix asciidoc in starting.txt so it produces well formed XML.
2009-05-22 11:42:34 +10:00
Doug Kearns cd65571cab Update the Vim RC file highlighter for Vimperator 2.1. 2009-05-22 10:59:54 +10:00
Doug Kearns e12af69a09 Add some API docs for liberator. 2009-05-22 10:59:53 +10:00
Doug Kearns dadbcb401d Bump version number to 2.2a1pre. 2009-05-22 10:59:52 +10:00
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 4c4295029e Improve :delmacros error messages. 2009-05-22 10:53:15 +10:00
Doug Kearns 111e27bf2e Add some very rough API documentation for Events. 2009-05-22 10:53:14 +10:00
Doug Kearns 72aba0f876 Don't beep when jumping too far with :back/:forward.
Specifying a count larger than the number of history items shouldn't
cause :back and :forward (H and L) to beep. This is also consistent with
other commands.
2009-05-22 10:53:12 +10:00
Doug Kearns 3df0e174ac Move liberator.input to Events. 2009-05-22 10:53:11 +10:00
Doug Kearns d248f92500 Improve :mkvimperatorrc error messages. 2009-05-22 10:53:10 +10:00
Doug Kearns 4cbe2ed222 Merge buffer.scrollToRatio with buffer.scrollToPercentile. 2009-05-22 10:53:09 +10:00
Doug Kearns dfb68bc9f8 Fix case of all references to Option#globalValue. 2009-05-22 10:53:07 +10:00
Doug Kearns f834cfcd6b Add some API documentation for Options and others. 2009-05-22 10:53:06 +10:00
Doug Kearns 9d26a8a20d Add :mksession feature TODO. 2009-05-22 10:53:04 +10:00
Doug Kearns 1f307a9918 Support the criticism of the .vimperatorrc.local line in the RC file. 2009-05-22 10:53:03 +10:00
Doug Kearns bd1798726f Use @returns rather than @return in API docs. 2009-05-22 10:53:02 +10:00
Doug Kearns cb0a352454 Fix an old call to snapshotItem in highlightObj.highlightDoc.
Spans are now stored in an array.
2009-05-22 10:52:59 +10:00
Martin Stubenschrott 4fff07b8ef vimperator 2.1 released (and changed 'cpt' default from 'sfl' to 'slf') 2009-05-21 13:36:23 +02:00
Kris Maglione d1241eb346 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-05-19 13:06:48 -04:00
Timo Mihaljov 39063c3f5a Fix 'hi' to mean 'history' and 'hin' to mean 'hintinputs' 2009-05-19 13:05:58 -04:00
Doug Kearns f5b224efdd Fix #265 (tabclose with argument not working). 2009-05-16 00:39:34 +10:00
Doug Kearns a97d419fc8 Move events.prefObserver to options.prefObserver. 2009-05-15 22:17:00 +10:00
Doug Kearns 47f63446cb TODO(bug) - :mkvimperatorrc adds spurious vmap/nmap lines. 2009-05-15 17:42:25 +10:00
Doug Kearns 19d51ebb17 Fix "gi" for file input fields. 2009-05-15 17:36:06 +10:00
Doug Kearns b665e766e7 Fix #208 (Hint on text field doesn't work for some fields) 2009-05-15 01:13:44 +10:00
Doug Kearns 56f1fe6c50 Remove some silly argument guard clauses.
Removed from Command(), Mapping() and Option().

Throw an exception if you care enough to check but we don't do so
anywhere else.
2009-05-15 00:39:47 +10:00
Doug Kearns a487d34d7d Add some rough documentation for Mappings.
Someone should really add some polished documentation.
2009-05-15 00:37:46 +10:00
Doug Kearns 2c486edee7 Fix conditional in editor.executeCommandWithMotion. 2009-05-15 00:29:50 +10:00