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

123 Commits

Author SHA1 Message Date
Kris Maglione 4b6c27b1e7 Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs. 2008-09-10 04:28:11 +00:00
Doug Kearns 0f444d3e2f use hl-Title class for titles in :jumps, :autocmd, :viusage and :exusage MOW
output
2008-09-08 15:55:44 +00:00
Doug Kearns f12f956e41 add liberator.dump() to prefix dump() messages with our extension name 2008-09-08 04:41:23 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns ab5ce77baf add new BookmarkPost autocommand event 2008-08-31 08:56:38 +00:00
Doug Kearns 8742e8050b sort QuickMarks as [a-z][A-Z][0-9] in :qmarks output 2008-08-30 14:57:17 +00:00
Doug Kearns 5f37761bf3 whitespace fix 2008-08-21 03:52:14 +00:00
Martin Stubenschrott 4688d989f7 use history cache for newly opened pages 2008-08-16 10:38:00 +00:00
Martin Stubenschrott 3f5f7ee214 forgot to remove a debug output 2008-08-16 10:21:49 +00:00
Martin Stubenschrott 39ad2d9c0c fixed :history 2008-08-16 10:16:53 +00:00
Doug Kearns 22884392a2 return an error message if the URL arg to :back and :forward doesn't match
rather than just going back/forward one step in the history anyway
2008-08-14 10:17:25 +00:00
Doug Kearns a234aa747e make use of our argsParser to handle commands with zero arguments 2008-08-14 08:24:02 +00:00
Martin Stubenschrott 1035a01ace make use of our argsParser to handle commands with a fixed number of arguments.
Also added args.string to access the original string before it was parsed.
TODO: Always pass a parseArgs-like structure to commands, instead of only
when options or argCount is specified?
2008-08-13 21:53:56 +00:00
Doug Kearns 66ff19d7af trivial formatting improvements 2008-08-12 16:16:24 +00:00
Doug Kearns 874d94e7eb whitespace fix 2008-08-08 10:01:53 +00:00
Daniel Bainton 3b708a2aad Applying a patch from Juergen Descher for better bmarks error messages 2008-08-05 13:41:57 +00:00
Martin Stubenschrott 8a64e78d9e hopefully (=not tested) fixed regression with search engines 2008-08-05 00:16:30 +00:00
Doug Kearns 32dc7b8483 whitespace fixes 2008-07-29 21:12:57 +00:00
Martin Stubenschrott 60f040e54e added :b# for switching to alternative buffer, also finally commited Kipling's patch to use getShortcutOrURI 2008-07-28 22:16:04 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Martin Stubenschrott bb30dd4378 new :jumps command (thanks a lot, Konstantin) 2008-07-09 17:57:58 +00:00
Martin Stubenschrott 2a3a5277bf better args parser, plugin writers maybe need to change there
liberator.commands.add() slightly if they used args: as an extraInfo
2008-06-17 00:31:37 +00:00
Martin Stubenschrott 29a387f870 changed module loading and moved it to {vimperator,muttator}.js for
optional modules
2008-06-12 00:51:26 +00:00
Martin Stubenschrott ab9a6811bd don't send ctrl-keys to firefox in insert mode 2008-06-06 12:54:10 +00:00
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