1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 09:02:27 +01:00

First attempt in making vimperator object orietened.

For now only the CommandLine widget was made a real encapsulated object.
This commit is contained in:
Martin Stubenschrott
2007-05-11 12:42:17 +00:00
parent 0d7ff394b9
commit 7ac9a05803
10 changed files with 426 additions and 720 deletions

View File

@@ -430,7 +430,7 @@ function hit_a_hint()
linkNumString = '';
hintedElems = [];
if (!silent && get_pref("showmode"))
echo('');
vimperator.echo('');
removeHints(win);
return 0;
@@ -531,7 +531,7 @@ function hit_a_hint()
this.disableHahMode(null, true);
copyToClipboard(loc);
echo("Yanked " + loc);
vimperator.echo("Yanked " + loc);
};
this.yankTextHints = function()
@@ -550,7 +550,7 @@ function hit_a_hint()
this.disableHahMode(null, true);
copyToClipboard(loc);
echo("Yanked " + loc);
vimperator.echo("Yanked " + loc);
};
function setMouseOverElement(elem)