Commit Graph

15 Commits

Author SHA1 Message Date
7086956872 修复了原先Text类中分行存在的异常;
优化了渲染效率
2024-12-15 02:18:52 +08:00
22617d26ce 实现了SyntaxHighlighter 2024-12-14 23:38:20 +08:00
fafb31ac7f LexicalAnalysis类现在支持注释、空格和换行了 2024-12-14 22:45:49 +08:00
598041d6ff 增加了Tokenizer类 2024-12-12 21:12:06 +08:00
96e743fc26 为组件增加了focusStatus属性,增加了FocusManager类 2024-12-11 21:46:19 +08:00
c95bb4eb3d 彻底解决了现有组件刷新时画面闪烁的问题 2024-12-11 21:18:25 +08:00
b952c340d3 fix RichText.substr()
decouple Text and Rect from old components
2024-12-10 16:21:33 +08:00
80a80ca58a update .gitignore 2024-12-10 09:50:05 +08:00
530483e2eb fixed TextArea 2024-12-06 19:11:49 +08:00
e432c9c95d add TextArea class 2024-12-06 14:20:39 +08:00
ca4d37ce3b add TextLine 2024-12-06 06:30:20 +08:00
0d3a8ddf74 sync to pad 2024-12-06 03:24:09 +08:00
6ba9a3e1eb Add RichText class to support string with colors. 2024-12-06 02:52:10 +08:00
89b5045321 Init mySTL 2024-12-06 00:07:15 +08:00
e918485724
Initial commit 2024-12-06 00:06:54 +08:00