- fix: preprocessors is not correctly suggested.

- fix: javadoc-style docstring is not correctly suggested
  - enhancement: Better syntax color for asm files.
This commit is contained in:
Roy Qu 2023-02-09 21:04:10 +08:00
parent f91e35192f
commit 92e9d11a11
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Red Panda C++ Version 2.11
- enhancement: Support compile asm files using nasm in the project.
- fix: Project parser should not parse non-c/cpp files.
- enhancement: Add "assembler" tab in the project options dialog's custom compiler parameters.
- enhancement: Auto find nasm when detecting new compiler sets/adding gcc compiler sets.
- fix: preprocessors is not correctly suggested.
- fix: javadoc-style docstring is not correctly suggested
- enhancement: Better syntax color for asm files.