1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-24 07:53:41 +03:00
kakoune/TODO

34 lines
676 B
Plaintext
Raw Normal View History

2012-10-16 20:46:06 +04:00
* encoding: support different encoding for files, make utf8 implementation
more robust
2011-11-08 23:03:52 +04:00
2013-03-22 21:40:03 +04:00
* support multi column chars
2012-10-16 20:46:06 +04:00
2013-03-22 21:40:03 +04:00
* right-to-left, bidirectional text
2012-11-23 16:41:17 +04:00
2013-03-22 21:40:03 +04:00
* key binding support
2013-01-04 21:46:20 +04:00
2013-02-26 21:55:07 +04:00
* Mouse support
* Crash recovery support (swap files)
* Sanitize prompt history handling, hooks should not have side effects
on history
2013-03-29 22:29:24 +04:00
* More text objects: sentence, paragraph, indent, user defined ?
2013-01-04 21:46:20 +04:00
* automatic line splitting/paragraph formatting
2013-03-22 21:40:03 +04:00
* folding support
* spelling support
2013-03-27 17:19:26 +04:00
* improve info boxes, how to make them hide
* removable, groupable hooks
2013-03-22 21:40:03 +04:00
* more than 16 colors support
* investigate 'kakdiff'
2013-04-02 16:03:51 +04:00
* improve input filters, try to have a decent C++ input mode indenter