1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 01:11:36 +03:00
kakoune/TODO

25 lines
720 B
Plaintext
Raw Normal View History

2011-11-08 23:03:52 +04:00
High Priority
-------------
* Options: They should be typed, and scoped. An option should be global,
buffer local, or window local. there should be a way to specify
which locality an option support.
* Encoding: Support different encoding, decide how to store buffer content
implement encoding conversions.
2011-11-08 23:03:52 +04:00
Medium Priority
---------------
* tweak editing model, some behaviours are not intuitive, maybe a line
wise mode will be needed after all.
2012-01-14 18:15:09 +04:00
* highlighters and filters groups. So that many different highlighters
(for example syntax highlighting for a language) can be handled as one.
2011-11-08 23:03:52 +04:00
Low Priority
------------
* Data driven syntax highlighter.
* client server separation