RedPanda-CPP/RedPandaIDE/parser
West-Pavilion 421a227d05
update the C++20 keyword "co_await" from "co_wait" (#299)
* Updated the Chinese translation for "Goto Page Start and Select"
This PR updates the Chinese translation for "Goto Page Start and Select" to accurately reflect the functionality of the feature.
本次PR更新了“Goto Page Start and Select”的中文翻译,以准确反映该功能的操作。

* update the C++20 keyword "co_await" from "co_wait"

The C++20 introduced a new keyword "co_await", however there is a tiny typo wrong("co_wait") in the current version of RedPanda-CPP. This PR is aimed to correct it.
2024-03-22 15:44:04 +08:00
..
cppparser.cpp - enhancement: Improvement in italic font support. 2024-03-22 11:12:06 +08:00
cppparser.h fix #290 : Auto type induction for expression contains '[]' are not correct. 2024-03-21 16:55:32 +08:00
cpppreprocessor.cpp - Enhancement: Issue #213 Expands macro when finding function tips. 2024-03-06 19:35:35 +08:00
cpppreprocessor.h - Enhancement: Issue #213 Expands macro when finding function tips. 2024-03-06 19:35:35 +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 update the C++20 keyword "co_await" from "co_wait" (#299) 2024-03-22 15:44:04 +08:00
parserutils.h - enhancement: Show "std::function" in the completion list. 2024-03-22 09:23:49 +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