1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:27:58 +01:00

dd more rudimentary completion for options 'activate', 'pageinfo', 'newtab'

and 'popups'
This commit is contained in:
Doug Kearns
2008-09-10 20:26:53 +00:00
parent 23ccb9a689
commit 0bb59f6c5c
4 changed files with 48 additions and 1 deletions

View File

@@ -66,6 +66,14 @@ const liberator = (function () //{{{
return value;
},
completer: function (filter)
{
return [
["m", "Menubar"],
["T", "Toolbar"],
["b", "Bookmark bar"]
];
},
validator: function (value)
{
var regex = "[^";