]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/TODO
Import 1.0b7.1 supporting Firefox up to 8.*
[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 <C-o>/<C-i> should work as in Vim (i.e., save page positions as well as
16   locations in the history list).
17 9 clean up error message codes and document
18 9 option groups, including buffer-local and site-specific
19 9 proper motion maps
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 search capability to MOW
23 8 registers
24 8 Document Caret and Visual modes.
25 8 replace global variables with plugin scoped user options
26 8 adaptive timeout for auto-completions, :set completions can be updated more often than
27   :open foo
28 8 add support for filename special characters such as %
29 8 :redir and 'verbosefile'
30 8 middleclick in content == p, and if command line is open, paste there the clipboard buffer
31 8 all search commands should start searching from the top of the visible viewport
32 8 Add information to dactyl/HACKING file about testing and optimization
33 7 describe-key command (prompt for a key and display its binding with documentation)
34 7 Specify all INSERT mode mappings rather than falling through to the host apps
35   mystery meat mappings.
36 7 use ctrl-n/p in insert mode for word completion
37 7 implement QuickFix window based on ItemList
38 7 [d could go to the last domain in the history stack. So if I browse from
39   google to another page and click 10 links there, [d would take me back to the google page
40   opera's fast forward does something like this
41 7 make an option to disable session saving by default when you close Firefox
42 7 :grep support (needs location list)
43 6 :mksession
44 6 add [count] support to :b* and :tab* commands where missing
45 6 check/correct spellings in insert mode with some mappings
46 6 add more autocommands (TabClose, TabOpen, TabChanged etc)
47 6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
48 6 ;?<hint> should show more information
49 5 when looking at a zoomed out image (because it's large), zi should zoom in
50   maybe with this? : http://mxr.mozilla.org/seamonkey/source/content/html/document/public/nsIImageDocument.idl
51 3 A format for 'guitablabel' and 'statusline'
52 3 add a command-line window (:help cmdline-window in Vim).
53 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]
54   have a look into the split browser extension