mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 16:15:45 +01:00
Update TODO.
This commit is contained in:
@@ -7,23 +7,11 @@ ARCHITECTURE:
|
|||||||
BUGS:
|
BUGS:
|
||||||
- add window resize support to hints
|
- add window resize support to hints
|
||||||
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
- 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.
|
- Motion keys (j/k/h/l/^F/^B/...) don't scroll scrollable block elements.
|
||||||
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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
- insert abbreviations broken on <space>
|
- insert abbreviations broken on <space>
|
||||||
- :sidebar improvements (:sidebar! Downloads while downloads is open should refocus the sidebar)
|
- :sidebar improvements (:sidebar! Downloads while downloads is open should refocus the sidebar)
|
||||||
- ;s saves the page rather than the image
|
- ;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
|
- RC file is sourced once per window
|
||||||
|
|
||||||
(recent CVS regressions):
|
(recent CVS regressions):
|
||||||
@@ -82,9 +70,10 @@ FEATURES:
|
|||||||
--Kris
|
--Kris
|
||||||
|
|
||||||
8 allow for multiple ex commands separated with |
|
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 use ctrl-n/p in insert mode for word completion
|
||||||
7 implement QuickFix window based on ItemList
|
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
|
7 wherever possible: get rid of dialogs and ask console-like dialog questions
|
||||||
or write error prompts directly on the webpage or with :echo()
|
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
|
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 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 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
|
||||||
6 :grep support (needs location list)
|
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 pipe selected text/link/website to an external command
|
||||||
6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
|
6 Use ctrl-w+j/k/w to switch between sidebar, content, preview window
|
||||||
6 Command :tags for getting a list of used tags
|
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
|
5 make a command to search within google search results
|
||||||
(http://gadelkareem.com/2007/01/28/using-google-ajax-api-as-an-array/)
|
(http://gadelkareem.com/2007/01/28/using-google-ajax-api-as-an-array/)
|
||||||
maybe impossible, needs a per-site key from google
|
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 A format for 'guitablabel' and 'statusline'
|
||||||
3 add a command-line window (:help cmdline-window in Vim).
|
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]
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user