]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/TODO
Import r6923 from upstream hg supporting Firefox up to 22.0a1
[dactyl.git] / pentadactyl / TODO
1 Priority list:
2 1-9 as in Vim (9 = required for next release, 5 = would be nice, 1 = probably not)
3
4 ARCHITECTURE:
5 - Host docs on the website - is there even a documentation tool that
6   can parse our source sensibly?
7
8 - unify the disgusting hodge podge of contract specification styles
9
10 BUGS:
11 - ;s saves the page rather than the image
12 - RC file is sourced once per window
13
14 FEATURES:
15 9 Add more tests.
16 9 clean up error message codes and document
17 9 option groups
18 9 global, window-local, tab-local, buffer-local, script-local groups
19 9 add [count] support to :b* and :tab* commands where missing
20 8 wherever possible: get rid of dialogs and ask console-like dialog questions
21   or write error prompts directly on the webpage or with :echo()
22 8 add support for filename special characters such as %
23 8 :redir and 'verbosefile'
24 8 Add information to dactyl/HACKING file about testing and optimization
25 7 handle Print Preview 'mode' properly
26 7 describe-key command (prompt for a key and display its binding with documentation)
27 7 use ctrl-n/p in insert mode for word completion
28 7 make an option to disable session saving by default when you close Firefox
29 7 :grep support (needs location list)
30 6 :mksession
31 6 check/correct spellings in insert mode with some mappings
32 6 add more autocommands (TabClose, TabOpen, TabChanged etc)
33 6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
34 6 ;?<hint> should show more information
35 5 when looking at a zoomed out image (because it's large), zi should zoom in
36   maybe with this? : http://mxr.mozilla.org/seamonkey/source/content/html/document/public/nsIImageDocument.idl
37 3 A format for 'guitablabel' and 'statusline'
38 3 add a command-line window (:help cmdline-window in Vim).
39 3 Splitting Windows with [:sp :vsp ctrl-w,s ctrl-w,v] and closing with [ctrl-w,q], moving with [ctrl-w,w or tab]
40   have a look into the split browser extension