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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user