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

4205 Commits

Author SHA1 Message Date
Doug Kearns 0263e25443 remove :redraw as it relys on a FF3 only feature 2007-10-22 01:37:18 +00:00
Doug Kearns e410df4439 move remaining global constructor functions to the vimperator namespace 2007-10-21 10:39:23 +00:00
Doug Kearns 79577bea5f move Options.{setPref,getPref,setFirefoxPref,getFirefoxPref} to slots of vimperator.options 2007-10-21 05:34:50 +00:00
Doug Kearns d28cb96df2 add 'editor' to RC file syntax highlighter 2007-10-21 04:53:03 +00:00
Doug Kearns 7f3f2eac56 remove modes.js - accidentally included during the directory structure change 2007-10-21 02:00:10 +00:00
Martin Stubenschrott 8dfffbb50b reduced timeout of asynchronous vimperatorrc loading 2007-10-20 23:04:47 +00:00
Doug Kearns 5c6e60676f don't store options as preferences anymore 2007-10-20 12:47:15 +00:00
Doug Kearns 1533d3889d add new :mkvimperatorrc command 2007-10-20 12:40:01 +00:00
Doug Kearns eb26b06883 match comments more aggressively - add a vimperatorLineComment group 2007-10-20 07:39:10 +00:00
Doug Kearns 9873fed42c remove io.pathExists() 2007-10-20 02:53:46 +00:00
Martin Stubenschrott 0c505415a0 changed to error printing 2007-10-19 18:32:06 +00:00
Martin Stubenschrott 2c9fb23632 external editor support 2007-10-19 18:15:09 +00:00
Doug Kearns 774f52064e merge some minor documentation improvements 2007-10-19 15:54:12 +00:00
Doug Kearns bb7becfe41 move cursor property assignment to .hl-URL 2007-10-19 15:27:29 +00:00
Doug Kearns 0a01a5317b move cursor property assignment to .hl-URL 2007-10-19 15:26:57 +00:00
Doug Kearns 815f11ea3c update NEWS - remove MOW hyperlinking 2007-10-19 15:23:49 +00:00
Doug Kearns d24624c367 update NEWS for MOW hyperlinking 2007-10-19 15:23:12 +00:00
Doug Kearns 2929c39484 merge hyperlinked MOW URLs feature 2007-10-19 15:20:55 +00:00
Doug Kearns 232cd05f4a add basic string highlighting for the Vim RC file 2007-10-19 11:22:31 +00:00
Doug Kearns e82a6c0929 add basic string highlighting for the Vim RC file 2007-10-19 11:22:13 +00:00
Martin Stubenschrott d8308a5ca4 added :iabbr idea 2007-10-19 04:13:59 +00:00
Martin Stubenschrott 86b4b1ed09 new vimperator.io. object 2007-10-19 03:45:11 +00:00
Doug Kearns edce7ff639 rename file.js io.js 2007-10-19 00:00:12 +00:00
Martin Stubenschrott 772b8160bb get rid of will/would in help 2007-10-18 21:36:09 +00:00
Martin Stubenschrott 66c640578a allow -option foo in adition to -option=foo 2007-10-18 18:30:08 +00:00
Martin Stubenschrott 177a191940 made quoting a little more bash/vim-like 2007-10-18 18:12:05 +00:00
Martin Stubenschrott 9dfc4a7d40 better tab completion for URL commands, tokenize "filter" on \s+ and match each of the tokens 2007-10-18 17:38:59 +00:00
Martin Stubenschrott 129f7f23f7 :bmarks [filter] works again, now even with -tags=foo filtering 2007-10-18 16:45:22 +00:00
Doug Kearns 4f1dacc7a2 fix link target of :ls URLs in the MOW 2007-10-18 12:42:27 +00:00
Doug Kearns 1b05ad305f explicity use an element in the .hl-URL:hover selector since the MOW currently
uses about:blank which puts FF in quirks mode where this is required
2007-10-18 11:35:53 +00:00
Doug Kearns 16752d5da7 allow _ in option names 2007-10-18 11:32:08 +00:00
Doug Kearns a03c6021fd update NEWS 2007-10-18 05:58:40 +00:00
Doug Kearns d0e7ffe22d merge new gb and gB commands 2007-10-18 05:26:53 +00:00
Doug Kearns b509c91405 update AUTHORS and Donators 2007-10-18 04:01:18 +00:00
Doug Kearns 1e367ddad7 merge better :q 2007-10-18 03:57:17 +00:00
Doug Kearns cdced34078 merge new :winclose command 2007-10-18 03:53:43 +00:00
Doug Kearns 39e31084d4 merge update statusline on browser start 2007-10-18 03:46:08 +00:00
Martin Stubenschrott 8f7eea5145 updated todo 2007-10-17 21:07:07 +00:00
Martin Stubenschrott 58f2af3d1b new :winclose command 2007-10-17 21:01:13 +00:00
Martin Stubenschrott 6ab3f8b8a6 * return after quitting last tab
* update statusline on browser start
2007-10-17 20:42:01 +00:00
Martin Stubenschrott 9f0b1964eb better :q 2007-10-17 20:34:08 +00:00
Doug Kearns 4104006cf1 update vimperator.vim revision date 2007-10-17 00:36:01 +00:00
Doug Kearns 800d76f031 update vimperator.vim revision date 2007-10-17 00:35:20 +00:00
Doug Kearns c1f8c57396 further limit where vimperatorCommandWrapper matches 2007-10-17 00:34:08 +00:00
Doug Kearns 84bee2a914 further limit where vimperatorCommandWrapper matches 2007-10-17 00:33:32 +00:00
Martin Stubenschrott d6f61d7278 improvements in :echo object, :echo getBrowser() should work now reliable 2007-10-16 23:40:35 +00:00
Martin Stubenschrott 233e5aa58a new gb and gB commands 2007-10-16 21:43:25 +00:00
Doug Kearns 83df17f660 use the value of 'activate' when opening new tabs from the MOW 2007-10-16 14:05:52 +00:00
Martin Stubenschrott 329df9b7cd * only switch tabs when clicking the URL in :ls, to make it easier to select text
* allow ctrl-(shift-)-clicks to select cells in the MOW
2007-10-16 13:27:28 +00:00
Doug Kearns 9fbdfcedc2 update NEWS for hyperlinked MOW output 2007-10-16 12:49:13 +00:00