1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 03:22:28 +01:00
Files
pentadactyl-pm/TODO
2007-10-25 23:30:10 +00:00

47 lines
2.3 KiB
Plaintext

<pre>
Priority list:
1-9 as in vim (9=required for next release, 5=would be nice, 1=probably not)
BUGS:
- add window resize support to hints
- can't reverse tab through the vimperator toolbar
- gu and gU don't work on local files properly - still valid?
- :noremap does not work fully
- pvh option not working
- searching backwards incrementally does not work i.e. with 'incsearch' set
FEATURES:
9 :command for new commands
8 add an interface for navigating document relationships
8 middleclick in content == p, and if command line is open, paste there the clipboard buffer
7 use ctrl-n/p in insert mode for word completion
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 :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 downloading of links to filesystem (:save <filename>)
6 autocommands (BrowserStart, BrowserQuit, TabClose, TabOpen, TabChanged, PageLoaded, any more?)
6 pipe selected text/link/website to an external command
6 macros (qq)
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 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
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]
have a look into the split browser extension
- many other ideas are listed in the wiki
RANDOM IDEAS:
* numbered tabs
* Would it be possible to add a setting "maxcompletionsshown" and
"maxpreviewwindowheight" or something like this?
* 16:06:04 bartman| maxauthority: feature idea: what if :n and :N searched the
page and if they found a unique href=*next.* or
href=.*prev.* they would follow that link?
* hide scrollbars: http://rafb.net/p/YHRhEe47.html (window.content.document.body.style.overflow = "hidden")
</pre>