mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 12:53:31 +02:00
Add to TODO, etc.
This commit is contained in:
@@ -47,6 +47,8 @@ const configbase = { //{{{
|
|||||||
|
|
||||||
ignoreKeys: {},
|
ignoreKeys: {},
|
||||||
|
|
||||||
|
modes: [],
|
||||||
|
|
||||||
optionDefaults: {},
|
optionDefaults: {},
|
||||||
|
|
||||||
scripts: [],
|
scripts: [],
|
||||||
|
|||||||
@@ -288,8 +288,7 @@ const modes = (function () //{{{
|
|||||||
self.addMode("LINE", true); // linewise visual mode
|
self.addMode("LINE", true); // linewise visual mode
|
||||||
self.addMode("PROMPT", true);
|
self.addMode("PROMPT", true);
|
||||||
|
|
||||||
if (config.modes)
|
config.modes.forEach(function (mode) { self.addMode.apply(self, mode) });
|
||||||
config.modes.forEach(function (mode) { self.addMode.apply(self, mode) });
|
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
//}}}
|
//}}}
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ BUGS:
|
|||||||
- The MOW shouldn't close when executing hints and ;F isn't working.
|
- The MOW shouldn't close when executing hints and ;F isn't working.
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
8 Incremental earches should retreat to their starting position on <Backspace>
|
||||||
8 Replace config.name tests in liberator with more specific feature
|
8 Replace config.name tests in liberator with more specific feature
|
||||||
tests or overridable APIs where at all feasible.
|
tests or overridable APIs where at all feasible.
|
||||||
8 change the extension ID to vimperator@vimperator.org rather than
|
8 change the extension ID to vimperator@vimperator.org rather than
|
||||||
@@ -70,6 +71,16 @@ FEATURES:
|
|||||||
This would require performance tests, how fast it is to add 20 keywords that way, as we need
|
This would require performance tests, how fast it is to add 20 keywords that way, as we need
|
||||||
to search all existing bookmarks to see if the keyword is already defined, and then just update
|
to search all existing bookmarks to see if the keyword is already defined, and then just update
|
||||||
that bookmark. --mst
|
that bookmark. --mst
|
||||||
|
|
||||||
|
Wah? I don't see how that's especially relevant, since they only
|
||||||
|
need to be added once, but, if you insist:
|
||||||
|
:100time bookmarks.getKeywords().some(function(k) k.keyword == "wikipedia")
|
||||||
|
Code execution summary
|
||||||
|
Executed: 100 times
|
||||||
|
Average time: 2.48 msec
|
||||||
|
Total time: 0.25 sec
|
||||||
|
--Kris
|
||||||
|
|
||||||
8 allow for multiple ex commands separated with |
|
8 allow for multiple ex commands separated with |
|
||||||
7 use ctrl-n/p in insert mode for word completion
|
7 use ctrl-n/p in insert mode for word completion
|
||||||
7 implement QuickFix window based on ItemList
|
7 implement QuickFix window based on ItemList
|
||||||
|
|||||||
Reference in New Issue
Block a user