- enhancement: slightly reduce memory usage for code parser

This commit is contained in:
Roy Qu 2022-03-23 12:03:41 +08:00
parent 373117f277
commit 2c4b692033
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Red Panda C++ Version 1.0.1
- enhancement: auto restore mainwindow when open files in one instance - enhancement: auto restore mainwindow when open files in one instance
- fix: the problem & problem set panel can't be correctly , if problem set is enabled - fix: the problem & problem set panel can't be correctly , if problem set is enabled
- fix: disable code completion doesn't correctly disable project parser - fix: disable code completion doesn't correctly disable project parser
- enhancement: slightly reduce memory usage for code parser
Red Panda C++ Version 1.0.0 Red Panda C++ Version 1.0.0
- fix: calculation for code snippets's tab stop positions is not correct - fix: calculation for code snippets's tab stop positions is not correct