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

615 Commits

Author SHA1 Message Date
Kris Maglione 8acd490a50 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator into HEAD 2009-01-06 23:13:28 -05:00
Kris Maglione 102605556d Fix rapid succession <Tab><Tab> when busy. Don't wait for all contexts to complete when processing <Tab> 2009-01-06 23:12:51 -05:00
Doug Kearns ddce42858c s/retVal/ret/ in buffer.followDocumentRelationship. 2009-01-07 14:44:37 +11:00
Doug Kearns 61d3fae8b4 Use self as the returned object from all creation functions. 2009-01-07 14:44:35 +11: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 99150247f9 added comments to ui.js, thanks cirmin. Note: Please try
to avoid trailing whitespace, I had to remove 18 of these things, but
otherwise nice job, thanks :)
2009-01-07 03:18:29 +01: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
Kris Maglione 343a40f71b Add CompletionContextcompletion.jscancelAll 2009-01-06 11:44:36 -05:00
Kris Maglione ffd69033f7 Add to HACKING 2009-01-06 11:40:12 -05:00
Martin Stubenschrott f09ad33e28 Fixed v exiting visual mode, thanks Xie&Tian 2009-01-06 14:00:27 +01:00
Martin Stubenschrott 2b404b74a0 Allow canceling of asynchronous completions. Some other small completion cleanups. NOTE to myself: The completion/commandline code is quite spaghetti code again, need to reduce unused functions, and reduce side effects inside functions like resetCompletions 2009-01-05 23:58:34 +01:00
Doug Kearns e004668572 Access the console service via the services cache in liberator.log. 2009-01-05 21:53:55 +11:00
Doug Kearns 698cdb19c2 Add "io" to the services cache. 2009-01-05 21:47:49 +11:00
Doug Kearns 49e0c091c1 s/stylesheet/style sheet/g in documentation. 2009-01-05 21:10:57 +11:00
Doug Kearns 0d3d8ce63b Remove old heredoc parsing cruft from commands.parseCommand. 2009-01-05 21:09:17 +11:00
Martin Stubenschrott 153536799a dont output continous "Waiting for page to load..." as a message 2009-01-05 06:09:57 +01:00
anekos 1c6907eb2c Fix Option#get 2009-01-05 13:27:58 +09: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
Martin Stubenschrott b20f740d30 added simple style guide in HACKING file 2009-01-03 14:45:49 +01:00
Martin Stubenschrott 5a139df797 Add ;F back again. Kris is right, that we are in feature freeze, but
this really just is a small commit which looks done right and satisfies
the need of a lot of people.

This reverts commit 969feba9355bdc148dc9403992facb314a30d1be.
2009-01-03 14:10:34 +01:00
Doug Kearns 7e2461cd90 Use the services cache in liberator.profileName. 2009-01-03 22:36:17 +11:00
Doug Kearns 172900fff2 Declare a variable in "gi" action. 2009-01-03 21:59:44 +11:00
Kris Maglione 81e0ae4bb5 Wait for completion to finish before processing <Tab> 2009-01-03 00:14:48 -05: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 fa56f3058c Revert "Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)"
This should have been discussed first, especially given the current feature
freeze. This could easily have been implemented as a plugin. Feel free to
re-commit to the dev branch *after* discussing it, though.

This reverts commit da2ab0f1abe0f110d71fbed5c10c165565f76100.
2009-01-02 18:44:47 -05:00
Kris Maglione 6d8194232f Fix help link bugs, needs cleanup 2009-01-02 18:40:32 -05:00
Ted Pavlic 7ec7bb15dd Implement http://vimperator.org/trac/ticket/92 (restore ;F) (revert if want)
The implementation provides the same functionality as ;F while still
maintaining the Vimp2.0 style hints. There is definitely room for
refactoring here.
2009-01-02 15:24:05 -05:00
Ted Pavlic f70344be50 Better grouping of extended hints in help. Also made completion list consistent with help list. 2009-01-02 14:44:23 -05:00
Ted Pavlic 451b094c21 Document ;V in :help and in completion. 2009-01-02 12:30:18 -05:00
anekos 7923d17aab Fix unlet command. 2009-01-02 04:20:49 +09: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
teramako 0653d64448 expand a path of editor option when open external editor 2009-01-01 22:01:39 +09:00
Doug Kearns 7363551ac0 Whitespace formatting fixes. 2009-01-01 22:10:01 +11:00
Doug Kearns 0be4723b91 Fix HTMLDocument guard clause in buffer.shiftFrameFocus. 2009-01-01 22:02:00 +11:00
Doug Kearns c57a97741d Fix multiple arg parsing in util.stringToUrlArray. 2009-01-01 22:01:59 +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 8691d0c51d Remove redundant return statements from options.{setPref,resetPref}. 2009-01-01 22:01:55 +11:00
Doug Kearns 1e25799ef1 Use a Struct for autocommands.
This is marginally clearer and will be helpful for autocommand groups
etc.
2009-01-01 22:01:53 +11:00
Doug Kearns 5f846990bc Trivial refactoring of tabs.{getTab,getLocalStore}. 2009-01-01 22:01:51 +11:00
anekos 21cf316f99 Fix set(local|global) completer and more 2009-01-01 13:04:37 +09:00
Martin Stubenschrott b7bc245430 teramako: please follow our rules of intention, whitespace, etc. (same
for Ted, but Kris already said that)
2008-12-31 16:31:35 +01:00
teramako 5988c4fbf4 not display the command when autocommand triggered 2009-01-01 00:23:15 +09:00
Kris Maglione 763059641d Fix formatting. Ted: Please try to format your code consistently with the rest of the codebase. 2008-12-30 22:41:34 -05:00