update TODO
This commit is contained in:
parent
378bb978d8
commit
2e839ac607
14
TODO
14
TODO
|
@ -17,12 +17,6 @@
|
||||||
* Sanitize prompt history handling, hooks should not have side effects
|
* Sanitize prompt history handling, hooks should not have side effects
|
||||||
on history
|
on history
|
||||||
|
|
||||||
* improve input filters
|
|
||||||
|
|
||||||
- try to have a decent C++ input mode indenter
|
|
||||||
|
|
||||||
- automatic line splitting
|
|
||||||
|
|
||||||
* improve highlighters
|
* improve highlighters
|
||||||
|
|
||||||
- folding support
|
- folding support
|
||||||
|
@ -66,8 +60,6 @@
|
||||||
|
|
||||||
* Tree based undo
|
* Tree based undo
|
||||||
|
|
||||||
* incrementation/decrementation of integers support
|
|
||||||
|
|
||||||
* more sane command line parsing, better shell interaction with quoting
|
* more sane command line parsing, better shell interaction with quoting
|
||||||
|
|
||||||
- Real parsing of the command line ?
|
- Real parsing of the command line ?
|
||||||
|
@ -76,8 +68,6 @@
|
||||||
the interpreters, regex for finding used kak variables (ability to
|
the interpreters, regex for finding used kak variables (ability to
|
||||||
add direct python/perl/ruby/whatever evaluation).
|
add direct python/perl/ruby/whatever evaluation).
|
||||||
|
|
||||||
* tab support for indentation
|
|
||||||
|
|
||||||
* %rec{...%opt{tchou}...%sh{echo kanaky}} ~= "...${kak_opt_tchou}...$(echo kanaky)..."
|
* %rec{...%opt{tchou}...%sh{echo kanaky}} ~= "...${kak_opt_tchou}...$(echo kanaky)..."
|
||||||
|
|
||||||
* Optimize BufferModificationListener behaviour:
|
* Optimize BufferModificationListener behaviour:
|
||||||
|
@ -114,3 +104,7 @@
|
||||||
. make doc compiles kakoune, and run doc generation:
|
. make doc compiles kakoune, and run doc generation:
|
||||||
+./kak -help commands > ../doc/commands.asciidoc+
|
+./kak -help commands > ../doc/commands.asciidoc+
|
||||||
with README.asciidoc including commands ?
|
with README.asciidoc including commands ?
|
||||||
|
|
||||||
|
* Handle command lines larger than window
|
||||||
|
|
||||||
|
* Support disabling hooks executions in :exec and :eval
|
||||||
|
|
Loading…
Reference in New Issue
Block a user