1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-31 00:33:32 +02:00

Update TODO.

This commit is contained in:
Štěpán Němec
2010-12-03 22:02:56 +01:00
parent a6eb8c71e0
commit f94e864ded

View File

@@ -17,6 +17,7 @@ REFACTORING:
- remove unnecessary usage of "self" - remove unnecessary usage of "self"
BUGS: BUGS:
- :viusage! doesn't work
- 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
@@ -24,8 +25,6 @@ BUGS:
- :undo seems to be affected by the tabstrip state - :undo seems to be affected by the tabstrip state
- the :help version-information page is no longer generated - the :help version-information page is no longer generated
(recent Mercurial regressions):
FEATURES: FEATURES:
8 registers 8 registers
8 Document Caret and Visual modes. 8 Document Caret and Visual modes.
@@ -41,6 +40,9 @@ FEATURES:
8 <C-o>/<C-i> should work as in vim (i.e., save page positions as well as 8 <C-o>/<C-i> should work as in vim (i.e., save page positions as well as
locations in the history list). locations in the history list).
8 jump to the next heading with ]h, next image ]i, previous textbox [t and so on 8 jump to the next heading with ]h, next image ]i, previous textbox [t and so on
7 add source location links to the output of certain commands (e.g. :viusage! or describe-key)
7 add search capability to MOW
7 describe-key command (prompt for a key and display its binding with documentation)
7 Specify all INSERT mode mappings rather than falling through to the host apps 7 Specify all INSERT mode mappings rather than falling through to the host apps
mystery meat mappings. mystery meat mappings.
7 consider generating most of :help :index 7 consider generating most of :help :index
@@ -54,6 +56,7 @@ FEATURES:
7 make an option to disable session saving by default when you close Firefox 7 make an option to disable session saving by default when you close Firefox
7 The output of the pageinfo-command should contain the security-information of ssl-encrypted sites 7 The output of the pageinfo-command should contain the security-information of ssl-encrypted sites
7 :grep support (needs location list) 7 :grep support (needs location list)
7 map <C-n/p> and/or <A-n/p> in command-line mode to something useful (such as Down/Up)
6 :mksession 6 :mksession
6 add [count] support to :b* and :tab* commands where missing 6 add [count] support to :b* and :tab* commands where missing
6 check/correct spellings in insert mode with some mappings 6 check/correct spellings in insert mode with some mappings