TextEditorFromScratch A text editor for the future Requirements CMake Build Instructions Windows Need to be filled Linux mkdir build cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=1 make -C build ./build/TextEditor