diff --git a/build.sh b/build.sh index 37c9242..31220d9 100755 --- a/build.sh +++ b/build.sh @@ -16,8 +16,7 @@ if [ ! -e "src/external/SDL" ]; then # cmake -S . -B build_linux -DCMAKE_BUILD_TYPE=Release -DSDL_PIPEWIRE=OFF cmake -S . -B build_linux -DSDL_PIPEWIRE=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr cd build_linux - make -j16 - sudo make install + sudo make -j16 install cd ../../../.. fi diff --git a/src/text_editor.cpp b/src/text_editor.cpp index 9c5fac8..f2f2229 100644 --- a/src/text_editor.cpp +++ b/src/text_editor.cpp @@ -2,6 +2,7 @@ - [ ] 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 +- [ ] Use command window without special fuzzy search features to type commands and stuff for executing shell etc.. - [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