RedPanda-CPP/RedPandaIDE/parser
Roy Qu 354f375f67 - enhancement: improve the matching of function declaration and definitions
- fix: research button doesn't show find in files dialog
2022-04-19 19:17:49 +08:00
..
cppparser.cpp - enhancement: improve the matching of function declaration and definitions 2022-04-19 19:17:49 +08:00
cppparser.h - fix: crash when eval statements like "fsm::stack fsm;" 2022-04-17 19:49:04 +08:00
cpppreprocessor.cpp - fix: order for parameters generated by auto link may not correct 2022-03-19 14:19:32 +08:00
cpppreprocessor.h add license information 2021-12-26 23:18:28 +08:00
cpptokenizer.cpp - fix: wrong font size of exported RTF file 2022-03-15 21:33:27 +08:00
cpptokenizer.h - fix: parser can't correctly handle variable definitions that don't have spaces like 'int*x'; 2022-01-12 20:59:28 +08:00
parserutils.cpp - enhancement: use expression processing in syntax highlighting for identifiers 2022-03-08 22:29:15 +08:00
parserutils.h - enhancement: slightly reduce memory usage for code parser 2022-03-23 14:45:10 +08:00
statementmodel.cpp - fix: parse error for definition of functions whose return type is pointer 2022-04-18 16:56:31 +08:00
statementmodel.h add license information 2021-12-26 23:18:28 +08:00