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

168 Commits

Author SHA1 Message Date
Kris Maglione 41fe490b82 Unbreak FF 3.0 2008-11-27 10:14:49 +00:00
Kris Maglione 82ef520fd5 Fix :mkv 2008-11-27 06:08:08 +00:00
Kris Maglione 0eafcd8656 Speed up completion scrolling more. 2008-11-27 01:18:33 +00:00
Kris Maglione 7fad219028 Fix :set completion. Allow completing non-cannonical -options. 2008-11-26 22:32:55 +00:00
Kris Maglione 0adf03a6b8 Move bang/count to args. 2008-11-26 21:53:22 +00:00
Kris Maglione 20ab9ef0c7 s/args.arguments/args/g 2008-11-26 21:10:54 +00:00
Doug Kearns 1765f1ab5e fix options#op 'number' and 'string' option setters 2008-11-26 11:00:19 +00:00
Kris Maglione 5da5f6336a Really fix Options#op, as well as :setcomm /dev/null <(js -v 180 options.js |& grep -v ReferenceError | grep .) completion. 2008-11-26 08:41:25 +00:00
Kris Maglione d35e3a0c8e Fix Options#op 2008-11-26 08:38:12 +00:00
Kris Maglione 78d700fd91 Add Optionui.jsop to apply +/-/^ from JS 2008-11-26 07:20:44 +00:00
Kris Maglione 3176b654dd More cleanup and a fix or two 2008-11-26 06:46:13 +00:00
Kris Maglione 79acfcf412 Cleanup. Add 1px border to top of completion body for when MOW is also shown. 2008-11-26 06:15:02 +00:00
Kris Maglione f1a6bcc671 Bunch more completion stuff. Add more/less indicators to completion listint. 2008-11-26 03:22:13 +00:00
Kris Maglione 3affc98ea5 Add template.listCompleter to list completion results to the MOW. 2008-11-25 07:30:23 +00:00
Kris Maglione 9b14f6e331 More completion stuff. And move vimperator.png to chrome://liberator2/content/ -- long story. 2008-11-24 10:10:49 +00:00
Kris Maglione 7d8eb88954 More completion stuff. 2008-11-23 23:40:40 +00:00
Kris Maglione fbd5fde3b4 Fix some completion bugs 2008-11-22 10:32:46 +00:00
Kris Maglione 49a559866c More completion stuff 2008-11-22 09:56:57 +00:00
Kris Maglione bc66cf405c Fix some missed function renames 2008-11-15 00:11:00 +00:00
Kris Maglione 16b1273078 Rename some functions. Add options.(set|get|reset|invert)Pref completion 2008-11-15 00:04:47 +00:00
Kris Maglione d7076c5aa5 Add some standard JS function completers for the liberator API 2008-11-12 23:55:34 +00:00
Doug Kearns c91f3cee03 don't filter out "" elements from stringlist options as they can be significant
E.g. 'cdpath'
2008-11-06 14:08:21 +00:00
Doug Kearns 654bd0c2ea fix :set completion when there's no filter 2008-11-04 17:30:52 +00:00
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
Kris Maglione a53b702200 Generally niftier :mkv 2008-10-30 03:31:19 +00:00
Doug Kearns d14a32afa3 move array utility methods to util.Array 2008-10-19 07:26:17 +00:00
Doug Kearns f0318d9675 fix :let - liberator.globalVariables 2008-10-18 02:23:04 +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
Kris Maglione 2b6b080f0c Highlight invalid option names in :set 2008-10-15 20:48:34 +00:00
Doug Kearns 1394f483e4 declare some undeclared variables in parseOpt and whitespace fixes 2008-10-15 01:55:27 +00:00
Kris Maglione ff7c3c1210 Add liberator.modules namespace, load scripts via subscript loader, report better errors on :so with here docs, beep when clicking an input field in command line mode. 2008-10-13 21:05:48 +00:00
Kris Maglione cd0fb01dd4 with (liberator) 2008-10-13 00:50:03 +00:00
Kris Maglione ec5a81a472 Fix Option.has() for multiple arguments 2008-10-10 18:14:48 +00:00
Kris Maglione 0da19dfb31 Fix :se completion 2008-10-10 18:03:09 +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 f771b5e25e Fix :se all 2008-10-10 03:02:19 +00:00
Kris Maglione b8c29417f2 Detect unknown options in :set 2008-10-09 19:17:41 +00:00
Doug Kearns 8c585cd560 normalise comparisons with undefined 2008-10-09 10:52:19 +00:00
Kris Maglione e22bd873ff Fix the visual bell 2008-10-08 17:44:11 +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 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 c038e73471 Replace template.map2 with an overloaded template.map 2008-10-07 21:23:18 +00:00
Kris Maglione abd879a3e5 Moved the template class to its own file, along with some related functions from util.js 2008-10-07 06:56:58 +00:00
Kris Maglione 3169a93825 Add Option.has(). Improve JS completion. 2008-10-07 03:19:40 +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 640912b509 fix test for undefined in :let action 2008-10-05 12:24:43 +00:00
Kris Maglione 05aac8ced6 Fix some brokenness 2008-10-05 07:40:26 +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