mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 18:45:46 +01:00
updated TODO a little
This commit is contained in:
7
TODO
7
TODO
@@ -19,13 +19,14 @@ BUGS:
|
|||||||
- 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)
|
||||||
- http://www.maximonline.com/jokes/ - the prev and next buttons on the image map are not hinted
|
- http://www.maximonline.com/jokes/ - the prev and next buttons on the image map are not hinted
|
||||||
- ;f seems broken after a page load
|
|
||||||
- ;s saves the page rather than the image
|
- ;s saves the page rather than the image
|
||||||
- :set! browser.urlbar.clickSelectsAll=true -> clicking in the location bar unfocuses it immediately
|
- :set! browser.urlbar.clickSelectsAll=true -> clicking in the location bar unfocuses it immediately
|
||||||
- http://apcmag.com/why_os_x_106_snow_leopard_should_leave_powerpc_in_the_cold.htm - scrolls the wrong
|
- http://apcmag.com/why_os_x_106_snow_leopard_should_leave_powerpc_in_the_cold.htm - scrolls the wrong
|
||||||
window with j/k (the green slashdot thing for me).
|
window with j/k (the green slashdot thing for me).
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
9 addaptive timeout for auto-completions, :set completions can be updated more often than
|
||||||
|
:open foo
|
||||||
9 :highlight clear and :colorscheme default
|
9 :highlight clear and :colorscheme default
|
||||||
9 use the storage module for autocommands
|
9 use the storage module for autocommands
|
||||||
8 middleclick in content == p, and if command line is open, paste there the clipboard buffer
|
8 middleclick in content == p, and if command line is open, paste there the clipboard buffer
|
||||||
@@ -33,8 +34,7 @@ FEATURES:
|
|||||||
7 adaptive learning for tab-completions
|
7 adaptive learning for tab-completions
|
||||||
(https://bugzilla.mozilla.org/show_bug.cgi?id=395739 could help)
|
(https://bugzilla.mozilla.org/show_bug.cgi?id=395739 could help)
|
||||||
7 use ctrl-n/p in insert mode for word completion
|
7 use ctrl-n/p in insert mode for word completion
|
||||||
7 implement LocationList window, and get rid off/change PreviewWindow to be
|
7 implement QuickFix window based on ItemList
|
||||||
a real preview window being able to display html pages
|
|
||||||
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
|
7 whereever 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()
|
||||||
@@ -53,7 +53,6 @@ FEATURES:
|
|||||||
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 ;?<hint> should show more information
|
6 ;?<hint> should show more information
|
||||||
5 Favicons in completion windows and some other places?
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user