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 |
|
Martin Stubenschrott
|
58efd457dd
|
fixed bookmarks to work with newer FF3 API
|
2008-01-02 12:52:21 +00:00 |
|
Martin Stubenschrott
|
6f59f0092c
|
updated donators
|
2008-01-02 08:26:22 +00:00 |
|
Martin Stubenschrott
|
9e67dd71b5
|
updated donators
|
2007-12-31 11:24:46 +00:00 |
|
Martin Stubenschrott
|
5344af4d02
|
updated donators
|
2007-12-21 02:57:38 +00:00 |
|
Martin Stubenschrott
|
39094268eb
|
new vimperator.buffer.element function to quickly retrieve a single element with XPath attributes
|
2007-12-20 15:19:09 +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
|
39fbf33d8b
|
lastInputField is now available after switching tabs, new v.buffer.loaded getter/setter
|
2007-12-17 20:45:28 +00:00 |
|
Martin Stubenschrott
|
14a367ff71
|
count support for @, and removed old unused hint mappings code
|
2007-12-17 11:29:01 +00:00 |
|
Martin Stubenschrott
|
1de6096906
|
better fix for getcwd
|
2007-12-13 13:56:50 +00:00 |
|
Martin Stubenschrott
|
aaa317b143
|
another attempt to fix getcwd on windows
|
2007-12-13 13:50:55 +00:00 |
|
Martin Stubenschrott
|
24adb1bb92
|
fixed getCurrentDirectory() to not call an infinite loop, makes :cd etc. work on windows hopefully
|
2007-12-12 17:58:52 +00:00 |
|
Martin Stubenschrott
|
347f12e559
|
fixed timeout when changing from HINTS mode
|
2007-12-12 06:00:38 +00:00 |
|
Martin Stubenschrott
|
9f56b8d7f5
|
advanced scrolling when focus is at a wrong element/frame
|
2007-12-12 05:27:11 +00:00 |
|
Martin Stubenschrott
|
2dafed7328
|
removed accidental alert()
|
2007-12-12 04:29:59 +00:00 |
|
Martin Stubenschrott
|
b26634f34a
|
reset mode on begin document load, this should fix the annoying -- INSERT -- problem
|
2007-12-12 04:23:42 +00:00 |
|
Martin Stubenschrott
|
e7aa6020a8
|
quick fix for :help not working, CRASHES firefox however when issuing :help when :help is already open. -> need to look into that later
|
2007-12-12 01:39:16 +00:00 |
|
Martin Stubenschrott
|
32ecd9712c
|
added stal=0 reference to guioptions help
|
2007-12-11 13:54:38 +00:00 |
|
Martin Stubenschrott
|
bcc3ca6dd8
|
updated donators
|
2007-12-05 23:47:12 +00:00 |
|
Martin Stubenschrott
|
afb54f6246
|
small help fixes, thanks dpb!
|
2007-12-04 14:08:20 +00:00 |
|
Martin Stubenschrott
|
b66b8f189a
|
changed next/prevpatterns again
|
2007-12-03 23:42:35 +00:00 |
|
Martin Stubenschrott
|
6dc2867e26
|
changed AUTHORS file slightly
|
2007-12-03 23:07:58 +00:00 |
|
Martin Stubenschrott
|
5090c560ab
|
"A" adds the bookmark in the unfiled bookmarks folder now
|
2007-12-03 22:12:25 +00:00 |
|
Martin Stubenschrott
|
eb535ff8bf
|
new g0/g$ mappings
|
2007-12-03 06:03:41 +00:00 |
|
Martin Stubenschrott
|
5e56767701
|
fixed some bookmarks of appearing twice
|
2007-12-02 00:13:47 +00:00 |
|
Martin Stubenschrott
|
06a60ef443
|
also fix :bmark
|
2007-11-27 13:58:59 +00:00 |
|
Martin Stubenschrott
|
eead04a14d
|
fixed bookmarks with: bookmarksRoot -> placesRoot
|
2007-11-27 12:35:45 +00:00 |
|
Martin Stubenschrott
|
4f4f96d591
|
slightly changed next/prev patterns to allow things like "< Older", or "back <"
|
2007-11-26 13:39:08 +00:00 |
|
Martin Stubenschrott
|
4a8ae26cdd
|
changed ]n and ]p to ]] and [[
|
2007-11-23 02:05:19 +00:00 |
|
Martin Stubenschrott
|
794e80c1a8
|
* merged ctrl-x/a commands
* fixes for file:/ handling
* fixed gu and gU
|
2007-11-22 20:00:46 +00:00 |
|
Martin Stubenschrott
|
6003d130c4
|
moved updating of statusline from toggle-> add/remove
|
2007-11-20 13:04:55 +00:00 |
|
Martin Stubenschrott
|
b4dc32470d
|
Fixed :cd not changing to home dir
|
2007-11-20 12:57:34 +00:00 |
|
Martin Stubenschrott
|
06c23ac254
|
an experimental hearts symbol in the statusline for bookmarked pages. Needs a unicode font, so might be problematic
|
2007-11-20 02:24:59 +00:00 |
|
Martin Stubenschrott
|
1d9004c99c
|
error message for non-existing :cd dir
|
2007-11-20 01:12:50 +00:00 |
|
Martin Stubenschrott
|
678a5657fd
|
many bug fixes, :cd and :pwd commands, ~ mapping
|
2007-11-20 00:40:40 +00:00 |
|
Martin Stubenschrott
|
da34b3dc81
|
* io.getFile() works for relative filenames now
* completion functions must return the start point now from which position of the "filter" string they return the results
|
2007-11-19 22:46:55 +00:00 |
|
Martin Stubenschrott
|
19e342bc3a
|
changed default next/prev patterns slightly
|
2007-11-19 18:42:02 +00:00 |
|
Martin Stubenschrott
|
b20dac2b99
|
added -title=... to a mapping
|
2007-11-18 04:14:20 +00:00 |
|
Martin Stubenschrott
|
b46255f7cd
|
new a and A mappings
|
2007-11-18 00:51:54 +00:00 |
|
Martin Stubenschrott
|
eb51d93a79
|
some new ideas in the TODO
|
2007-11-17 14:59:35 +00:00 |
|
Martin Stubenschrott
|
fb0f84b611
|
changed AUTHORS back to utf-8, even if mozdev does not work correctly with it.
Also moved Viktor to inactive developers for now.
|
2007-11-17 14:22:54 +00:00 |
|
Martin Stubenschrott
|
77b1de73ce
|
vimperator is default namespace for scripts, :echo, :js and :time now, so if (options["visualbell"]) ... works there
|
2007-11-13 22:43:48 +00:00 |
|
Martin Stubenschrott
|
479928bd64
|
made followLink() a function in vimperator.buffer. so also other modules can use it
|
2007-11-13 21:31:01 +00:00 |
|
Martin Stubenschrott
|
cbc6785802
|
tweaked pageinfo output slightly
|
2007-11-12 18:19:57 +00:00 |
|
Martin Stubenschrott
|
68f1597c38
|
better byte formating
|
2007-11-12 12:05:32 +00:00 |
|
Martin Stubenschrott
|
01f70ad336
|
allow :set wildoptions=
|
2007-11-12 11:51:25 +00:00 |
|
Martin Stubenschrott
|
f46ff53a52
|
shorter date for ctrl-g
|
2007-11-11 17:09:42 +00:00 |
|
Martin Stubenschrott
|
f2b6db3b72
|
* initial frame support for hints, slightly buggy
* numbers can now be escaped with \ to be treated as text (thanks calmar)
|
2007-11-09 14:09:21 +00:00 |
|
Martin Stubenschrott
|
6294f599e4
|
removed useless 3rd paramter from setTimeout
|
2007-11-09 00:43:08 +00:00 |
|
Martin Stubenschrott
|
4dfe91b246
|
slight hint display improvment on illegal hint number
|
2007-11-09 00:41:34 +00:00 |
|
Martin Stubenschrott
|
087eab6735
|
no beep on f18<esc> with 'hto' > 0
|
2007-11-09 00:24:55 +00:00 |
|
Martin Stubenschrott
|
59d6412637
|
added working hinttimeout option
|
2007-11-09 00:19:51 +00:00 |
|
Martin Stubenschrott
|
79c17fe9bd
|
changed date in pageinfo to locale date format
|
2007-11-08 17:37:09 +00:00 |
|
Martin Stubenschrott
|
4c0cf136cf
|
added black foreground color to help
|
2007-11-06 16:00:11 +00:00 |
|
Martin Stubenschrott
|
d3960bd1d2
|
fixed ;y and ;Y hints
|
2007-11-05 22:51:28 +00:00 |
|
Martin Stubenschrott
|
8c28e8fd81
|
added feeds info to :pageinfo
|
2007-11-05 22:48:03 +00:00 |
|
Martin Stubenschrott
|
be0f735339
|
small hint tweak, thanks calmar
|
2007-11-04 12:55:23 +00:00 |
|
Martin Stubenschrott
|
d600e6744b
|
fixed display of active hint
|
2007-11-03 18:12:47 +00:00 |
|
Martin Stubenschrott
|
b17aec84a2
|
removed a log message
|
2007-11-02 22:19:22 +00:00 |
|
Martin Stubenschrott
|
e9b53a9b4a
|
now really remove that option
|
2007-11-02 21:57:06 +00:00 |
|
Martin Stubenschrott
|
c083fcf92c
|
removed maxhints option
|
2007-11-02 14:17:28 +00:00 |
|
Martin Stubenschrott
|
386b0e78f2
|
fixed combination of tab + numbers in hints
|
2007-11-02 14:15:07 +00:00 |
|
Martin Stubenschrott
|
8cc89de62d
|
updated abbreviations
|
2007-11-02 13:58:31 +00:00 |
|
Martin Stubenschrott
|
463f6ea748
|
also prevent websites from catching keyup keys (fixes dict.leo.org)
|
2007-11-02 01:07:36 +00:00 |
|
Martin Stubenschrott
|
5dac5326a5
|
saving abbreviations with :mkvimperatorrc works; also added :source! ~/.vimperatorrc.local to :mkv
|
2007-11-02 00:57:13 +00:00 |
|
Martin Stubenschrott
|
baebe6978c
|
abbreviations for textboxes (thanks calmar)
|
2007-11-01 20:30:03 +00:00 |
|
Martin Stubenschrott
|
2e45514f1e
|
speeded up hints display on large sites by factor 2
|
2007-11-01 13:31:53 +00:00 |
|
Martin Stubenschrott
|
418181ad1e
|
initial number support for hints, unpolished however
|
2007-10-31 16:31:15 +00:00 |
|
Martin Stubenschrott
|
2bf50b04b9
|
tab-support for hints
|
2007-10-31 06:27:58 +00:00 |
|
Martin Stubenschrott
|
d17af4b6d9
|
changed always hints keys to ;f and ;F
|
2007-10-30 14:26:53 +00:00 |
|
Martin Stubenschrott
|
3795b74979
|
fixed MOW message stacking and some small speed improvements
|
2007-10-30 14:06:45 +00:00 |
|
Martin Stubenschrott
|
c01abea9e7
|
new ctrl-g and g,ctrl-g commands
|
2007-10-27 14:38:52 +00:00 |
|
Martin Stubenschrott
|
3b82de8c35
|
new :pageinfo command (thanks calmar)
|
2007-10-27 00:52:01 +00:00 |
|
Martin Stubenschrott
|
c2a02ccd6d
|
increased zIndex as there seem to be sites with zIndex = 1.000.000 out there
|
2007-10-26 03:47:29 +00:00 |
|
Martin Stubenschrott
|
d468cfe790
|
experimental hinting of images with a transparent span
|
2007-10-26 02:59:39 +00:00 |
|
Martin Stubenschrott
|
11815eaa73
|
new alwayshints mode on ;a and F for quickhints in new tab
|
2007-10-25 23:30:10 +00:00 |
|
Martin Stubenschrott
|
faefb78c24
|
many small fixes to the hints, and some minor mode handling changes
|
2007-10-25 19:57:49 +00:00 |
|
Martin Stubenschrott
|
d9856b3f06
|
<return> support for hints
|
2007-10-24 21:20:10 +00:00 |
|
Martin Stubenschrott
|
701496cd0a
|
extract better text for input or select fields
|
2007-10-24 19:32:56 +00:00 |
|
Martin Stubenschrott
|
5b61704f6c
|
quick fix for hints.hide(), will need to change to something better
|
2007-10-24 11:52:57 +00:00 |
|
Martin Stubenschrott
|
c4c9a27ff8
|
initial rewrite of the hints, please test and report (and i know, it has problems, mainly it does not yet support framesets)
|
2007-10-24 08:21:21 +00:00 |
|