Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns 7b1f6b0667 fix recently broken :ls - tabs.browsers is a function (Juergen Descher) 2008-11-01 15:46:19 +00:00
Doug Kearns 3d4746229a fix typo in :autocmd help 2008-11-01 15:00:32 +00:00
Doug Kearns 3371398700 add help for :colorscheme and move completion function to
completion.colorScheme
2008-11-01 14:54:05 +00:00
Doug Kearns 2b3ef469c4 add rough initial implementation of :colorscheme 2008-11-01 11:18:37 +00:00
Doug Kearns fdd2339274 fix typos in :highlight help - Javascript -> JavaScript 2008-11-01 09:53:52 +00:00
Doug Kearns 8aff700b67 whitespace fix 2008-11-01 09:29:13 +00:00
Doug Kearns 74288a1461 fix util.computedStyle 2008-11-01 09:20:55 +00:00
Doug Kearns bf5c630575 simplify parseSpecs longname/shortname pattern 2008-11-01 05:39:48 +00:00
Doug Kearns 9bb726f7f8 update vimperator.vim 2008-11-01 05:20:55 +00:00
Doug Kearns 55f60e97c8 change :ru[ntime] to :runt[ime] since it clashes with :run 2008-11-01 05:20:21 +00:00
Doug Kearns a9803eb709 update some old refererences to util.arrayIter 2008-11-01 04:30:57 +00:00
Doug Kearns 5f90b93430 normalise platform feature values 2008-11-01 04:14:50 +00:00
Doug Kearns 47f753d72c rename local function gotoHistoryItem to loadHistoryItem 2008-11-01 02:55:21 +00:00
Doug Kearns 4efae05d03 return a file object from io.getCurrentDirectory 2008-11-01 02:53:25 +00:00
Doug Kearns 14a646e2ce fix loading of style.js - don't redefine function parameters with let (possibly
a Windows specific SpiderMonkey bug
2008-11-01 02:11:15 +00:00
Doug Kearns e412a11d77 make liberator.hasExtension work in Muttator - FUEL is FF only 2008-10-31 16:00:14 +00:00
Doug Kearns ca28dafa8a add liberator.hasExtension for testing for the presence of a given FF extension 2008-10-31 11:36:19 +00:00
Doug Kearns c3ce38db9c add note to buffer.getCurrentWord regarding Firefox's getSelection() bug 2008-10-31 08:22:05 +00:00
Doug Kearns d498825baf highlight comments after :set lines in Vimperator runtime files 2008-10-31 08:06:12 +00:00
Doug Kearns e9c1f01a16 add dodgy CSS highlighting for :style argument in Vimperator files 2008-10-30 14:38:33 +00:00
Doug Kearns 119a4d8488 remove duplicate "hints" help tags 2008-10-30 09:38:51 +00:00
Doug Kearns ac2268a0ab add styling.html to the help topics overview 2008-10-30 09:04:07 +00:00
Doug Kearns e84530b520 replace some match vars with matches for consistency's sake 2008-10-30 06:14:04 +00:00
Doug Kearns 4de6674df7 output an error message when trying to expand ! in a :! command if there was no
previous command
2008-10-30 05:39:11 +00:00
Doug Kearns fd0d20b42c inline odd buffer.getElement - only used in liberator.help 2008-10-30 04:39:44 +00:00
Doug Kearns c4f57dd85a fix last config.helpFiles change style.html is styling.html 2008-10-30 03:35:03 +00:00
Doug Kearns bfe0530209 add style.html to config.helpFiles 2008-10-30 03:29:02 +00:00
Doug Kearns d2bc7aa20f simplify expandLeader() 2008-10-30 03:14:01 +00:00
Doug Kearns f86f2dcee5 replace use of deprecated getBoxObjectFor in liberator.beep 2008-10-29 10:13:40 +00:00
Doug Kearns 7e614099a2 add components/ to XPI - fixing #31 (XPI generation doesn't add components
directory) (Teramako)
2008-10-29 06:29:39 +00:00
Doug Kearns 416440edbb whitespace fixes 2008-10-29 06:12:01 +00:00
Doug Kearns cdf10aecfc fix #15 (browser.zoom.siteSpecific resets to false) 2008-10-29 06:10:03 +00:00
Doug Kearns b7368db6dd mention 'helpfile' in the description of :help 2008-10-26 11:44:18 +00:00
Doug Kearns 793e45ea83 add the platform to config.features 2008-10-23 14:06:39 +00:00
Doug Kearns 190b7dadbe whitespace fixes 2008-10-23 14:05:27 +00:00
Doug Kearns beb8c6a744 prevent <C-x> from decrementing the number through 0 2008-10-22 15:16:14 +00:00
Doug Kearns 576899f9d0 update vimperator.vim 2008-10-22 10:34:19 +00:00
Doug Kearns 2141d475f8 add 'exrc' 2008-10-21 15:45:57 +00:00
Doug Kearns b58c04200f fix :undoall definition, the command doesn't accept a ! or count 2008-10-21 14:50:51 +00:00
Doug Kearns 7a15b80aff add 'errorbells' 2008-10-20 16:56:31 +00:00
Doug Kearns e7d99e5a5b fix visual bell - center it since its dimensions are now less than the box to
workaround a FF3 bug
2008-10-20 16:32:30 +00:00
Doug Kearns 03d91c794c fix :pageinfo and :time output - use the character entity for NBSP 2008-10-20 16:08:23 +00:00
Doug Kearns 03ed0502c8 add shell command completion for :! 2008-10-20 14:38:22 +00:00
Doug Kearns d7cc0b041e fix :undo - it shouldn't open the last tab when given a non-matching arg 2008-10-20 08:44:40 +00:00
Doug Kearns 86460fd8c5 better argument processing for :source, :mkvimperatorc, and :saveas 2008-10-19 14:13:31 +00:00
Doug Kearns 337f956323 whitespace fixes 2008-10-19 14:09:55 +00:00
Doug Kearns 9fc85871c8 fix typo in parseArgs#quoteArg 2008-10-19 08:01:09 +00:00
Doug Kearns 19e4bcac3a add %VAR% environment variable expansion for Windows 2008-10-19 07:44:49 +00:00
Doug Kearns d14a32afa3 move array utility methods to util.Array 2008-10-19 07:26:17 +00:00
Doug Kearns 4d8ab3530e expand brace notation (${VAR}) environment variables in pathnames 2008-10-18 14:21:21 +00:00
Doug Kearns f0318d9675 fix :let - liberator.globalVariables 2008-10-18 02:23:04 +00:00
Doug Kearns 053678b08a remove :map-<silent> from the help index 2008-10-17 13:35:12 +00:00
Doug Kearns 62b60a78c2 whitespace fixes 2008-10-17 12:36:27 +00:00
Doug Kearns 349eed1b08 minor refactoring of hints#generate - calling generate on frames 2008-10-17 12:27:43 +00:00
Doug Kearns 1e1a945f37 fix :sidebar refocussing error 2008-10-17 12:12:53 +00:00
Doug Kearns 0b749e4e73 minor refactoring of :mapclear action 2008-10-17 11:45:49 +00:00
Doug Kearns bec8d33e59 pass all command actions an args object - IMPORTANT: this will possibly break
your plugin, read the NEWS file
2008-10-17 11:39:25 +00:00
Doug Kearns dba3870773 fix :jumps command 2008-10-17 03:14:45 +00:00
Doug Kearns 6ae49d3dbc add implementations for all interface methods of nsIDownloadProgressListener
*yawn*
2008-10-15 15:59:42 +00:00
Doug Kearns db520b80a5 add download finish info message 2008-10-15 15:40:03 +00:00
Doug Kearns 62d78348b4 fix some help typos 2008-10-15 03:39:19 +00:00
Doug Kearns 1394f483e4 declare some undeclared variables in parseOpt and whitespace fixes 2008-10-15 01:55:27 +00:00
Doug Kearns 7770adb4af add DownloadPost autocmd event 2008-10-15 01:52:59 +00:00
Doug Kearns b69fdd4d54 remove the space between tags in :bmarks output 2008-10-13 03:28:27 +00:00
Doug Kearns f95f1238b5 fix typo in :source help 2008-10-11 14:14:25 +00:00
Doug Kearns 881d0ac843 add N% normal mode command 2008-10-11 10:51:10 +00:00
Doug Kearns fe970d315e remove extraneous fold markers from commands.parseArgs 2008-10-11 01:32:44 +00:00
Doug Kearns 16164154ba add rough -nargs, -bang and -count support to :command 2008-10-10 13:52:08 +00:00
Doug Kearns 41c1006eaa don't refer to JS completion as "rudimentary" in :js help, as it is now
anything but rudimentary, but resist the urge to describe it as
"awesome"...that would just be trendy
2008-10-10 11:39:53 +00:00
Doug Kearns 6dfdee42a4 reference the more common <C-^> rather than <C-6> in :buffer help 2008-10-10 11:31:38 +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 c71b5f7886 fix :undo help - bang version is documented but doesn't exist 2008-10-10 11:23:32 +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
Doug Kearns 6574a4ce41 fix broken internal help references and logo - update chrome references to use
liberator
2008-10-10 11:06:10 +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
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
Doug Kearns 02c1d2fbdf update NEWS 2008-10-08 02:41:48 +00:00
Doug Kearns 36ece99d3a add c_<PageUp>/<PageDown> command-line mappings 2008-10-08 02:40:45 +00:00
Doug Kearns cd8bae267f update NEWS and vimperator.vim 2008-10-08 01:51:12 +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
Doug Kearns 73a2d510a7 move null return statement into catch block of Javascript#eval 2008-10-07 10:52:12 +00:00
Doug Kearns a82b8af19c update TODO 2008-10-07 02:13:54 +00:00
Doug Kearns 4860ff32fe fix typo in :dialog definition 2008-10-06 16:22:10 +00:00
Doug Kearns cd64a5132a fix some arg parsing caused by last argCount additions 2008-10-06 16:15:59 +00:00
Doug Kearns 2dd206df47 add a bang version of delmacros to delete all macros 2008-10-06 13:59:15 +00:00
Doug Kearns 413e01da41 add some missing argCount specs to commands 2008-10-06 13:07:57 +00:00
Doug Kearns 6afe44a1f3 expand environment variables in arg to :cd 2008-10-06 11:59:19 +00:00
Doug Kearns 0c03963cf9 add count property to Command's extraInfo to specify whether the command
accepts a count/range
2008-10-06 10:42:06 +00:00
Doug Kearns e38798f66c normalize the descriptions fo ]] and [[ 2008-10-06 07:37:27 +00:00
Doug Kearns 6872fe7944 if there's only one message in the message history output it to the
command-line widget rather than the MOW
2008-10-06 01:52:02 +00:00
Doug Kearns 48e0c5e0b8 set hl-InfoMsg foreground colour to black 2008-10-06 01:23:14 +00:00
Doug Kearns 2be0219384 remove CSS rules for old completion list box 2008-10-05 16:45:37 +00:00
Doug Kearns c985af4f20 add QnD :message highlighting 2008-10-05 16:32:38 +00:00