基于 C++ 的简易 Windows 终端文本编辑器
Go to file
2024-12-20 02:02:10 +08:00
components 基本完成了编辑器 2024-12-20 02:02:10 +08:00
data/highlight/cpp 实现了SyntaxHighlighter 2024-12-14 23:38:20 +08:00
mystl 修复了MyVector的迭代器自加操作 2024-12-19 09:35:29 +08:00
utils 基本完成了编辑器 2024-12-20 02:02:10 +08:00
.gitignore 基本完成了编辑器 2024-12-20 02:02:10 +08:00
CMakeLists.txt Add CMake build system for ceditor project 2024-12-19 22:49:37 +08:00
LICENSE Initial commit 2024-12-06 00:06:54 +08:00
main.cpp 基本完成了编辑器 2024-12-20 02:02:10 +08:00
README.md Initial commit 2024-12-06 00:06:54 +08:00
test.cpp 基本完成了编辑器 2024-12-20 02:02:10 +08:00

ceditor