mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-23 15:23:29 +03:00
update TODO
This commit is contained in:
parent
40d649f836
commit
075e4985d7
7
TODO
7
TODO
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user