1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-05 03:10:52 +02:00
Commit Graph

120 Commits

Author SHA1 Message Date
Doug Kearns 01e89bc6d8 move some completion code to completion.js 2008-10-07 15:32:48 +00:00
Kris Maglione 3169a93825 Add Option.has(). Improve JS completion. 2008-10-07 03:19:40 +00:00
Doug Kearns 413e01da41 add some missing argCount specs to commands 2008-10-06 13:07:57 +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
Kris Maglione 55df63ee81 Fix favcons in completions, add "shutdown" trigger, register vimperator.css as user stylesheet, make option completions better, hide completion list when no completions available. Yeah. A lot. Sorry. 2008-10-05 03:50:09 +00:00
Doug Kearns 2ebb57fe93 rename Command's bangAllowed property to bang 2008-10-04 16:48:32 +00:00
Doug Kearns 156fa5d56f add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
2008-10-04 09:00:36 +00:00
Kris Maglione 1891746b9e Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out. 2008-10-04 04:08:03 +00:00
Doug Kearns 0a905986d9 add DOMLoad autocmd event 2008-10-02 06:40:24 +00:00
Doug Kearns 675ae16f24 add rough initial implementations of :message, g< (gm for now) and 'messages' 2008-09-27 12:33:23 +00:00
Doug Kearns 6eea753fa1 add :set validation and completion for 'eventignore' and 'suggestengines' 2008-09-26 05:29:17 +00:00
Doug Kearns f478f57c57 use lambda notation for setter and getter definitions where appropriate 2008-09-24 06:03:42 +00:00
Doug Kearns 851d8d8383 use 'lambda' notation where appropriate 2008-09-23 10:06:04 +00:00
Doug Kearns e64a7397df use let when declaring loop variables 2008-09-18 12:07:10 +00:00
Doug Kearns 6c9238fe74 renamed Startup, Quit and QuitPre autocmd events to VimperatorEnter,
VimperatorLeave and VimperatorLeavePre
2008-09-10 16:50:52 +00:00
Doug Kearns 1d83391c54 rename the BookmarkPost autocommand event to BookmarkAdd 2008-09-10 15:33:27 +00:00
Doug Kearns cc292e8541 add a help index page 2008-09-06 04:49:24 +00:00
Doug Kearns 6eace3bab5 add cmdline.txt for command-line help 2008-09-01 14:05:51 +00:00
Doug Kearns 339dd911cd expand environment variables when setting 'cdpath' and 'shell' 2008-09-01 13:36:15 +00:00
Doug Kearns 6ea8b75298 whitespace fixes 2008-09-01 09:22:47 +00:00
Doug Kearns d4386e16fb don't use Cc and Ci globals 2008-09-01 07:15:23 +00:00
Doug Kearns ab5ce77baf add new BookmarkPost autocommand event 2008-08-31 08:56:38 +00:00
Doug Kearns 122dbe4624 allow :dialog to open the cookies manager 2008-08-30 03:42:04 +00:00
Doug Kearns 61d29dc6be add QuitPre and ShellCmdPost autocommand events 2008-08-28 11:53:46 +00:00
Doug Kearns c61bfe60ce move help for GUI related commands to gui.txt 2008-08-27 02:49:53 +00:00
Doug Kearns 0bf8f8e086 display an error message when :dialog dominspector is called if the DOM
Inspector extension is not installed
2008-08-27 01:11:31 +00:00
Doug Kearns a234aa747e make use of our argsParser to handle commands with zero arguments 2008-08-14 08:24:02 +00:00
Martin Stubenschrott 1035a01ace make use of our argsParser to handle commands with a fixed number of arguments.
Also added args.string to access the original string before it was parsed.
TODO: Always pass a parseArgs-like structure to commands, instead of only
when options or argCount is specified?
2008-08-13 21:53:56 +00:00
Doug Kearns 0c11a6b652 remove FF2 workaround and call doCommand() on sidebar menu items 2008-08-13 16:37:25 +00:00
Doug Kearns 85ecff4957 move the help files list to Vimperator's liberator.config 2008-08-12 17:55:47 +00:00
Doug Kearns 2b1d16b396 whitespace formatting fixes 2008-08-07 06:04:41 +00:00
Martin Stubenschrott f762f9e35b fixed some muttator specific errors in the console 2008-08-02 17:04:45 +00:00
Doug Kearns 6eed6938a6 minor improvement to 'urlseparator' short help 2008-07-20 15:33:10 +00:00
Doug Kearns c47b50df11 access 'newtab' with the square bracket notation rather than dot notation 2008-07-20 15:27:52 +00:00
Doug Kearns 706f2d0c93 add new 'urlseparator' option 2008-07-20 13:06:01 +00:00
Tim Hammerquist 76bceff5b2 added liberator.config.visualbellWindow for generic vb support. 2008-06-26 09:58:07 +00:00
Tim Hammerquist 6e04db8a01 enabled tab-completion of PageLoadPre autocommand event. 2008-06-23 20:41:25 +00:00
Martin Stubenschrott 2b3a93dcbd ctrl-x/a doesn' 2008-06-17 01:57:23 +00:00
Martin Stubenschrott 4575fca378 another typo fix 2008-06-16 22:08:26 +00:00
Martin Stubenschrott 293ea1168f updated :autocmd <tab> info 2008-06-16 22:07:49 +00:00
Martin Stubenschrott 29a387f870 changed module loading and moved it to {vimperator,muttator}.js for
optional modules
2008-06-12 00:51:26 +00:00
Martin Stubenschrott 0245cfcef8 [muttator] has "f" as default 'guioptions', should change to fmT? 2008-06-10 19:44:41 +00:00
Martin Stubenschrott 6ecd478298 cleaned up completion.js a lot, probaby still something to do 2008-06-08 04:01:56 +00:00
Martin Stubenschrott 62df5aa6fe new 'online' option, thanks zigdon! 2008-06-06 23:24:41 +00:00
Doug Kearns 973f3e5ca3 whitespace fixes 2008-06-02 18:11:47 +00:00
Doug Kearns c1390135d2 whitespace fixes 2008-05-27 15:15:36 +00:00
Martin Stubenschrott 69a04eeb09 fixed ctrl-l 2008-05-25 09:56:52 +00:00
Doug Kearns f43fc67115 add some missing fold markers 2008-05-17 16:04:24 +00:00
Martin Stubenschrott 04004ebb39 new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard 2008-05-05 13:22:55 +00:00
Martin Stubenschrott 7b7d39cc8d newtab option, and better :tab behavior, thanks teramako 2008-05-02 08:54:30 +00:00