Doug Kearns
28e15cb66c
enable vimperator.events.toString() to return keysyms for mouse events
2007-09-17 05:37:29 +00:00
Doug Kearns
93acaadbd0
add 'more' option and standard more-prompt key mappings
2007-09-16 12:18:11 +00:00
Martin Stubenschrott
353bfa2a74
major mode rewrite, still not fully complete, but usable
2007-09-14 03:35:12 +00:00
Martin Stubenschrott
9a7ecb0f5c
removed block cursor, it is just too unreliable :(
...
Many improvments in textarea mode with support for motion commands like c or d;
initial f,F,t and T support (only textarea + visual mode, no motion yet);
2007-09-12 05:43:11 +00:00
Martin Stubenschrott
009d567b0c
- TEXTAREA support! Not working perfectly, but for a one-day-work i am impressed myself,
...
now just needing to add commands with MOTION like cw or d0. Visual mode works already
quite well.
- gi support
- BUG: special keys like home/end in the location bar stoped working by this dramatic changes
2007-09-08 04:17:00 +00:00
Martin Stubenschrott
5f6958521e
start of a caret mode
2007-09-06 14:24:18 +00:00
Doug Kearns
908124ce22
add a visual bell and replace 'beep' with 'visualbell'
2007-09-05 18:49:26 +00:00
Martin Stubenschrott
85ae819eb8
text in the statusline URL can be selected again, sorry Doug :(
2007-08-28 00:41:50 +00:00
Doug Kearns
75a8d7d453
make sure the active listcell in the second column of the preview window uses
...
HighlightText as the CSS color value and move the #vimperator-multiline-output
styles to default.css
2007-08-24 11:10:53 +00:00
Martin Stubenschrott
67251ecff9
overflow: hidden for the MOW
2007-08-15 17:45:38 +00:00
Martin Stubenschrott
0d81e13533
hopefully made the MOW hack better, so that it doesn't show during startup
...
fixed wildoptions=sort
2007-08-13 18:12:40 +00:00
Martin Stubenschrott
27839f303d
commandline and MIW try to keep focus now
...
changed commandline handling in general
autosize MIW on new content
new handling should be more robust, but there may be bugs, please report
2007-08-12 00:03:44 +00:00
Martin Stubenschrott
e91f192a62
added <space>-support for feedkeys()
...
moved KeyboardEvent.prototype.toString() -> vimperator.events.eventToString()
2007-08-11 19:20:39 +00:00
Doug Kearns
ad44a9160c
initial buffer implementation
2007-08-07 14:19:20 +00:00
Doug Kearns
f71a3c1722
add onMultilineOutputEvent for handling more-prompt keypress events
2007-08-04 13:38:28 +00:00
Doug Kearns
755dfce0e6
add missing crop attribute to #vimperator-statusline-field-url label use "end"
...
value for crop attributes rather than the deprecated "right"
2007-07-31 16:15:12 +00:00
Martin Stubenschrott
b4dfb2540b
inputMultiline method finished (some display bug may remain)
...
:js <<EOF support is back, better than ever (TM)
2007-07-29 03:48:29 +00:00
Doug Kearns
74322fce1c
replace readonly textboxes in the commandline and statusbar with labels and
...
simplify the skin styling
2007-07-17 14:55:41 +00:00
Doug Kearns
e0245fe575
move the Events and Tabs objects to files of their own and add a license header
...
to files without one
2007-07-13 14:11:00 +00:00
Doug Kearns
d7c8bec9c8
move all XUL styling to default.css
2007-07-09 06:47:41 +00:00
Martin Stubenschrott
5775aaaff5
changed '|' to ', ' as a url separator
2007-07-04 13:32:34 +00:00
Doug Kearns
0e1eee7ae7
move global help() command to a vimperator slot
2007-07-04 10:11:36 +00:00
Martin Stubenschrott
84874eec04
Fixed some focus issues
...
First (non-working) readMultiline implementation
2007-07-03 09:04:10 +00:00
Martin Stubenschrott
10aba69c3d
initial commit of multiline echo()
2007-06-27 13:10:44 +00:00
Martin Stubenschrott
7af9664ac0
- fixed commandline focus/blur behavior
...
- could be buggy, so please report any bugs
- text selection is not possible anymore for :echo'ed things, should come later when holding shift
- cleared commandline on scroll events
2007-06-12 10:48:35 +00:00
Martin Stubenschrott
36a2ec59ec
now we have a Events() class
...
Please report all bugs which arised because of these changes
Still not sure, if we should put that into an event.js
2007-06-09 13:39:13 +00:00
Doug Kearns
5e2bd9cecb
change all references to "settings" to "options"
2007-06-06 15:32:11 +00:00
Doug Kearns
bc717bdc24
convert help page to XHTML Strict (excepting the id values) and add initial
...
implementations for the :viusage and :exusage commands
2007-06-06 13:52:18 +00:00
Martin Stubenschrott
b51357109d
merged the new mappings code, all glory goes to Doug!
2007-05-31 09:11:24 +00:00
Martin Stubenschrott
43676b4f81
explicitly set JS version to 1.7
2007-05-27 15:48:05 +00:00
Martin Stubenschrott
2a547a794f
moved tab related functions to the Tabs class
2007-05-23 01:18:46 +00:00
Martin Stubenschrott
85e4265848
many help fixes
...
moved echo() -> vimperator.echo() and removed old XUL entries.
2007-05-22 09:13:32 +00:00
Martin Stubenschrott
d99945054c
renamed commandline.js -> ui.js
...
moved all statusbar code to the StatusLine() class
2007-05-16 15:31:50 +00:00
Martin Stubenschrott
77686ff159
renamed CompletionList -> InformationList which is now a common class for the
...
completion window, for the preview window and the buffer window ("B").
Only the StatusLine class to go...
2007-05-15 04:50:00 +00:00
Martin Stubenschrott
7ac9a05803
First attempt in making vimperator object orietened.
...
For now only the CommandLine widget was made a real encapsulated object.
2007-05-11 12:42:17 +00:00
Martin Stubenschrott
92c863442d
Makefile fixes and much sexier help file
2007-04-29 00:26:31 +00:00
Viktor Kojouharov
becfb9ca3f
fix the :help command
2007-04-23 18:23:16 +00:00
Martin Stubenschrott
1ae53ecbf8
make help.js a seperate file, small indention fixes
2007-04-23 11:14:33 +00:00
Viktor Kojouharov
3ddfb11add
ex parser for use with .vimperatorrc, the command line and other sourced files. sourced files are no longer javascript code, but can use the new :javascript ex command to execute javascript. :javascript also supports multiline with heredocs (:js <<EOF). File completion for the :source command.
2007-04-22 14:17:28 +00:00
Martin Stubenschrott
43f25cee76
now we have a new build Makefile
...
also added file.js which is responsible for file writing/loading in future
2007-04-20 14:46:29 +00:00
Martin Stubenschrott
67aa5305e8
added counter to web site
2007-04-18 01:18:46 +00:00
Martin Stubenschrott
849789d23d
Added Ctrl-[ alias, and 's' guioption
2007-04-16 23:31:55 +00:00
Martin Stubenschrott
d0fe3cc426
Initial import
2007-04-10 19:43:19 +00:00