From 8d5fc6faea12e63465e68f028baa6e6cfc856582 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 28 May 2009 15:02:21 -0400 Subject: [PATCH] Update TODO. --- vimperator/TODO | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/vimperator/TODO b/vimperator/TODO index 7ace856e..69fedab0 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -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 - :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" - are mapped. Vimp should recognize "" as an atom that should not - be matched literally. In fact, typing "g" out literally is - equivalent to typing "g" and then . - 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 / 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]