mirror of git://git.sv.gnu.org/nano.git
docs: mark bracketed pasting as done in the TODO list
This commit is contained in:
parent
d26f16a175
commit
6cf442e329
5
TODO
5
TODO
|
@ -2,8 +2,6 @@ A list of desired features
|
|||
--------------------------
|
||||
|
||||
Somewhat urgent:
|
||||
- Detect when text is being pasted, so that we can handle it faster.
|
||||
See https://savannah.gnu.org/bugs/?40060.
|
||||
- Allow color syntaxes to apply to more than just color, so that we can
|
||||
e.g. specify a different alternate spell checker depending on which
|
||||
file type we have open.
|
||||
|
@ -16,6 +14,9 @@ Vague musings:
|
|||
- Make matching bracket searches sophisticated enough to skip over
|
||||
brackets inside comments?
|
||||
|
||||
For version 4.8:
|
||||
- Detect when text is being pasted, so that we can handle it faster. [DONE]
|
||||
|
||||
For version 4.0:
|
||||
- Make undo/redo work also for justifying. [DONE]
|
||||
|
||||
|
|
Loading…
Reference in New Issue