summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-03-27 16:44:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-03-27 16:44:00 -0400
commitd656a3e9be8548419fa3d47bf622050a2803e0a3 (patch)
tree0a7ac17212c966f9c1eb9816e1b4974d545a889e /TODO.txt
parent984c9b3bfb1ab438c048c213dc52b616823176a5 (diff)
downloadpython-coveragepy-d656a3e9be8548419fa3d47bf622050a2803e0a3.tar.gz
HTML hotkeys for jumping to next/prev highlighted source section.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 347936a..6673328 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -12,7 +12,7 @@ Coverage TODO
- while TRUE claims to be partial.
- A way to mark lines as partial branches, with a regex?
- Default to "while True:", "while 1:"
-- HTML keyboard short cuts
++ HTML keyboard short cuts
* 3.2
@@ -111,8 +111,8 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
- Rolled-up statistics.
- Some way to focus in on red and yellow
- Show only lines near highlights?
- - Jump to next highlight?
- - Keyboard navigation: N and P
+ + Jump to next highlight?
+ + Keyboard navigation: j and k.
- Cookie for changes to pyfile.html state.
+ Clickable column headers on the index page.
+ Syntax coloring in HTML report.