diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-02-22 09:45:27 +0000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-02-22 09:45:27 +0000 |
| commit | fb57734820f2f63c18bad095201d601fdcaab31c (patch) | |
| tree | 1adb5c411b0f96ec8a017db2fdb73b3954143415 | |
| parent | 467f5547d5afa37f6c5acaad824b9a5cdd8b2a08 (diff) | |
Remove out of date TODO file
Closes #1235
| -rw-r--r-- | TODO | 44 |
1 files changed, 0 insertions, 44 deletions
@@ -1,44 +0,0 @@ -* Improve unicode text edition - - - support multi column chars - - - right-to-left, bidirectional text - -* improve highlighters - - - folding support - -* markup support in info boxes - -* improve insert completion - - - Detect when the following text is matching the inserted completion - - - Support multiple completion points - (1.1@0:comp1:comp2:comp3:1.5@0:comp1:comp2:comp3) - -* investigate 'kakdiff' - -* Tree based undo - -* multiple parameters support for normal mode commands ? - - - 10,20g -> goto line 10, column 20 - - - 1,2,3<a-space> remove selections 1, 2 and 3 - -* Improve self-documenting - - - Generate documentation from Kakoune source - - . Write asciidoc from internal documentation - - . make doc compiles kakoune, and run doc generation: - +./kak -help commands > ../doc/commands.asciidoc+ - with README.asciidoc including commands ? - -* Comments and strings should be more integrated than just highlighting, matching chars - for example should be strings and comments aware (should they ?) - -* change command parsing to be more shell like - (support -option="value with spaces" instead of requiring "-option=value with spaces") |
