]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/TODO
9e11e7253f9aff8ce01c79b16f562832be61e936
[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 - decide on how to document Arrays in our jsdoc(ish) documentation. Host docs
6   on the website - is there even a documentation tool that can parse our source
7   sensibly?
8
9 - unify the disgusting hodge podge of contract specification styles
10
11 REFACTORING:
12 - remove unnecessary usage of "self"
13
14 BUGS:
15 - insert abbreviations broken on <space>
16 - :sidebar improvements (:sidebar! Downloads while downloads is open should refocus the sidebar)
17 - ;s saves the page rather than the image
18 - RC file is sourced once per window
19
20 FEATURES:
21 8 registers
22 8 Document Caret and Visual modes.
23 8 replace global variables with plugin scoped user options
24 8 fix local options
25 8 adaptive timeout for auto-completions, :set completions can be updated more often than
26   :open foo
27 8 use the storage module for autocommands
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 <C-o>/<C-i> should work as in Vim (i.e., save page positions as well as
33   locations in the history list).
34 8 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
35 7 clean up error message codes and document
36 7 add search capability to MOW
37 7 describe-key command (prompt for a key and display its binding with documentation)
38 7 Specify all INSERT mode mappings rather than falling through to the host apps
39   mystery meat mappings.
40 7 use ctrl-n/p in insert mode for word completion
41 7 implement QuickFix window based on ItemList
42 7 wherever possible: get rid of dialogs and ask console-like dialog questions
43   or write error prompts directly on the webpage or with :echo()
44 7 [d could go to the last domain in the history stack. So if I browse from
45   google to another page and click 10 links there, [d would take me back to the google page
46   opera's fast forward does something like this
47 7 make an option to disable session saving by default when you close Firefox
48 7 The output of the pageinfo-command should contain the security-information of ssl-encrypted sites
49 7 :grep support (needs location list)
50 7 map <A-n/p> in command-line mode to something useful (such as Down/Up) and
51   possibly <C-n/p> to Vim-like behaviour
52 6 :mksession
53 6 add [count] support to :b* and :tab* commands where missing
54 6 check/correct spellings in insert mode with some mappings
55 6 add more autocommands (TabClose, TabOpen, TabChanged etc)
56 6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
57 6 Command :tags for getting a list of used tags
58 6 ;?<hint> should show more information
59 6 Add information to dactyl/HACKING file about testing and optimization
60 5 when looking at a zoomed out image (because it's large), zi should zoom in
61   maybe with this? : http://mxr.mozilla.org/seamonkey/source/content/html/document/public/nsIImageDocument.idl
62 5 make a command to search within google search results
63   (http://gadelkareem.com/2007/01/28/using-google-ajax-api-as-an-array/)
64   maybe impossible, needs a per-site key from google
65 4 } { should jump to the next paragraph of the page
66 3 A format for 'guitablabel' and 'statusline'
67 3 add a command-line window (:help cmdline-window in Vim).
68 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]
69   have a look into the split browser extension
70 1 Reformat dactyl/HACKING so that git diff can find sections and report changes @ somewhere