mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 17:35:45 +01:00
updated TODO (:ha! seems broken)
This commit is contained in:
@@ -1274,8 +1274,8 @@ function CommandLine() //{{{
|
|||||||
}
|
}
|
||||||
else if (event.type == "input")
|
else if (event.type == "input")
|
||||||
{
|
{
|
||||||
liberator.dump("input: " + command);
|
//liberator.dump("input: " + command);
|
||||||
this.resetCompletions(); // -> already handled by "keypress" below (hopefully), so don't do it twice
|
this.resetCompletions();
|
||||||
liberator.triggerCallback("change", currentExtendedMode, command);
|
liberator.triggerCallback("change", currentExtendedMode, command);
|
||||||
}
|
}
|
||||||
else if (event.type == "keypress")
|
else if (event.type == "keypress")
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ BUGS:
|
|||||||
String#quote change.
|
String#quote change.
|
||||||
- :messages is _very_ slow for message history of several thousand lines ->
|
- :messages is _very_ slow for message history of several thousand lines ->
|
||||||
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
|
Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere)
|
||||||
|
- :hardcopy! seems to be broken for me
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
9 finish :help TODOs
|
9 finish :help TODOs
|
||||||
|
|||||||
Reference in New Issue
Block a user