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

153 Commits

Author SHA1 Message Date
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
Kris Maglione 6a04a6e7cf Add 'const service' 2008-12-17 16:41:54 -05:00
Doug Kearns e6a15b1487 provide defaults for missing mode args to completion.{abbreviation,userMapping} 2008-12-17 18:23:07 +11:00
Kris Maglione 18d4f74b6e Cc/Ci/Cr/Cu 2008-12-16 19:12:04 -05:00
Doug Kearns e127db3273 add fold markers to CompletionContext 2008-12-13 02:01:37 +11:00
Doug Kearns e9c53d3776 add abbreviation completion 2008-12-13 01:25:35 +11:00
Kris Maglione e9cb763f37 Periodically save storage objects 2008-12-10 16:17:41 -05:00
Kris Maglione 90b2fba611 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-09 22:05:03 -05:00
Kris Maglione 374004e31b Add *very* basic (and bad) E4X highlighting for vim. 2008-12-09 22:00:47 -05:00
Doug Kearns ea1049ee90 use "inline" for the location of inline alternate stylesheets in the completion list - accidentally removed in last related commit 2008-12-10 13:53:03 +11:00
Doug Kearns 2376da165d prefer let over var in completion.url 2008-12-10 13:52:56 +11:00
Doug Kearns 81db0cdbc0 use "Color Scheme" for the :colorscheme completion title 2008-12-10 01:22:08 +11:00
Doug Kearns 2a31722e29 rename completion.alternateStylesheet to alternateStyleSheet 2008-12-10 01:20:54 +11:00
Doug Kearns e93a17e13f fix completion.alternateStylesheet 2008-12-10 01:12:21 +11:00
Kris Maglione 5c62ebbcbc Fix numeric properties appearing in object. completion (apparantly \w includes digits) 2008-12-08 13:53:09 -05:00
Kris Maglione 272f699732 Fix paren matching quirk. 2008-12-08 13:07:48 -05:00
Kris Maglione 485579738d Dont allow <holding-tab> to lag 2008-12-08 08:37:08 -05:00
Kris Maglione a63465f3e5 Run completion.file in the foreground. 2008-12-07 15:23:29 -05:00
Kris Maglione 7693ac5000 Fix :time :stuff, etc. 2008-12-07 10:48:03 -05:00
Kris Maglione 31880b5312 Fix completion.buffer 2008-12-07 08:38:14 -05:00
Kris Maglione 01f7d0d580 Default to anchored completion matching. 2008-12-06 09:18:46 -05:00
Kris Maglione d5439d0bdc Complete :bmarkgit diff properly 2008-12-05 08:45:43 -05:00
Doug Kearns 64b4d5f9da fix :colorscheme completion 2008-12-05 23:35:12 +11:00