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

189 Commits

Author SHA1 Message Date
Kris Maglione a665c842a0 Fix MOW bug. 2008-09-14 18:40:35 +00:00
Kris Maglione a863083360 Make bookmark cache window independent and more dynamic. 2008-09-14 01:16:23 +00:00
Doug Kearns 3113c26a86 whitespace fixes 2008-09-11 08:08:50 +00:00
Kris Maglione 56155a6032 Add a storage module to persistently store, and share between windows, quickmarks, command/search history, and option values. 2008-09-11 02:29:57 +00:00
Doug Kearns 23ccb9a689 fix some for..in loops used to iterate over arrays 2008-09-10 20:09:23 +00:00
Doug Kearns a6a9561bdd add commandline completion to 'cpt' 2008-09-10 18:57:15 +00:00
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 8f46fdb88e add 'wildignore' option 2008-09-04 04:26:11 +00:00
Doug Kearns 339dd911cd expand environment variables when setting 'cdpath' and 'shell' 2008-09-01 13:36:15 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns f76d0c3ccd add liberator.eval() 2008-09-01 03:06:29 +00:00
Doug Kearns 96eae9b16e add <C-c> mapping to the command line to return to normal mode 2008-08-27 02:05:17 +00:00
Doug Kearns fef1c0051e fix 'laststatus' validator 2008-08-23 02:30:35 +00:00
Doug Kearns dee53e3b9f whitespace fixes 2008-08-21 22:31:06 +00:00
Daniel Bainton 67b0492431 Adding some checks to check if win is defined 2008-08-13 09:22:18 +00:00
Doug Kearns 23692e57aa add some missing semicolons and remove some trailing commas 2008-07-27 15:08:06 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Martin Stubenschrott 7aa055d9d3 show info about tabs loaded in background; also allow ctrl- prefixed keys again 2008-06-24 20:36:06 +00:00
Martin Stubenschrott 3c4160116b show completions automatically for commands like commandline.open(":", "buffer! ") 2008-06-20 13:07:29 +00:00
Tim Hammerquist c55d7b51d0 added option value completion; small typos. 2008-06-19 22:34:45 +00:00
Martin Stubenschrott 600ff1cce9 override browser.zoom.siteSpecific 2008-06-19 12:30:18 +00:00
Martin Stubenschrott e4680bfd2e prevent completion flickering by using a cache 2008-06-18 10:55:10 +00:00
Martin Stubenschrott ee6f8df80f experimental wildoptions=auto and awesome bar support, display flickers a
little for now
2008-06-17 23:40:52 +00:00
Martin Stubenschrott 9b9a92e0cd hack-- for completions 2008-06-08 23:59:31 +00:00
Martin Stubenschrott 1742c9cd44 don't beep in input boxes 2008-06-08 01:41:41 +00:00
Martin Stubenschrott ff92690794 fixed visual glitch with <tab> in commandline when there are no results 2008-06-07 22:02:56 +00:00
Martin Stubenschrott f735f772e4 VERY hacky fix to allow :side<tab><space><tab> completion 2008-06-06 14:47:24 +00:00
Doug Kearns ff132570d3 add missing semicolons 2008-06-03 15:16:12 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Martin Stubenschrott 64b0e3b8e1 [muttator] allow external editor with ctrl-i when composing messages. Also a framework for more compose window related mappings (like y to send message) 2008-05-14 12:21:05 +00:00
Martin Stubenschrott 04004ebb39 new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard 2008-05-05 13:22:55 +00:00
Martin Stubenschrott b9327b6bf2 added search suggestions (thanks to M.Terada) 2008-04-23 18:00:52 +00:00
Martin Stubenschrott 19059a46cb added google suggestions to tab completion 2008-03-31 13:22:47 +00:00
Martin Stubenschrott 6d514074ec fixed :open http://<tab> completion 2008-03-27 16:12:57 +00:00
Martin Stubenschrott 618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott 80a8611377 fixed slow <tab> regression 2008-03-03 01:08:14 +00:00
Martin Stubenschrott d7364fbe72 fixed MOW for muttator 2008-03-01 01:15:09 +00:00
Martin Stubenschrott 48a79ca3cf sort :commands for tab-completion 2008-03-01 00:27:10 +00:00
Martin Stubenschrott 3c203e5563 fixed :js <<EOF 2008-03-01 00:12:07 +00:00
Martin Stubenschrott aa3934cf2d fixed system() and other io methods 2008-02-29 23:47:27 +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 62b053bab2 added mail.js, <enter> and <esc> switch between normal and -- MESSAGE -- mode now 2008-02-11 15:42:52 +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 5f04e70663 added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well 2008-02-05 15:30:08 +00:00
Martin Stubenschrott 286feedfc7 initial small changes, so muttator loads at least fully 2008-02-05 01:31:06 +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 a994d42a56 get rid of Cc/Ci, as that's thunderbird incompatible 2008-02-01 17:52:41 +00:00
Martin Stubenschrott af927e89c5 swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc 2008-01-23 14:42:50 +00:00
Martin Stubenschrott c0d333629e simple fix, that we don't echo message while not in the main thread. This fixes :set editor=unknown_editor to not hang firefox 2008-01-02 17:22:19 +00:00