summaryrefslogtreecommitdiff
path: root/vimperator/TODO
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2009-05-23 21:24:57 -0400
committerKris Maglione <maglione.k@gmail.com>2009-05-23 21:24:57 -0400
commitce120a7f9d539b6f247a11cac08e31f9098703e1 (patch)
tree53ed5b647304e3803454e37227c0cde7cea6c515 /vimperator/TODO
parentb8aab050e9de68835f337b162f8c040a9b896a76 (diff)
downloadpentadactyl-ce120a7f9d539b6f247a11cac08e31f9098703e1.tar.gz
Add to TODO, etc.
Diffstat (limited to 'vimperator/TODO')
-rw-r--r--vimperator/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/vimperator/TODO b/vimperator/TODO
index 9bd236f1..7ace856e 100644
--- a/vimperator/TODO
+++ b/vimperator/TODO
@@ -42,6 +42,7 @@ BUGS:
- The MOW shouldn't close when executing hints and ;F isn't working.
FEATURES:
+8 Incremental earches should retreat to their starting position on <Backspace>
8 Replace config.name tests in liberator with more specific feature
tests or overridable APIs where at all feasible.
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
to search all existing bookmarks to see if the keyword is already defined, and then just update
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 |
7 use ctrl-n/p in insert mode for word completion
7 implement QuickFix window based on ItemList