1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 02:25:48 +01:00

Update TODO.

This commit is contained in:
Kris Maglione
2009-05-28 15:02:21 -04:00
parent b966c4dac1
commit 8d5fc6faea

View File

@@ -7,23 +7,11 @@ ARCHITECTURE:
BUGS:
- add window resize support to hints
- searching backwards incrementally does not work i.e. with 'incsearch' set
- http://msdn2.microsoft.com/en-us/library/ms535258.aspx does not scroll with j/k/etc.
same for http://forum.mootools.net/topic.php?id=3458 and
http://kainhofer.com/~lilypond/Documentation/user/lilypond/
probable problem:
@media screen {
body>div#tocframe {
position: fixed
}
}
- Motion keys (j/k/h/l/^F/^B/...) don't scroll scrollable block elements.
- insert abbreviations broken on <space>
- :sidebar improvements (:sidebar! Downloads while downloads is open should refocus the sidebar)
- ;s saves the page rather than the image
- "g<" fails without a trailing escape because both "g<" and "g<C-g>"
are mapped. Vimp should recognize "<C-g>" as an atom that should not
be matched literally. In fact, typing "g<C-g>" out literally is
equivalent to typing "g" and then <C-g>.
- RC file is sourced once per window
(recent CVS regressions):
@@ -82,9 +70,10 @@ FEATURES:
--Kris
8 allow for multiple ex commands separated with |
8 <C-o>/<C-i> should work as in vim (i.e., save page positions as well as
locations in the history list).
7 use ctrl-n/p in insert mode for word completion
7 implement QuickFix window based on ItemList
7 [ctrl-o/i] to Go back to a Previous Position (done partly, however currently does not use a per tab jumplist)
7 wherever possible: get rid of dialogs and ask console-like dialog questions
or write error prompts directly on the webpage or with :echo()
7 [d could go to the last domain in the history stack. So if I browse from
@@ -103,7 +92,6 @@ FEATURES:
6 add more autocommands (TabClose, TabOpen, TabChanged any more?)
6 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
6 :grep support (needs location list)
6 use '' to jump between marks like vim
6 pipe selected text/link/website to an external command
6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
6 Command :tags for getting a list of used tags
@@ -113,7 +101,7 @@ FEATURES:
5 make a command to search within google search results
(http://gadelkareem.com/2007/01/28/using-google-ajax-api-as-an-array/)
maybe impossible, needs a per-site key from google
4 } { should jump to the next paragraph of the page (maybe impossible)
4 } { should jump to the next paragraph of the page
3 A format for 'guitablabel' and 'statusline'
3 add a command-line window (:help cmdline-window in Vim).
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]