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

118 Commits

Author SHA1 Message Date
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
Doug Kearns 7bba6004d9 minor refactoring of :dialog action 2008-12-19 23:24:31 +11:00
Doug Kearns 92f9fcfc8d declare variable in getMenuItems#addChildren() 2008-12-19 23:12:06 +11:00
Doug Kearns d60c81ef23 add missing semicolons 2008-12-19 23:00:14 +11:00
Doug Kearns 0827c5fdaa prefer let over var in liberator 2008-12-19 19:13:34 +11:00
Kris Maglione f583041c8a Default to opening multiple URLs in windows instead of tabs when !has("tabs") 2008-12-18 21:47:36 -05:00
Kris Maglione e6d83bd039 Don't hide errors on bad URLs, they're useful feedback 2008-12-18 21:41:56 -05:00
Ted Pavlic 195fc10e05 Allows for empty defsearches and prevents red JS errors on bad URLs. 2008-12-18 12:34:12 -05:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Doug Kearns 994bc00a4f nsIWebNavigation -> Ci.nsIWebNavigation in liberator.open for Muttator 2008-12-18 03:26:22 +11:00
Doug Kearns 1b481067f4 address Martin's intentional breaking of the message system 2008-12-17 13:48:52 +11:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Martin Stubenschrott 59ab76cead fixed macros. Also don't push echomsgs to the multiline for now 2008-12-17 00:08:57 +01:00
Kris Maglione 689c101ff3 Twiddle file names/line numbers in exceptions during sourcing again. 2008-12-14 18:43:43 -05:00
Doug Kearns 51840817fc don't use FORCE_SINGELINE with echomsg() 2008-12-13 01:51:21 +11:00
Doug Kearns f27c461c7f replace some echo() calls with echomsg() 2008-12-12 14:03:31 +11:00
Doug Kearns f5a8158d5f use literalArg with :help 2008-12-12 14:03:24 +11:00
Kris Maglione cc22c2f192 Fuck with :regressions a bit. 2008-12-08 11:44:58 -05:00