1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-06-11 06:55:20 +02:00
Commit Graph

2999 Commits

Author SHA1 Message Date
Conrad Irwin 4282b07d77 Fix uploading of files by relative path name.
Use io.getFile(path).path instead of just path in order to create an
absolute path.
2009-03-26 03:11:17 +00:00
Conrad Irwin bda0c5bda5 Fix #180. User can no-longer interrupt macros.
Buffers any keystrokes recieved during a macro expansion and plays them
after it has finished.
2009-03-26 02:48:55 +00:00
Conrad Irwin d6238f84a4 Treat strings containing / as URLs
In lieu of getting proper hostname detection, allow localhost/ and other
similar URLs to work.
2009-03-25 01:58:39 +00:00
Doug Kearns 16eb0a1148 Fix typo in LocationChange autocomd description. 2009-03-25 12:44:00 +11:00
Doug Kearns b6cb5785ad Fix :help :back/:forward formatting. 2009-03-24 15:04:22 +11:00
Conrad Irwin 53b5a54a1f Fix #198, Unicode escape next and previous pattern 2009-03-23 14:41:41 +00:00
Conrad Irwin b4b62fc836 Fix #141 by not splitting URLs on quoted commas.
Added a new function util.splitLiteral(str, RegExp).
2009-03-23 12:36:05 +00:00
Daniel Bainton f82ca27c6e Update maxVersion of vimperator to latest Minefield 2009-03-23 11:30:01 +02:00
Daniel Bainton 855bc5b9fe Revert "Fix bug #189, <tab><cr> now uses first completion"
This reverts commit f18efe4ec792afb65c4bace11073526aef31725e.
2009-03-18 22:39:32 +02:00
Doug Kearns 79ef0f67eb Don't bother forking colorscheme completion.
It was an attempt to improve on Vim's colorscheme completion, across
multiple runtime paths, but that's more buggy than useful.
2009-03-18 20:38:18 +11:00
Doug Kearns 202975b3f1 Add extension ID update reminder to TODO. 2009-03-18 20:38:16 +11:00
Conrad Irwin 238e45482c Fix bug #189, <tab><cr> now uses first completion
On discussion with maxauthority this is probably the best way of doing
things for now.
2009-03-18 00:45:47 +00:00
Conrad Irwin 924aba8f54 Commandline completion for hinted file inputs
When an <input type="file"> is selected with hints, it will cause an
"Upload file: " prompt in the commandline. (Selection with tab and mouse
is left unchanged and will cause the firefox dialog to display)
2009-03-16 12:28:34 +00:00
Doug Kearns c8a405cec5 Move Conrad to the developers list. 2009-03-16 16:28:05 +11:00
Doug Kearns c1ec3989a9 Add support for image map hinting (Conrad Irwin). 2009-03-15 13:43:16 +11:00
Daniel Bainton ae150a373e Fix bug #93 the hacky way, thanks to Conrad Irwin for the patch. 2009-03-15 03:27:07 +02:00
Daniel Bainton 5c2d82468f Post Vimperator 2.0 beta 3 2009-03-14 12:43:26 +02:00
Daniel Bainton 079bc1a933 Vimperator 2.0 beta 3 2009-03-14 12:37:01 +02:00
Doug Kearns b23c928922 Don't source the user RC file twice when 'exrc' is set.
When started from $HOME, the 'exrc' file and the user RC file are the
same file.
2009-03-14 18:10:44 +11:00
Doug Kearns 9de03780e4 Add @returns attribute to io#getRCFile documentation. 2009-03-14 17:14:17 +11:00
Doug Kearns 4d9cefa754 Fix regressions.js modeline. 2009-03-14 17:11:24 +11:00
Doug Kearns 7955e6ce24 Fix mode string case in 'editor' help. 2009-03-14 17:08:30 +11:00
Doug Kearns a37f61028d Fix editor#pasteClipboard on Windows. 2009-03-13 18:06:20 +11:00
Kris Maglione ed79b24a01 Merge. 2009-03-12 22:05:38 -04:00
Kris Maglione 93f59df6e7 Fix some bugs---which bugs, I have no idea. 2009-03-12 22:00:46 -04:00
Doug Kearns f909cc128e Cancel the isReplaying macro mode when a macro is interrupted. 2009-03-12 00:31:59 +11:00
Štěpán Němec 8b65863488 Fix disappearing 'q{0-9a-zA-Z}' in repeat.html
Bonus: typo in regressions.js, downcase 'Command-line' in cmdline.txt
(as it's not speaking about mode, hope thesnowdog will agree)

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
2009-03-12 00:30:37 +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 31a5605158 Fix links in :help contact text. 2009-03-07 01:11:51 +11:00
Doug Kearns db0b6ad629 Add help links to Mozilla KB preference documentation. 2009-03-07 01:01:47 +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
Doug Kearns 1117fc7ad0 Sync help and wiki donation blurbs. 2009-03-04 21:19:34 +11:00
Doug Kearns c14f5eed2b Fix typo in :cabbrev help. 2009-03-04 20:42:34 +11:00
Doug Kearns 033aab5e5a Trivial help formatting improvements. 2009-03-04 20:28:55 +11:00
Doug Kearns 1e7158b397 Fix accessing help topics on the current help page.
Only those beneath the current page position were accessible.
2009-03-04 17:25:18 +11:00
Daniel Bainton 8e85219443 Fix vimperator for the latest firefox nightlies 2009-03-03 15:53:42 +02:00
Doug Kearns 00458601b5 Document the "h" value of 'cpt' (#168). 2009-03-03 03:01:20 +11:00
Doug Kearns 0c8045d134 Remove TODO item regarding 'flashblock' query return value.
The problem lies with the plugin. The 'flashblock' setter is returning a
string rather than a boolean.
2009-03-03 02:37:11 +11: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 4cd6c1b271 Explicitly describe how to disable all bells in 'vb' help. 2009-03-01 14:15:28 +11:00
Doug Kearns 226e7e6add Remove a trailing comma from an object literal. 2009-03-01 14:15:26 +11:00
Martin Stubenschrott 3c3f6c1ee9 added/updated Donor names 2009-02-28 22:17:16 +01:00
Doug Kearns f82b03f796 Fix escaped path separator in messages on Windows. 2009-03-01 02:49:18 +11:00
Doug Kearns b3a5f279fc Fix arg markup in :delstyle help section. 2009-03-01 01:55:11 +11:00
Doug Kearns f28f6bc5fb Update TODO with current MOW hinting status. 2009-02-28 22:05:26 +11:00
Doug Kearns 09e82c7914 Fix version.html generation for POSIX sed. 2009-02-26 14:51:48 +11:00