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

1250 Commits

Author SHA1 Message Date
Martin Stubenschrott 76c161a0f4 moved allModes from mappings.js to vimperator.modes.all 2008-02-12 13:33:37 +00:00
Martin Stubenschrott 63b66497e9 fixed focus stuff for muttator again, we just can't avoid it that we end up in
-- MESSAGE -- mode when we click a link. Press <esc> to get back to normal mode.
2008-02-11 18:00:56 +00:00
Martin Stubenschrott 3f6a157524 renamed buffers.js to buffer.js 2008-02-11 17:13:20 +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 f22a5b7ea2 made focus handling for muttator much better 2008-02-10 14:34:57 +00:00
Martin Stubenschrott db56095bc8 fixed defaultValue in :set! 2008-02-07 12:55:09 +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 b3eb0000ab buffer.txt added 2008-02-06 23:00:50 +00:00
Martin Stubenschrott 1985fc2853 made guioptions handling generic. Updated minimum requirement to Firefox3 beta3 2008-02-06 18:17:32 +00:00
Martin Stubenschrott 7479699004 fixed :help for thunderbird 2008-02-05 22:19:17 +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 7d9e1e100a added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core. 2008-02-05 13:49:59 +00:00
Martin Stubenschrott 6ec0f8f7c1 made zoom functions thunderbird compatible 2008-02-05 03:03:22 +00:00
Martin Stubenschrott f2d1334ce7 added vimperator.config.mainWidget 2008-02-05 02:51:58 +00:00
Martin Stubenschrott c9fdb64ba1 fixed :map <Right> gt 2008-02-05 01:43:33 +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 8c100b78ba moved run/system/source to vimperator.io and objectToString to vimp.util 2008-02-05 00:12:18 +00:00
Martin Stubenschrott 50848e9d98 changed make system to allow easy development of muttator, also added first muttator specific file to the repository 2008-02-04 16:10:27 +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 e2e42c83c8 fixed F1 2008-02-01 14:12:48 +00:00
Martin Stubenschrott 3b4f00a2e8 many small style improvements, some useless test functions added (yeah, that's why it's called "pre" software :)) 2008-02-01 02:45:31 +00:00
Martin Stubenschrott ee73cd05a9 biggest commit ever: cvs diff -u |wc -l -> 2491 lines; Removed all inline help 2008-01-31 22:57:59 +00:00
Martin Stubenschrott 8e00f16baa all help converted to asciidoc, now only somebody needs to file them in the correct place.
New vimperator.util.generateHelp(command) for generating asciidoc added.
2008-01-31 18:32:39 +00:00
Martin Stubenschrott fd631194d5 Fixed vimperator for newer firefoxes due to changed ids 2008-01-31 12:16:00 +00:00
Daniel Bainton a510328e4b Fixing ;y<num> to yank the hint destination URL instead of the current page 2008-01-25 05:06:58 +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 4153597a02 fixed :Help without arg 2008-01-23 02:11:45 +00:00
Martin Stubenschrott eaba023144 fixed :Help <tab> 2008-01-22 22:37:34 +00:00
Martin Stubenschrott b0d51d7516 more help converted to the new help format 2008-01-22 14:00:37 +00:00
Marco Candrian 6b9c2a7b0d changes :macro to :play + delMarcos to deleteMacros 2008-01-21 13:23:25 +00:00
Marco Candrian 2b71bd70b8 :macro for playing a macro added 2008-01-21 12:58:22 +00:00
Marco Candrian 7982265c98 :delmacros regex added 2008-01-21 12:12:26 +00:00
Martin Stubenschrott 09a4c0e15b do not load .swp or other files in macro directory 2008-01-20 23:34:00 +00:00
Martin Stubenschrott 6f7ae23530 list :macros as a instead of "a 2008-01-20 23:14:59 +00:00
Marco Candrian 76ab7e9616 regex instead of string compare on :macros and :macrosdump 2008-01-20 21:07:44 +00:00
Marco Candrian d21dccfff7 :macros <filter> added + 2 additional autocommands events: BrowserRestart and BrowserQuit 2008-01-20 19:23:31 +00:00
Marco Candrian 4be468e568 not needed comment removed 2008-01-19 12:53:59 +00:00
Marco Candrian 40cc702d48 no need to check for multiple mappings names, since they dont exist. so.. 2008-01-15 15:53:48 +00:00
Marco Candrian 87ed1091aa comments improved on mappings.list 2008-01-14 19:43:59 +00:00
Martin Stubenschrott 052d3314e4 more help updates 2008-01-14 15:50:02 +00:00
Marco Candrian b2bdf6edca :dia selectionsource added 2008-01-14 12:51:36 +00:00
Daniel Bainton 9ecacc94c8 Fixing :buffer without arguments to act like vim 2008-01-13 02:56:53 +00:00
Daniel Bainton f369cd1fe0 Fixing tab completion for normal :set values 2008-01-13 01:51:33 +00:00
Marco Candrian 435452018c unnecessary comments removed 2008-01-11 20:33:43 +00:00
Marco Candrian dfcb60fa74 Removed comment: yeah, feedkeys still needs that noremap arg 2008-01-11 17:46:46 +00:00
Daniel Bainton fa9e91a232 Fixing tab completion for :set! values 2008-01-11 15:30:58 +00:00
Daniel Bainton 28910829cb Fixing tab completion for :set! 2008-01-11 15:14:19 +00:00
Daniel Bainton bdfe11a031 :set! now lets you change about:config prefs 2008-01-11 14:42:18 +00:00