1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 15:01:25 +02:00
Commit Graph

136 Commits

Author SHA1 Message Date
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
Daniel Bainton 530670f1a0 case-insensitivity for :sidebar and :dialog 2009-02-23 08:18:03 +02: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
Kris Maglione c9c708f636 Fix some bugs, generally. 2009-02-09 16:18:24 -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 347938bfca Merge branch 'master' into vimperator-2.1
Conflicts:
	vimperator/NEWS
2009-01-21 03:40:04 -05:00
Ted Pavlic 45f6153de4 More command-line edits (now elsewhere in the source). 2009-01-17 12:55:56 -05:00
Doug Kearns 9959a9322c Merge branch 'master' into vimperator-2.1 2009-01-15 22:28:23 +11:00
Doug Kearns 8201a9a550 Add some rough source documentation for Search. 2009-01-15 22:21:17 +11:00
Kris Maglione fbcaeaded1 Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/io.js
	vimperator/locale/en-US/starting.txt
2009-01-15 03:14:08 -05:00
Doug Kearns d9b07c2ff6 Set MY_VIMPERATORRC when sourcing the RC file on startup. 2009-01-15 18:03:04 +11:00
Kris Maglione 0b682ef42b Fix buffer.getCurrentWord when the selection is collapsed and the word has punctuation. 2009-01-14 23:26:40 -05:00
Ted Pavlic d29013a2fd Three small changes (copyright, template.js copyright, and tildetidy target)
a.) Cleaned up copyright language to match conventions.
(I used the memoir document class documentation as a reference, but
 these conventions are common throughout publishing)

   * The (c) symbol has no legal meaning. Only the word "Copyright" and
     an encircled lowercase c are appropriate. So the word "Copyright"
     was placed before each (c).

   * Each (C) was changed to (c).

   * Kris uses the correct symbols in copyright notices, but those
     symbols can be problematic in terminal-mode editors. Added the word
     "Copyright" as well.

   * Replaced colons/spaces after years with the word "by."

b.) Added a copyright notice to common/content/template.js. It was
    missing one entirely. Please correct if it doesn't need one or if the
    copyright isn't held by Martin.

c.) Also added a "tildetidy" target to Makefile common that includes a
    version of the find line from the existing "clean" target (however,
    this version uses "rm -fv" instead of "rm -f").
2009-01-12 09:14:54 -05:00
Kris Maglione 358b4b2f4b Fix completion messages 2009-01-12 01:05:37 -05:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Kris Maglione d9418ff43b Fix menuItem completer, use it for :emenu 2009-01-07 17:56:53 -05:00
Kris Maglione 3116c16d54 Revert "fixed :open completions for slow computers. We now yield"
This reverts commit b32cfe76ff5f5a22e868eb8ab97191b12561e16e.
2009-01-06 22:09:35 -05:00
Martin Stubenschrott 473c461d3f fixed :open completions for slow computers. We now yield
incremental results, and the user gets more completion, the more often
he presses tab. Need to find out, how to change the "Waiting..." message
to "More results...". Also reminds me, how ugly the completion context
code is partly. We should try to clean it up and remove/merge useless
function to make it's interface smaller and more side-effect free.
2009-01-07 03:07:29 +01:00
Kris Maglione e7f86f893d Cleanup liberator.open. Ted, please, just once, format your code correctly. Thanks. 2009-01-06 12:41:55 -05:00
Doug Kearns e004668572 Access the console service via the services cache in liberator.log. 2009-01-05 21:53:55 +11:00
Ted Pavlic 3befa0120b Fixed ":winopen a, b, c" so that a, b, and c all open in the new window.
Before, only a opened in the new window. b and c opened in background
tabs.

Please review this patch. Feel free to refactor or revert. I'm not
entirely comfortable with the solution, but it was small.

Bug reported in http://vimperator.org/trac/ticket/119
2009-01-04 21:49:08 -05:00
Doug Kearns 7e2461cd90 Use the services cache in liberator.profileName. 2009-01-03 22:36:17 +11:00
Kris Maglione f4b8edbb67 Hashes are better than arrays 2009-01-02 20:47:46 -05:00
Kris Maglione f36b293e0d Shorten last commit (and s/'/"/g) 2009-01-02 20:28:56 -05:00
anekos 2604c7df16 Merge branch 'fixInfo' 2009-01-03 09:44:16 +09:00
anekos 3263b34a8b Fix the info path in liberator.startup. 2009-01-03 09:42:24 +09:00
Kris Maglione 0e22f0e4fd Make echoerr, throw Error in liberator.open 2009-01-02 19:13:11 -05:00
Kris Maglione 8af1dfb84f Fix liberator.open/browser.tabs.loadInBackground bug 2009-01-02 19:05:28 -05:00
Kris Maglione 6d8194232f Fix help link bugs, needs cleanup 2009-01-02 18:40:32 -05:00
Doug Kearns e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns cb5fca695f Rename the misspelled util.interruptableRange to util.interruptibleRange. 2009-01-01 22:01:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns 2828b47b65 Search recursively for plugins in liberator.loadPlugins. 2008-12-31 13:08:32 +11:00
Kris Maglione d552719235 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-29 13:55:48 -05:00
Kris Maglione bd2c0f25c6 Fix highlight empty CSS stuff. 2008-12-29 13:53:17 -05:00
Doug Kearns d65b57cf2d Prefer " over '. 2008-12-29 23:26:09 +11:00
Kris Maglione 8294df5e81 Remove dump line 2008-12-24 13:18:08 -05:00
Kris Maglione deaba40c8f Fix IO.expandPath quirk on MS 2008-12-24 13:07:36 -05:00
Kris Maglione d2fea07fbd Don't echo commands executed from sourced files. 2008-12-23 17:25:08 -05:00
Kris Maglione 89698e3e05 s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("' + lcfirst($1) + '")'/ge 2008-12-23 15:07:48 -05:00
Kris Maglione d225b8908b Fix :h <partial-tag> 2008-12-23 14:12:08 -05:00
Martin Stubenschrott feeccb23d2 Undo certain parts from the unfortunate "service" commit, to unbreak Muttator. @Kris: Please try not to
commit unconnected things at once, as it's much harder to revert such commits :( I'll have to revert
the service -> Cc/Ci manually now, as I got lots of conflicts in reverting, and if i didn't, i wouldn't
want to undo the other parts of that commit (like VIMPERATOR_RUNTIME or the added comments)
2008-12-23 03:15:52 +01:00
Kris Maglione fc0a35e833 Fix liberator.callAsync (thanks 罗春雷) 2008-12-21 18:39:09 -05:00
Kris Maglione df7c7c9d51 Fix some generally silly, stupid, and/or annoying help quirks. 2008-12-20 23:48:56 -05:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione 480151cc4d Move 'system' arg of Styles methods to arg 0, and add completion functions 2008-12-19 17:11:05 -05:00
Kris Maglione 74700d3aff Document some more crap. 2008-12-19 13:27:01 -05:00
Doug Kearns b98b367776 trivial refactoring of :emenu and :chdir actions 2008-12-19 23:59:25 +11:00