update TODO

This commit is contained in:
Maxime Coste 2014-11-10 13:20:20 +00:00
parent 40d649f836
commit 075e4985d7

7
TODO
View File

@ -48,8 +48,7 @@
* Tree based undo * Tree based undo
* configurable evaluated (%sh{...}) strings ? use an option to define * configurable evaluated (%sh{...}) strings ? use an option to define
the interpreters, regex for finding used kak variables (ability to the interpreters.
add direct python/perl/ruby/whatever evaluation).
* User defined text objects * User defined text objects
@ -61,7 +60,7 @@
* Make kakoune self-documenting * Make kakoune self-documenting
- Add doc strings to options - Display option docstring
- Generate documentation from Kakoune source - Generate documentation from Kakoune source
@ -73,8 +72,6 @@
* Rewrite keymap support using options ? (map window insert a b -> set -add window insert_keymap a:b) * Rewrite keymap support using options ? (map window insert a b -> set -add window insert_keymap a:b)
* Fix 'n' command with inverted selection
* Comments and strings should be more integrated than just highlighting, matching chars * Comments and strings should be more integrated than just highlighting, matching chars
for example should be strings and comments aware for example should be strings and comments aware