1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 18:21:25 +02:00
Commit Graph

952 Commits

Author SHA1 Message Date
Doug Kearns 09d8af9044 Change multiline beep guard clauses to single line formatting. 2009-06-04 14:30:46 +10:00
Doug Kearns e762b6f9d4 Add a -description option to :command. 2009-06-04 14:28:32 +10:00
Doug Kearns 4df596d969 Fix tabs.js loading in Xulmus. 2009-06-03 20:15:38 +10:00
Doug Kearns 40ede036f6 Fix <C-u> and <C-d> (durka42). 2009-06-02 16:59:25 +10:00
Doug Kearns 6d7b94daa6 Add missing semicolons. 2009-06-02 16:59:24 +10:00
Doug Kearns 95dffaf95a Add util.Math.constrain. 2009-06-02 16:58:20 +10:00
Martin Stubenschrott 3e984c776d clean up HACKING file a little, and rename canonKeys method 2009-06-01 14:45:57 +02:00
Martin Stubenschrott 7e9fcf8d05 Move 'encoding' option to vimperator, since PlacesUtils is supported on firefox anyway 2009-06-01 14:45:57 +02:00
Doug Kearns 64a9c9554c Fix more function formatting faux pas as per the style guide. 2009-06-01 16:46:09 +10:00
Doug Kearns cd3364197f Fix some minor function formatting faux pas. 2009-06-01 16:46:07 +10:00
Kris Maglione 5e760406ab Fix #283, etc. 2009-05-30 13:29:17 -04:00
Kris Maglione 311affb871 Fix stupid idiosyncratic idiosyncrasy: RegExp literals are not like array literals—they always return the same object. Remove some dead code. 2009-05-29 14:32:50 -04:00
Martin Stubenschrott 9fa6b8e624 Fix space/return etc. for muttator. Unfortunatly config{base}.ignoreKeys
can't really be used for this, so we have to duplicate it for all apps.
2009-05-29 13:07:17 +02:00
Kris Maglione 5831b652f9 Fix <C-v> 2009-05-28 17:38:12 -04:00
Kris Maglione 474ce30ada Minor cleanup/we like symlinks. 2009-05-28 15:03:47 -04:00
Doug Kearns 0edefd5dc2 Add a command-line handler to process the -liberator option. 2009-05-28 20:28:51 +10:00
Doug Kearns 451e7af170 Don't return pointless values from keypress event handlers. 2009-05-28 20:28:50 +10:00
Conrad Irwin 54b48868ce Fix #268 (Hints for opening images)
Hmm, these extended hints are just awful, instead of just one ; we
should have four (this tab, new tab, background tab, window) so that we
don't need so much repitition (and the background tab mode can trigger
the multiple hint modes for all relevant hints too)
2009-05-27 21:20:41 +01:00
Kris Maglione 6055c8a77b Add some rough documentation for config.js properties. 2009-05-25 12:10:22 -04:00
Kris Maglione 7f90cdcb6f Fix idiosyncratic module loading bug. 2009-05-25 11:19:13 -04: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 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 e12af69a09 Add some API docs for liberator. 2009-05-22 10:59:53 +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 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 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