mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 05:13:31 +02:00
update TODO
This commit is contained in:
7
TODO
7
TODO
@@ -5,8 +5,7 @@ Priority list:
|
|||||||
BUGS:
|
BUGS:
|
||||||
- add window resize support to hints
|
- add window resize support to hints
|
||||||
- can't reverse tab through the vimperator toolbar
|
- can't reverse tab through the vimperator toolbar
|
||||||
- gu and gU don't work on local files properly - still valid?
|
- gu and gU don't work on local files properly - still valid? Doesn't work on Windows.
|
||||||
- :noremap does not work fully
|
|
||||||
- pvh option not working
|
- pvh option not working
|
||||||
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
||||||
|
|
||||||
@@ -18,15 +17,11 @@ FEATURES:
|
|||||||
7 [ctrl-o/i] to Go back to a Previous Position (done partly, however currenty does not use a per tab jumplist)
|
7 [ctrl-o/i] to Go back to a Previous Position (done partly, however currenty does not use a per tab jumplist)
|
||||||
7 whereever possible: get rid of dialogs and ask console-like dialog questions or write error prompts directly on the webpage or with :echo()
|
7 whereever possible: get rid of dialogs and ask console-like dialog questions or write error prompts directly on the webpage or with :echo()
|
||||||
7 :set! should also set about:config options (with autocomplete)
|
7 :set! should also set about:config options (with autocomplete)
|
||||||
7 edit textareas with an external editor (https://addons.mozilla.org/en-US/firefox/addon/4125)
|
|
||||||
6 :iabbr support for textfields
|
|
||||||
6 use '' to jump between marks like vim
|
6 use '' to jump between marks like vim
|
||||||
6 downloading of links to filesystem (:save <filename>)
|
|
||||||
6 autocommands (BrowserStart, BrowserQuit, TabClose, TabOpen, TabChanged, PageLoaded, any more?)
|
6 autocommands (BrowserStart, BrowserQuit, TabClose, TabOpen, TabChanged, PageLoaded, any more?)
|
||||||
6 pipe selected text/link/website to an external command
|
6 pipe selected text/link/website to an external command
|
||||||
6 macros (qq)
|
6 macros (qq)
|
||||||
6 gf = view source?
|
6 gf = view source?
|
||||||
6 page info support (ctrl-g, g<C-g>)
|
|
||||||
5 Use arrow keys in preview window, and ctrl-w+j/k to switch to from preview window
|
5 Use arrow keys in preview window, and ctrl-w+j/k to switch to from preview window
|
||||||
5 Favicons in completion windows and some other places?
|
5 Favicons in completion windows and some other places?
|
||||||
5 make use of the ] and [ keys to e.g. jump to the next heading ]], next image ]i, previous textbox [t and so on
|
5 make use of the ] and [ keys to e.g. jump to the next heading ]], next image ]i, previous textbox [t and so on
|
||||||
|
|||||||
Reference in New Issue
Block a user