Doug Kearns
f909cc128e
Cancel the isReplaying macro mode when a macro is interrupted.
2009-03-12 00:31:59 +11:00
Doug Kearns
13da8c4519
Add new :messclear command to clear the message history.
2009-03-11 01:02:12 +11:00
Doug Kearns
59cdf67f57
Merge branch 'master' into vimperator-2.1
2009-03-11 00:02:00 +11:00
Daniel Bainton
466e521230
Revert "Replace use of editor.pasteClipboard with executeCommand("cmd_paste")."
...
This reverts commit 7e8db4743b24368ba1784420e6cdf6b4838958df.
The commit breaks selection pasting in linux, so reverting.
2009-03-08 20:35:16 +02:00
Doug Kearns
52956a9aa1
Replace use of editor.pasteClipboard with executeCommand("cmd_paste").
...
This fixes #93 (<s-insert> in the bottom of a long textarea bounces up)
as well.
2009-03-09 01:18:57 +11:00
Doug Kearns
8c2adfefb1
Rename an oddly named variable in util.readFromClipboard.
2009-03-07 02:40:20 +11:00
Doug Kearns
5f190d3443
Strip leading counts and trailing bangs from help tag links.
2009-03-07 00:50:28 +11:00
Doug Kearns
9d3a5ec939
Fix help links whose destination is the current page. ( #169 )
2009-03-05 01:27:41 +11:00
Daniel Bainton
8e85219443
Fix vimperator for the latest firefox nightlies
2009-03-03 15:53:42 +02:00
Doug Kearns
866940886d
Set the href of links in the output of :jumps to the actual URL.
...
template.highlightURL should probably have the same change applied but
I'm not sure of the intent there.
2009-03-03 00:57:04 +11:00
Doug Kearns
614ab6082c
Fix ;t and ;b extended hint modes in the MOW.
2009-03-03 00:50:11 +11:00
Doug Kearns
226e7e6add
Remove a trailing comma from an object literal.
2009-03-01 14:15:26 +11:00
Doug Kearns
f82b03f796
Fix escaped path separator in messages on Windows.
2009-03-01 02:49:18 +11:00
Doug Kearns
6b34e50579
Merge branch 'master' into vimperator-2.1
...
Conflicts:
vimperator/NEWS
vimperator/locale/en-US/starting.txt
2009-02-26 22:11:12 +11:00
Doug Kearns
09e82c7914
Fix version.html generation for POSIX sed.
2009-02-26 14:51:48 +11:00
Doug Kearns
60791f64af
Ignore case in :sidebar and :dialog completion.
...
Also fixes these to report the original arg in error messages again.
2009-02-24 15:22:08 +11:00
Ted Pavlic
e318da7073
Made <S-l> and <S-L> look the same to events.js
2009-02-23 10:30:07 -05:00
Ted Pavlic
eb74df729e
Change two Makefile.common var references to use $() over ${}.
...
Both are legal in Makefiles, but $() matches local convention, and $()
prevents confusion about when the variable is expanded (i.e., shell vs.
make).
2009-02-23 10:14:16 -05:00
Daniel Bainton
530670f1a0
case-insensitivity for :sidebar and :dialog
2009-02-23 08:18:03 +02:00
anekos
e459c7c867
Escaping the error.
...
A error occurs if the element has been removed when "elem.selectionStart" is executed.
e.g.
Press "gi<ESC>" on
<input type="text" onfocus="this.parentNode.removeChild(this)" />
2009-02-23 04:55:51 +09:00
Doug Kearns
bbb22074a9
Fix make clean and distclean.
2009-02-20 17:25:49 +11:00
Doug Kearns
22200fc282
Remove some duplication from buffer.followDocumentRelationship.
2009-02-19 23:41:32 +11:00
Doug Kearns
7b9dfd2070
Whitespace fix.
2009-02-19 12:13:58 +11:00
anekos
4a475bb234
Fix for f09dc06283bef36e99e315b57acd16879c036410
2009-02-18 21:20:43 +09:00
anekos
60509096b3
Changed the behavior when commandline.input was canceled.
...
When commandline.input is canceled, should not do callback to act like Vim,
2009-02-18 17:45:56 +09:00
anekos
d3d8e21fa9
Remove empty comment
...
eb9211b894f384c7a6fda21fd0219378c6e8643f
2009-02-18 00:17:17 +09:00
anekos
f0ff9bf2a1
Fix: set! foo="multibyte string" was broken.
2009-02-18 00:11:16 +09:00
Doug Kearns
71a0f56db4
Fix ]] when the relationship is specified with rel/rev ( #162 ).
2009-02-17 01:49:26 +11:00
Doug Kearns
0aea143325
Add a version.html help page.
...
NEWS should be reformatted as asciidoc or something more simply
transformed into clean asciidoc.
2009-02-15 15:44:11 +11:00
Doug Kearns
7469b1965d
Fix the liberator.version comment so it's ignored by the Makefile.
2009-02-15 15:44:09 +11:00
anekos
49ec231eda
Fix typo in evalExpression@liberator.js.
...
Thanks snaka72.
2009-02-12 13:50:10 +09:00
Ted Pavlic
16afcf09e4
For convenience, support 'make LOCALES="en-US" doc'. Revert if desired.
...
Also removed some tags in Makefile.common that should have been spaces.
2009-02-10 08:21:21 -05:00
Kris Maglione
c9c708f636
Fix some bugs, generally.
2009-02-09 16:18:24 -05:00
janus_wel
688ea844cc
Allow setting empty value to some stringlist options
...
* eventignore
* activate
* newtab
* suggestengines
* wildoptions
Signed-off-by: Kris Maglione <maglione.k@gmail.com >
2009-02-05 10:12:54 -05:00
Kris Maglione
d99be763ec
Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator
2009-02-05 10:09:07 -05:00
Martin Stubenschrott
5f5c437ddf
Fixed muttator for recent TBs, minimum requirements are 3.0b2pre now
2009-02-04 14:51:29 +01:00
Martin Stubenschrott
125f3057e9
fixed hintmatching with wordstartswith, thanks Daniel
2009-02-04 00:32:36 +01:00
anekos
e7c57052fa
Fix: commands.parseArgs raises "Invalid option: .." Error.
...
When command(:foo) has NOARG option(-bar), ":foo -bar<CR>" raises the error.
2009-02-03 20:08:00 +09:00
Martin Stubenschrott
c125a9dd66
updated TODO (:ha! seems broken)
2009-02-02 00:18:04 +01:00
Martin Stubenschrott
f3971d13b5
Fix resetting completions (hopefully)
2009-02-01 23:41:00 +01:00
Martin Stubenschrott
4de7cc8db8
* Fixed strange completion height bug. One less blocker to 2.0beta1.
...
* Doug: Might ui.js:701: elements[elements.length - 1].scrollIntoView(true);
be the problem of your very slow MOW for multiple items? I just
noticed that :echo liberator takes 0.25sec , but :echo liberator
when the MOW already displas :echo window takes 0.47 sec
2009-01-31 11:59:38 +01:00
Kris Maglione
379e44a69b
Sort buffer completions numerically.
2009-01-30 14:59:14 -05:00
Kris Maglione
70022ff0af
Stricter number option parsing (and comment out some dump statements)
2009-01-28 09:15:26 -05:00
Kris Maglione
a29e5246d1
Fix gF for URIs with fragment identifiers
2009-01-24 01:13:23 -05:00
Kris Maglione
dc0bf00e0a
Formatting
2009-01-24 00:47:54 -05:00
Kris Maglione
3487b8d0d9
Last commit
2009-01-24 00:46:03 -05:00
Kris Maglione
3a4da78529
Revert "In delmarks, change let variable name to prevent namespace-related error (bug #126 )."
...
This reverts commit f6eb37e82c0419cdc62c1a781b64d30148024a58.
2009-01-24 00:45:01 -05:00
Ted Pavlic
d99720ce10
In delmarks, change let variable name to prevent namespace-related error (bug #126 ).
...
See http://vimperator.org/trac/ticket/126
Using...
function (args)
{
let args = args.string;
...
was causing Firefox to complain that args was undefined. Changing the
"let" to "var" or changing the names of the variables (e.g., changing
"function (args)" to "function (arg)") fixes the problem. IMO, this
appears to be a bug in Firefox.
The short fix would be to change the formal argument from "args" to
"arg." However, that would make delmarks' implementation different from
all the rest. So changed "let args" to "let argstring" and adjusted
throughout the function.
2009-01-23 16:31:55 -05:00
Ted Pavlic
ac603ad687
Small fix to last commit. Prevents gobbling all <C-*> on Mac.
2009-01-23 10:47:26 -05:00
Ted Pavlic
4884f5defc
Fixes <C-[>, <C-\\>, <C-]>, <C-^>, and <C-_> on Mac OS/X.
...
On Mac OS/X, control characters 27 through 31 pass charCode=CONTROL_CHAR
rather than charCode=KEY. For example, when a user wants <C-[>
Vimperator sees <C-Esc>. Most people view this as a bug in FirefOS/X.
The following patch tests for has("MacUnix"), then checks to see if the
control character is within this buggy range. If so, it shifts the
charCode up by 64 (there is a special case for Escape where the CTRL key
is relaxed and key is set to "Esc").
For more information, see:
[*] Vimp FAQ: http://vimperator.org/trac/wiki/Vimperator/FAQ#WhydoesntC-workforEscMacOSX
[*] Referenced mailing list msg: http://www.mozdev.org/pipermail/vimperator/2008-May/001548.html
[*] Mozilla bug 416227: event.charCode in keypress handler has unexpected values on Mac for Ctrl with chars in "[ ] _ \"
https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=416227
[*] Mozilla bug 432951: Ctrl+'foo' doesn't seem same charCode as Meta+'foo' on Cocoa
https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=432951
2009-01-23 10:05:14 -05:00