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

173 Commits

Author SHA1 Message Date
Doug Kearns 434844b688 use the 'singleton' construction idiom rather than classical constructors for
creating the bookmarks, history, commandline, search, previewwindow,
bufferwindow, statusline, buffer, editor, marks and quickmarks objects
2007-11-11 02:18:15 +00:00
Doug Kearns 2c5655e182 whitespace formatting fixes 2007-11-10 15:06:07 +00:00
Doug Kearns b204012556 convert single quotes to double quotes 2007-11-06 11:22:39 +00:00
Doug Kearns 835b6fc726 remove redundant boolean equality test in v.bookmarks.add 2007-11-01 01:18:00 +00:00
Doug Kearns e736d007c7 remove redundant equality test for engine_name in v.bookmarks.getSearchURL 2007-10-31 07:44:34 +00:00
Doug Kearns 9476bbedc7 remove some old TODO comments 2007-10-30 09:29:32 +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
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 91452f438f make each row of the buffer list clickable and jump to the selected buffer 2007-10-16 12:05:57 +00:00
Doug Kearns be22d59c63 make URLs in the :bmarks output clickable 2007-10-16 11:11:13 +00:00
Martin Stubenschrott 5c046456d1 new args parser, converted :bmarks to it, which can now user -keyword= and -tags= 2007-10-16 04:08:38 +00:00
Martin Stubenschrott db8d6e766a removed useless outer loop 2007-10-12 01:51:32 +00:00
Martin Stubenschrott 33029971af more verbose :version output 2007-10-11 18:36:41 +00:00
Martin Stubenschrott 4a9d0a6fe1 show keywords and tags in the :bmarks output 2007-10-11 14:12:16 +00:00
Martin Stubenschrott 2521d3e693 added flags to vimperator.commandline.echo() 2007-10-08 23:22:04 +00:00
Doug Kearns 0a218107ce escape ex command stings prepended to the MOW output 2007-10-06 02:05:38 +00:00
Doug Kearns 2d1152cef9 add vimperator.util.escapeHTML 2007-10-06 01:58:38 +00:00
Doug Kearns b936238b5e don't prepend the ex command string to the MOW output for all commands 2007-10-06 01:12:55 +00:00
Doug Kearns e920cd3170 move more-prompt messages to the commandline and use the default UI font size
in the MOW
2007-10-02 20:45:56 +00:00
Doug Kearns b76c20b99d add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
2007-10-02 18:20:19 +00:00
Doug Kearns 8394871a42 change directory structure to follow the more standard package hierarchy 2007-09-30 16:41:36 +00:00