32 lines
646 B
Plaintext
32 lines
646 B
Plaintext
* encoding: support different encoding for files, make utf8 implementation
|
|
more robust
|
|
|
|
* support multi column chars
|
|
|
|
* right-to-left, bidirectional text
|
|
|
|
* key binding support
|
|
|
|
* Mouse support
|
|
|
|
* Crash recovery support (swap files)
|
|
|
|
* Sanitize prompt history handling, hooks should not have side effects
|
|
on history
|
|
|
|
* More text objects: sentence, paragraph, indent, user defined ?
|
|
|
|
* automatic line splitting/paragraph formatting
|
|
|
|
* folding support
|
|
|
|
* spelling support
|
|
|
|
* improve info boxes, how to make them hide
|
|
|
|
* more than 16 colors support
|
|
|
|
* investigate 'kakdiff'
|
|
|
|
* improve input filters, try to have a decent C++ input mode indenter
|