1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 23:05:45 +01:00

remove :set {option}! support from the TODO - now implemented

This commit is contained in:
Doug Kearns
2007-08-20 10:43:46 +00:00
parent f7f3973d8f
commit 0df930ffbd
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@@ -1,6 +1,7 @@
<pre> <pre>
2007-xx-xx: 2007-xx-xx:
* version 0.6 * version 0.6
* added :set {option}! support to toggle a boolean option's value
2007-08-16: 2007-08-16:
* version 0.5 * version 0.5

1
TODO
View File

@@ -25,7 +25,6 @@ FEATURES:
9 make hints smarter, not only with characters from from hintchars, but use "NE" or "NP" for 'new posts' e.g. (might be too slow) 9 make hints smarter, not only with characters from from hintchars, but use "NE" or "NP" for 'new posts' e.g. (might be too slow)
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
8 it would be nice to have :(undo|back|forward) <url> w/ tab completion support 8 it would be nice to have :(undo|back|forward) <url> w/ tab completion support
8 :set invoption/option! to toggle a bool option
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 3d should delete 3 tabs 7 3d should delete 3 tabs