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

149 Commits

Author SHA1 Message Date
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 09eb8e5939 begin moving commands from commands.js to where they belong 2008-02-25 15:22:12 +00:00
Martin Stubenschrott f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott a40bc05f11 fixed quickmarks 2008-02-07 03:59:04 +00:00
Martin Stubenschrott 1556268fea massive options.js cleanup. It is now only responsible for the options framework, but does not host
any option. They are now saved in the modules where the corresponding features are defined or in vim.js
if they are general options. Expect the same code rework for commands and mappings.
2008-02-07 03:03:27 +00:00
Martin Stubenschrott 2777a8e09c get rid off v.options.{g,s}etFirefoxPref and renamed it to {g,s}etPref. You shouldn't save vimperator specific preferences in the about:config anyway, but store larger things like the history in the SQLITE database. 2008-02-05 01:00:15 +00:00
Martin Stubenschrott a43249672f changed behavior of :bmarks! and :history! (thanks dpb) 2008-01-07 13:04:59 +00:00
Martin Stubenschrott 78527f8d95 updated copyright dates, thanks to dpb with:
for i in `grep -r 2007 content skin | grep -v CVS | cut -d ':' -f 1`; do sed -i -e 's/2007/2008/' $i; done
2008-01-02 14:17:10 +00:00
Martin Stubenschrott 58efd457dd fixed bookmarks to work with newer FF3 API 2008-01-02 12:52:21 +00:00
Martin Stubenschrott 5090c560ab "A" adds the bookmark in the unfiled bookmarks folder now 2007-12-03 22:12:25 +00:00
Doug Kearns f6e18dd5d8 whitespace fixes 2007-12-02 08:54:48 +00:00
Martin Stubenschrott 5e56767701 fixed some bookmarks of appearing twice 2007-12-02 00:13:47 +00:00
Doug Kearns 48884809a2 normalise catch block parameter names 2007-11-30 09:10:51 +00:00
Martin Stubenschrott 06a60ef443 also fix :bmark 2007-11-27 13:58:59 +00:00
Martin Stubenschrott eead04a14d fixed bookmarks with: bookmarksRoot -> placesRoot 2007-11-27 12:35:45 +00:00
Doug Kearns 44705af3b1 whitespace fixes 2007-11-22 05:32:50 +00:00
Martin Stubenschrott 6003d130c4 moved updating of statusline from toggle-> add/remove 2007-11-20 13:04:55 +00:00
Martin Stubenschrott b4dc32470d Fixed :cd not changing to home dir 2007-11-20 12:57:34 +00:00
Martin Stubenschrott 06c23ac254 an experimental hearts symbol in the statusline for bookmarked pages. Needs a unicode font, so might be problematic 2007-11-20 02:24:59 +00:00
Doug Kearns fa1229294c use camel case for all indentifiers 2007-11-19 03:52:36 +00:00
Martin Stubenschrott b46255f7cd new a and A mappings 2007-11-18 00:51:54 +00:00
Doug Kearns 51332e41a9 declare some loop counters in followDocumentRelation and whitespace fixes 2007-11-16 15:00:11 +00:00
Doug Kearns f50bca0453 use RegExp#test in preference to String#match 2007-11-16 12:48:03 +00:00
Doug Kearns c362c70f03 add more missing semicolons 2007-11-11 03:01:55 +00:00
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