RedPanda-CPP/RedPandaIDE/parser
Roy Qu c941ae4cf8 - enhancement: Open ".def" (Module definition file) file in editor when double click it in the project view.
- enhancement: When a dll project has .def file, use it when generating the dll file.
2024-03-27 15:32:30 +08:00
..
cppparser.cpp - enhancement: Open ".def" (Module definition file) file in editor when double click it in the project view. 2024-03-27 15:32:30 +08:00
cppparser.h support lambda expression captures. 2024-03-23 09:03:20 +08:00
cpppreprocessor.cpp fix: hardDefines not correctly handled 2024-03-26 17:36:17 +08:00
cpppreprocessor.h - fix: Remove duplicated macro defines make it's lost in the parse result. 2024-03-26 16:33:22 +08:00
cpptokenizer.cpp - fix: Function argument infos are not correctly parsed. 2024-02-28 10:41:03 +08:00
cpptokenizer.h - refactor: for/catch processing 2023-10-22 18:33:53 +08:00
parserutils.cpp highlights "import"/"module"/"override"/"final" 2024-03-24 17:15:40 +08:00
parserutils.h support lambda expression captures. 2024-03-23 09:03:20 +08:00
statementmodel.cpp - fix: Don't show completion info when input parameters for function definitions. 2023-03-16 22:02:32 +08:00
statementmodel.h minor update 2024-02-28 09:41:20 +08:00