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

1073 Commits

Author SHA1 Message Date
Kris Maglione a2bab3f62d Allow muttator's compose overlay to use liberator.xul. Not removing muttatorcompose.xul until chrome.manifest is updated, so as not to break muttator 2008-10-10 15:43:17 +00:00
Doug Kearns 16164154ba add rough -nargs, -bang and -count support to :command 2008-10-10 13:52:08 +00:00
Doug Kearns a2f59e45d0 remove range and bang error messages from :undoall action as they're now
handled by the bang and count extraInfo properties
2008-10-10 11:27:20 +00:00
Doug Kearns 1934fbc540 remove old bang version of :ls 2008-10-10 11:19:37 +00:00
Doug Kearns 4c29333f65 readd trailing ".html" to help file names in the status line to mimic Vim 2008-10-10 11:13:07 +00:00
Kris Maglione fbbed9dec6 Fix <Tab> completion 2008-10-10 07:31:04 +00:00
Kris Maglione f7fed1172c Add :se invfoo=bar,baz to toggle bar and baz in a list option 2008-10-10 05:05:13 +00:00
Kris Maglione ec68f69b4b Make autosize calculation less silly (and fix some CSS) 2008-10-10 04:43:09 +00:00
Kris Maglione baf2480b75 Replaced <table>-based completion with equivalent CSS. Mainly proof-of concept. Feel free to revert. 2008-10-10 03:49:36 +00:00
Kris Maglione 5d68871ca7 Re-register a stylesheet if it already exists on styles.registerSheet 2008-10-10 03:45:30 +00:00
Kris Maglione f771b5e25e Fix :se all 2008-10-10 03:02:19 +00:00
Martin Stubenschrott e13bfac5c1 fixed ]f and :b!<tab> - thanks anekos 2008-10-09 23:33:02 +00:00
Kris Maglione 1b093e51cc Add rudimentary paren/brace/quote matching for JS 2008-10-09 21:50:00 +00:00
Kris Maglione b8c29417f2 Detect unknown options in :set 2008-10-09 19:17:41 +00:00
Kris Maglione 53bd7a6bc1 Make completion display less jittery. 2008-10-09 19:02:13 +00:00
Kris Maglione 9644eca6a9 Use the wrapped object for completion of XPCNativeWrappers 2008-10-09 17:53:44 +00:00
Kris Maglione e1e8878c0a Fixed-height completion rows. 2008-10-09 17:41:45 +00:00
Kris Maglione bb4c19d4ac Quick hack to add tildes to the empty lines of the completion output. 2008-10-09 16:58:48 +00:00
Doug Kearns 1dcf443003 revert overly aggressive undefined comparison normalisation - globals 2008-10-09 12:03:16 +00:00
Doug Kearns 8c585cd560 normalise comparisons with undefined 2008-10-09 10:52:19 +00:00
Kris Maglione b9a24708c5 Unbreak here docs with args in .vimperatorrc 2008-10-09 02:58:29 +00:00
Kris Maglione 077fdc838a Move to the chrome://liberator namespace 2008-10-09 02:25:19 +00:00
Kris Maglione a3e898f810 JavaScript completion fixes. 2008-10-09 01:43:22 +00:00
Kris Maglione b350867a7e Add function arg completion to javascript completion. Better exceptions from liberator.eval. 2008-10-08 23:43:17 +00:00
Martin Stubenschrott 64d3a88727 made muttator work again 2008-10-08 20:31:37 +00:00
Kris Maglione c16f80c023 Fix heredocs from :so 2008-10-08 19:36:32 +00:00
Kris Maglione c77b782498 Make autocompletion smoother 2008-10-08 18:57:25 +00:00
Kris Maglione 605cf4bbc3 Dont use autocomplete during macro/:cmd playback; dont show the completion list on setCompletions if wim-=auto 2008-10-08 18:19:11 +00:00
Kris Maglione e22bd873ff Fix the visual bell 2008-10-08 17:44:11 +00:00
Kris Maglione 97d1c1afd9 Cache keyword-search filter 2008-10-08 16:05:19 +00:00
Doug Kearns 9d54b4f6cf fix :scriptnames SNR numbers 2008-10-08 13:34:12 +00:00
Doug Kearns e65e5e5f5b add completion.environment for environment variable completion 2008-10-08 12:01:08 +00:00
Doug Kearns 54447f16ef use completion.dialog to complete :dialog 2008-10-08 11:42:24 +00:00
Doug Kearns e52fc9af43 whitespace fixes 2008-10-08 11:39:25 +00:00
Doug Kearns d266cdc384 fix return values from completers for 'pageinfo' and 'showstatuslinks' 2008-10-08 08:38:16 +00:00
Kris Maglione 796d054306 More of the last commit, and fix :set WRT scoping. 2008-10-08 06:09:39 +00:00
Kris Maglione 12e1b2e89e Integrate :se setter and completion parsing code. 2008-10-08 04:58:27 +00:00
Kris Maglione 17dcbd142c Reset the autocomplete timer before hiding the completions list to prevent an apparant race. 2008-10-08 03:50:26 +00:00
Kris Maglione 4ff5adcc4e Get rid of template.map overloading, add standard "usage" template for ex/vi/option 2008-10-08 03:41:55 +00:00
Kris Maglione 10376ecb77 Add search keyword-history completion (try typing a keyword), better JS completion, better errors in :so, check "preload" before preloading history/bookmarks, Object/Function highlighting, some other bug fixes. 2008-10-08 02:56:11 +00:00
Doug Kearns 36ece99d3a add c_<PageUp>/<PageDown> command-line mappings 2008-10-08 02:40:45 +00:00
Kris Maglione c038e73471 Replace template.map2 with an overloaded template.map 2008-10-07 21:23:18 +00:00
Kris Maglione 78d9d51434 Last commit done right (or wrong, as it so happens, given Spidermonkeys buggy regex engine) 2008-10-07 21:03:06 +00:00
Kris Maglione 851901d553 Fix :hi for styles ending in ; 2008-10-07 20:43:56 +00:00
Kris Maglione ee6ca4bb4a The dump part of the last commit, which didnt make it in 2008-10-07 20:35:17 +00:00
Kris Maglione 08ac946225 Highlight substrings matching the filter in completions. Fix javascript completion and :hi. Run dump() arguments through objectToString and append "\n" 2008-10-07 20:33:44 +00:00
Doug Kearns 01e89bc6d8 move some completion code to completion.js 2008-10-07 15:32:48 +00:00
Doug Kearns d0a7df74bc fix redeclaration of variable class in buffer.highlight 2008-10-07 15:22:35 +00:00
Kris Maglione 46a83a4c72 Resize the completion buffer on DOMSubtreeModified event 2008-10-07 14:55:54 +00:00
Kris Maglione 12a6b7ee05 Get rid of *style options and add highlight groups 2008-10-07 14:46:18 +00:00