From e1149680d9dc2239b443b470ac4e28ffc0b8e288 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Wed, 11 Mar 2026 08:27:56 +0100 Subject: [PATCH] Add todos --- src/text_editor.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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