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
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
8184b1109f
moved more commands. the end of all the moving is near!
2008-02-28 23:55:02 +00:00
Martin Stubenschrott
8c45097170
made :dialogs generic, moved more commands to vim.js
2008-02-28 23:37:35 +00:00
Martin Stubenschrott
e02cc7622c
readded getUserIterator
2008-02-25 17:01:18 +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
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
e7593b776a
i think, i fixed the statusbar, please rereport when it isn't the case
2008-02-12 19:19:44 +00:00
Martin Stubenschrott
d1560b0cfb
moved v.buffer.switchTo to v.tabs.switchTo
2008-02-12 18:28:07 +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
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
f9ae6d097f
updated donators
2008-02-10 00:28:17 +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
513abc97b3
added yf idea
2008-02-07 03:46:00 +00:00
Martin Stubenschrott
97ae83a650
slightly updated TODO
2008-02-07 03:26:15 +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
cb7fef72ba
added calmar also to donators, thanks!
2008-02-04 18:07:20 +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
caba7c1a2f
changed vimperatorrc.example
2008-02-03 18:33:42 +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
Martin Stubenschrott
82540e8c65
small update to developer.txt
2008-01-25 04:08:36 +00:00
Martin Stubenschrott
2d048fba01
added many more ascii doc template files. Now they just need to be filled with useful text.
2008-01-23 15:28:19 +00:00
Martin Stubenschrott
588ab468c8
added marks.txt as a template, to be filled with real text
2008-01-23 15:09:00 +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
44ecbe1e3b
made listingblocks prettier
2008-01-23 00:53:46 +00:00
Martin Stubenschrott
48af3ce041
added example to developer.txt
2008-01-22 23:10:01 +00:00
Martin Stubenschrott
eaba023144
fixed :Help <tab>
2008-01-22 22:37:34 +00:00
Martin Stubenschrott
7dc86a387d
fixed small help issue
2008-01-22 22:36:01 +00:00
Martin Stubenschrott
320f1c5626
new developer information for writing docs
2008-01-22 22:26:19 +00:00
Martin Stubenschrott
ac84697611
more help
2008-01-22 21:40:45 +00:00
Martin Stubenschrott
435bce0d98
added :prefs to the help
2008-01-22 16:15:00 +00:00
Martin Stubenschrott
b0d51d7516
more help converted to the new help format
2008-01-22 14:00:37 +00:00
Martin Stubenschrott
ce0376a8f9
some help fixes
2008-01-22 01:25:50 +00:00
Martin Stubenschrott
7c67a24a35
fixed closing block
2008-01-21 19:12:25 +00:00
Martin Stubenschrott
25543cb3c8
options.txt is near final now, so START writing docs now :)
2008-01-21 18:54:29 +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
Martin Stubenschrott
052d3314e4
more help updates
2008-01-14 15:50:02 +00:00
Martin Stubenschrott
100a41c51a
:Help updates, still far from finished
2008-01-11 03:35:19 +00:00
Martin Stubenschrott
c5754c8aca
added dpb to AUTHORS
2008-01-11 00:05:05 +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
ca02613a83
asciidoc nearly ready
2008-01-06 15:13:43 +00:00
Martin Stubenschrott
80b600040d
tag and atag macros for asciidoc finally working
2008-01-06 14:50:11 +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
b82a57b89c
added first asciidoc files
2008-01-06 13:51:52 +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
d3f975fa74
updated TODO
2008-01-05 15:06:37 +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
a872775493
added modeline to NEWS and 0.5.3 version info
2008-01-05 12:44:04 +00:00
Martin Stubenschrott
d600bbabec
new :command command, thanks dpb!
2008-01-05 12:05:01 +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
dceb8e381e
updated Makefile for static help
2008-01-03 14:56:29 +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
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
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