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

125 Commits

Author SHA1 Message Date
Doug Kearns 3704b8cc7d Rename completion#songCompletion to completion#song. 2009-03-16 17:03:37 +11:00
Doug Kearns 165b087ef6 Merge branch 'master' into xulmus 2009-03-16 16:31:54 +11:00
Doug Kearns 1ca0bc0de4 Formatting fixes. 2009-03-16 16:24:09 +11:00
Doug Kearns 80beaa41df And xulmus was born. 2009-03-16 15:54:02 +11:00
Kris Maglione 93f59df6e7 Fix some bugs---which bugs, I have no idea. 2009-03-12 22:00:46 -04: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 379e44a69b Sort buffer completions numerically. 2009-01-30 14:59:14 -05:00
Kris Maglione eb88d7ea0b Sorry, stashed changes including:
Change util.range to accept an increment as the third argument.
    Sanitize Makefile.doc
2009-01-21 03:41:43 -05:00
Kris Maglione 7f305e8ba4 Allow extra args to be bassed to completion.addUrlCompleter 2009-01-19 00:39:35 -05:00
Doug Kearns 624516108c Fix comment typo. 2009-01-17 17:31:25 +11:00
Doug Kearns a388a02cf0 Add quick 'n' dirty completion.highlightGroup for :command-complete. 2009-01-17 17:31:24 +11:00
Kris Maglione 2d58d84de5 Fix b34838e4b6fc54d42eebfcb4f20c26ee8e4db473 2009-01-12 13:54:10 -05:00
Ted Pavlic 315d457eb5 Manually reverting one line of commit 7a0423e63afad4c6b0be272fca8064dafc0d6b00.
"this.contexts = { "/": this }" in CompletionContext(...)
    was causing ":set defsearch=google<cr>" (and similar) to error
    with infinite recursion. Restoring to
    "this.contexts = { name: this }" fixes the problem, but does it
    break other things?

    Please review.
2009-01-12 10:03:13 -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
Doug Kearns 9729969d8b Whitespace fixes. 2009-01-12 15:32:50 +11:00
Ted Pavlic 147cdab5d2 Update copyrights for 2009. 2009-01-11 00:47:56 -05:00
Martin Stubenschrott 3698f3152b actually don't anchor :emenu 2009-01-11 01:27:10 +01:00
Martin Stubenschrott 8bd3c666cf Revert "Don't anchor :dia completions". The reason we anchor :dia,
is that once you know which :dialog you want to open, you can usually
open it with :dia xy<tab> very quickly and reliable. The difference
to :emenu is that :emenu has lots of completion items with the same
prefix, so anchored completions wouldn't really be that helpful to
quickly open a menu.

This reverts commit fa842fd716aac599891a53efdf64cab76422c153.
2009-01-11 01:15:41 +01:00
Kris Maglione fe7ab77a45 Don't anchor :dia completions 2009-01-10 18:53:04 -05:00
Kris Maglione 465405bc84 Fix :sty site completions 2009-01-07 18:14:13 -05:00
Kris Maglione d9418ff43b Fix menuItem completer, use it for :emenu 2009-01-07 17:56:53 -05:00
Kris Maglione 0aeee25e65 Add standard 'mark' completer. Fix x/y transposition in :delm completion 2009-01-07 17:38:57 -05:00
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 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 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
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 e91fbcd754 Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
2009-01-02 00:56:58 +11:00
Doug Kearns eeca611435 Add some more rough source documentation. 2009-01-01 22:01:56 +11:00
Doug Kearns d65b57cf2d Prefer " over '. 2008-12-29 23:26:09 +11: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
Doug Kearns cf9cb136fc Whitespace fixes. 2008-12-23 22:34:02 +11: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 1a13d07e9f Unbreak :se! completion. 2008-12-20 18:40:34 -05:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Kris Maglione e1d5236261 Remove other uses of CompletionContextcompletion.jsgetKey 2008-12-20 13:54:35 -05:00
Kris Maglione 653893bbfc Speed up file completion sorting, remove need for CompletionContextliberator.jsgetKey 2008-12-20 13:49:18 -05:00
Kris Maglione 911470e0a7 Speed up file completion a bit, with sorting off. Sort directories first, which slows it down with sorting on. 2008-12-20 13:30:08 -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
Kris Maglione aaab59aab6 Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
2008-12-19 12:29:13 -05:00
Ted Pavlic 993ba60ee7 Allow empty defsearch. 2008-12-19 10:49:56 -05:00
Doug Kearns 194aaf46eb brace formatting fixes 2008-12-19 19:07:17 +11:00
Kris Maglione 6186ad27b4 Start documenting CompletionContext 2008-12-19 00:17:18 -05:00
Kris Maglione ac0b476988 Don't anchor help completions. 2008-12-18 14:04:46 -05:00
Doug Kearns c11e153766 whitespace fixes 2008-12-18 21:06:51 +11:00