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

1226 Commits

Author SHA1 Message Date
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
Martin Stubenschrott 100a41c51a :Help updates, still far from finished 2008-01-11 03:35:19 +00:00
Marco Candrian 571885a2c1 little fix (besides that I don't really understand it) 2008-01-10 18:52:21 +00:00
Martin Stubenschrott 6605e4fa19 y can yank the selection in visual caret mode now 2008-01-09 17:50:47 +00:00
Martin Stubenschrott 74310ca17a fixed :noremap which was broken after last commit 2008-01-09 16:44:40 +00:00
Martin Stubenschrott ab60334b01 allow mapping of yy or dx, when y or d is a single char mapping 2008-01-09 16:23:10 +00:00
Martin Stubenschrott b72d54ba2f fixed g<esc> not beeping again (thanks calmar) 2008-01-09 12:54:52 +00:00
Martin Stubenschrott 52df3a24dc added framework for :foo! <tab> special completion 2008-01-07 16:23:26 +00:00
Martin Stubenschrott a43249672f changed behavior of :bmarks! and :history! (thanks dpb) 2008-01-07 13:04:59 +00:00
Martin Stubenschrott e097b79a0d made followDocRelship work better 2008-01-06 16:37:49 +00:00
Martin Stubenschrott a8dd1597b1 updated makefile for autogenerating help with asciidoc, thanks a lot bartman! 2008-01-06 14:37:04 +00:00
Martin Stubenschrott 21b8064322 fix for cursor being stuck in command line when switching tabs 2008-01-06 02:14:09 +00:00
Martin Stubenschrott 43038f7566 refactored some yanking code 2008-01-05 23:31:07 +00:00
Martin Stubenschrott 642ac2ba27 fixed hints 2008-01-05 21:58:11 +00:00
Martin Stubenschrott 17fafa17dd * code refactoring, mostly methods from hints.js -> buffer.js
* ;s and :pageinfo try to propose filenames relative to the current directory now
2008-01-05 21:14:27 +00:00
Martin Stubenschrott 177b8d3b49 initial support for ;? in hintmode to display information about an element. Very incomplete, should become like the DOM inspector 2008-01-05 17:19:12 +00:00
Martin Stubenschrott ee4ccf6144 gi also works with textareas now 2008-01-05 13:19:46 +00:00
Martin Stubenschrott 2503c94383 gi focuses the first textbox now as a fallback 2008-01-05 13:15:05 +00:00
Martin Stubenschrott d600bbabec new :command command, thanks dpb! 2008-01-05 12:05:01 +00:00
Marco Candrian 9156dc4531 new setCustomMode for plugin writers 2008-01-04 11:50:49 +00:00
Martin Stubenschrott bd66b8522e more work towards a working :Help 2008-01-04 03:28:39 +00:00
Martin Stubenschrott 23098fc5eb don't save :autocmd on :mkvimperatorrc 2008-01-03 19:29:36 +00:00
Martin Stubenschrott 2aa72922a4 Totally unfinished, but first attempts with a temporary :Help command to use static html pages for the help 2008-01-03 14:40:03 +00:00
Martin Stubenschrott 488e55390c swapped meaning of gf and gF 2008-01-03 11:43:28 +00:00
Martin Stubenschrott 5ea202647b new gf gF and :viewsource commands (thanks dpb) 2008-01-03 11:39:40 +00:00