diff --git a/src/text_editor.cpp b/src/text_editor.cpp index 44aa521..9c5fac8 100644 --- a/src/text_editor.cpp +++ b/src/text_editor.cpp @@ -1,4 +1,8 @@ /* +- [ ] When inserting parenthesis and selection is there, put the parens on both sides? +- [ ] KillProcess in console !!! - should also kill all the children ........... +- [ ] ctrl-e with these short main.c:290: breaks a little, need to first click ctrl-e and then alt-e to jump + - [x] ReplaceAll - heap-use-after-free address, how to debug? I think would be nice to iterate all buffer ids and their addresses along with the state - [x] BRO, the caret teleports on linux when I press the arrow for too long