基于 C++ 的简易 Windows 终端文本编辑器
Go to file
2024-12-16 02:08:04 +08:00
components 增加了Editor类;修改了组件类的初始化参数格式 2024-12-16 02:08:04 +08:00
data/highlight/cpp 实现了SyntaxHighlighter 2024-12-14 23:38:20 +08:00
mystl 增加了Tokenizer类 2024-12-12 21:12:06 +08:00
utils 删除了两个多余文件 2024-12-15 02:19:54 +08:00
.gitignore update .gitignore 2024-12-10 09:50:05 +08:00
LICENSE Initial commit 2024-12-06 00:06:54 +08:00
main.cpp fixed TextArea 2024-12-06 19:11:49 +08:00
README.md Initial commit 2024-12-06 00:06:54 +08:00

ceditor