Doug Kearns
fefa6e4609
move getMapLeader() to liberator.Mappings
2008-09-11 16:39:29 +00:00
Doug Kearns
f2b0ce2317
revert use of argCount in :unmap commands as parseArgs() currently has no means
...
of dealing with unmatched quotes
2008-08-29 09:02:36 +00:00
Doug Kearns
49a4fddacd
add completion support to :*map commands
2008-08-20 15:16:03 +00:00
Doug Kearns
25eb1e134c
add completion to :*unmap commands
2008-08-20 12:10:44 +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
2a0c5ef869
rename variables named char as this is a reserved word
2008-08-05 02:03:41 +00:00
Doug Kearns
dbcf8c8b69
whitespace formatting fix
2008-07-30 01:20:35 +00:00
Doug Kearns
c1f1b1d419
expand <Leader> in addUserMap() (Tim Hammerquist)
2008-06-02 18:17:05 +00:00
Doug Kearns
973f3e5ca3
whitespace fixes
2008-06-02 18:11:47 +00:00
Doug Kearns
c1390135d2
whitespace fixes
2008-05-27 15:15:36 +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
67fda2892f
fixed vimperator.util.generateHelp
2008-03-02 23:01:56 +00:00
Martin Stubenschrott
48a79ca3cf
sort :commands for tab-completion
2008-03-01 00:27:10 +00:00
Martin Stubenschrott
2168ef2c2d
test mozdev homepage with no branding
2008-02-29 16:59:50 +00:00
Martin Stubenschrott
57debc00e0
* renamed shortHelp -> decription
...
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott
e02cc7622c
readded getUserIterator
2008-02-25 17:01:18 +00:00
Martin Stubenschrott
4ac9a3aa0f
got rid of all remaining mappings in mappings.js, most of the moved to editor.js
2008-02-24 12:16: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
800516acba
more refactoring
2008-02-23 23:00:43 +00:00
Martin Stubenschrott
a92f9c9a2b
moved some mappings to buffer.js and hints.js
2008-02-23 21:17:39 +00:00
Martin Stubenschrott
3b461b18c2
began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping
2008-02-14 15:00:05 +00:00
Martin Stubenschrott
e652d53e5d
moved search mappings to find.js
2008-02-13 05:02:49 +00:00
Martin Stubenschrott
fec955dcb2
changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future.
2008-02-12 15:57:12 +00:00
Martin Stubenschrott
76c161a0f4
moved allModes from mappings.js to vimperator.modes.all
2008-02-12 13:33:37 +00:00
Martin Stubenschrott
3f6a157524
renamed buffers.js to buffer.js
2008-02-11 17:13:20 +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
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
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
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
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
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
Marco Candrian
dfcb60fa74
Removed comment: yeah, feedkeys still needs that noremap arg
2008-01-11 17:46:46 +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
43038f7566
refactored some yanking code
2008-01-05 23:31:07 +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
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
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
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
5122e6c448
* Initial code for "waiting" macros. Still buggy/incomplete, but commiting, before merging other patches becomes even more tedious.
...
* Also a new attempt that pages don't have input focus after load, probably buggy as well
2007-12-18 15:05:03 +00:00
Martin Stubenschrott
14a367ff71
count support for @, and removed old unused hint mappings code
2007-12-17 11:29:01 +00:00