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

191 Commits

Author SHA1 Message Date
Kris Maglione 43537025c6 Some esthetic and practical changes to modes and a couple of completion functions. 2009-05-05 17:23:04 -04:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Kris Maglione 324597c8a7 Fix completion. 2009-04-29 20:29:14 -04:00
Kris Maglione 9aec9f3e6a Fix #243 2009-04-24 19:27:06 -04:00
Kris Maglione f3f70d5cb8 General cleanup related to last commit. 2009-04-15 16:31:32 -04:00
Doug Kearns 2499c84a48 Move library convenience functions to a library module. 2009-04-02 01:02:20 +11:00
Doug Kearns 3b667419f8 Merge branch 'master' into xulmus
Conflicts:
	License.txt
2009-03-29 12:34:05 +11:00
Martin Stubenschrott 5ab1771e3c changed my email address 2009-03-28 23:38:33 +01:00
Prathyush Thota d3a5d3d229 Refactor player.js & Changed the install maxVersion to 1.2.0pre 2009-03-28 05:02:59 +05:30
Doug Kearns 59c1eaa4c8 Add a :mediaview command to change media views. 2009-03-26 21:56:24 +11:00
Doug Kearns 663cd581a1 Fix and document :load. 2009-03-24 15:00:18 +11:00
Prathyush Thota 77f277ddcc Added :load [playlist]<tab>, command for loading specified playlist (autocompleted) 2009-03-24 04:18:43 +05:30
Doug Kearns c61be0541a Merge branch 'master' into xulmus 2009-03-20 02:35:21 +11:00
Doug Kearns 56ee77ba4f Whitespace formatting fixes. 2009-03-20 00:48:41 +11:00
kenneslin 5329080b24 Added some media mappings, edited the getAlbums() function, renamed :playmedia to :filter and context titles in autocompletions 2009-03-19 03:07:16 +05:30
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 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