1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 08:07:59 +01:00

new vimperator.hints.show() method, DOES NOT work on framed pages for now.

The colors will change later, they are just to see which type of hint it is
This commit is contained in:
Martin Stubenschrott
2007-09-27 12:52:50 +00:00
parent f7714042cf
commit d15fe0a09f
3 changed files with 182 additions and 30 deletions

View File

@@ -356,6 +356,12 @@ function Options() //{{{
default_value: "homepage,quickmark,tabopen,paste"
}
));
addOption(new Option(["autohints", "ah"], "boolean",
{
short_help: "Automatically show hints on every web page",
default_value: false
}
));
addOption(new Option(["complete", "cpt"], "charlist",
{
short_help: "Items which are completed at the :[tab]open prompt",