RedPanda-CPP/RedPandaIDE
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
..
addon add support for versioned GCC and Clang in compiler hint (#237) 2024-03-07 15:55:51 +08:00
colorschemes "one dark主题细节优化" (#288) 2024-03-18 21:04:27 +08:00
compiler - fix: Option 'Pause after run in console' for tools doesn't work. 2024-03-21 17:54:58 +08:00
debugger fix #283 : Filename in tables in the debug panel are not correctly eroded. 2024-03-21 11:04:29 +08:00
images Move icons into platform specific directory 2022-05-30 17:21:31 +08:00
parser update the C++20 keyword "co_await" from "co_wait" (#299) 2024-03-22 15:44:04 +08:00
problems work save 2023-10-01 15:47:58 +08:00
resources Improve font list interaction (#279) 2024-03-17 11:18:09 +08:00
settingsdialog fix: font combo list display lots of blank lines after only show monospaced fonts. 2024-03-20 21:40:06 +08:00
test Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
themes "one dark主题细节优化" (#288) 2024-03-18 21:04:27 +08:00
translations - enhancement: "Mouse scroll direction" option in Options / Editor / General 2024-03-20 15:55:22 +08:00
utils Use font list (#269) 2024-03-13 19:17:25 +08:00
vcs remove all newlook24 icons 2023-09-21 19:21:42 +08:00
widgets - fix #277 : History not correctly loaded with up/down arrow key in the debug console. 2024-03-22 15:43:03 +08:00
RedPandaIDE.pro Improve font list interaction (#279) 2024-03-17 11:18:09 +08:00
SimpleIni.h - enhancement: Auto reload openned project files that use "Project Default" as the encoding, when the project encoding setting is changed in the project options dialog. 2023-02-08 12:20:20 +08:00
autolinkmanager.cpp Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
autolinkmanager.h - enhancement: autolink add "force utf8" property (mainly for raylib) 2022-06-23 19:07:48 +08:00
caretlist.cpp add license information 2021-12-26 23:18:28 +08:00
caretlist.h add license information 2021-12-26 23:18:28 +08:00
codes.qrc feature: astyle reformat option dialog 2021-09-01 22:40:58 +08:00
codesnippetsmanager.cpp - Enhancement: New file templates for C / C++ / GAS files 2023-02-22 22:18:21 +08:00
codesnippetsmanager.h - Enhancement: New file templates for C / C++ / GAS files 2023-02-22 22:18:21 +08:00
colorscheme.cpp - enhancement: correctly highlight multiline raw string literals. 2023-06-30 10:53:58 +08:00
colorscheme.h refactor highlighters 2022-12-10 21:23:49 +08:00
common.h - enhancement: Add "Generate Assembly" in "Run" Menu 2022-12-01 22:10:44 +08:00
cpprefacter.cpp - fix: Wrong code suggestion while inputing numbers in assembly files. 2023-08-09 22:35:25 +08:00
cpprefacter.h - fix: Crash when find occurrences in a project that has missing files. 2023-01-04 11:01:34 +08:00
customfileiconprovider.cpp - change: Git support is disabled in the distributed buildings. 2023-08-08 14:41:23 +08:00
customfileiconprovider.h - change: Git support is disabled in the distributed buildings. 2023-08-08 14:41:23 +08:00
defaultconfigs.qrc improve custom terminal settings (#137) 2023-09-20 10:52:54 +08:00
editor.cpp fix #297 : Filename that contains '&' doesn't correctly displayed in the editor tab. 2024-03-21 20:00:34 +08:00
editor.h fix #286 : Show type completion info after 'const' and 'volatile' 2024-03-20 20:35:47 +08:00
editorlist.cpp - fix: Wrong compiler settings if xcode is not installed in mac os. 2023-08-11 17:09:30 +08:00
editorlist.h - fix: Wrong compiler settings if xcode is not installed in mac os. 2023-08-11 17:09:30 +08:00
fonts.qrc - enhancement: Display ascii control chars. 2024-02-27 13:23:58 +08:00
icons.qrc remove all newlook24 icons 2023-09-21 19:21:42 +08:00
iconsmanager.cpp fix #293 : No icons for inherited class private members. 2024-03-21 07:10:48 +08:00
iconsmanager.h Improve font list interaction (#279) 2024-03-17 11:18:09 +08:00
main.cpp - enhancement: Auto choose a better font for theme choosing dialog in the first run. 2024-03-13 20:57:56 +08:00
mainwindow.cpp - enhancement: Syntax highlighting for c++ attributes. 2024-03-21 21:28:12 +08:00
mainwindow.h fix: encoding menu popup doesn't work 2024-03-21 17:41:55 +08:00
mainwindow.ui fix: mainwindow too wide in the first run 2024-03-13 20:50:48 +08:00
project.cpp Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
project.h work save: support don't force fix-width 2024-02-23 17:51:38 +08:00
projectoptions.cpp - enhancement: If executable doesn't have symbol table, inform user and stop. 2023-02-18 12:08:03 +08:00
projectoptions.h SDCC feature can be disabled 2023-12-17 13:53:22 +08:00
projecttemplate.cpp - fix: Correctly handle project templates that have wrong unit counts. 2023-10-19 08:33:37 +08:00
projecttemplate.h - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +08:00
projecttemplates.qrc - fix: "ok" button should be disabled when no template selected in new project dialog 2022-03-15 20:17:47 +08:00
qt_zh_CN.qm - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
settings.cpp remove nouse editor options 2024-03-20 16:44:20 +08:00
settings.h remove nouse editor options 2024-03-20 16:44:20 +08:00
shortcutmanager.cpp fix: Tooltips for no-shortcut actions is not correct 2023-03-17 17:57:49 +08:00
shortcutmanager.h - fix: rename macro doesn't work in project 2022-06-12 22:54:34 +08:00
symbolusagemanager.cpp add license information 2021-12-26 23:18:28 +08:00
symbolusagemanager.h add license information 2021-12-26 23:18:28 +08:00
syntaxermanager.cpp Refactor: All file has a syntaxer 2024-03-04 16:01:23 +08:00
syntaxermanager.h refactor: formatter interface for qsynedit 2023-03-09 20:35:15 +08:00
systemconsts.cpp Don't gray ini files in the file browser 2023-11-18 16:54:44 +08:00
systemconsts.h Use font list (#269) 2024-03-13 19:17:25 +08:00
thememanager.cpp sort themes by the filename 2024-01-18 17:15:37 +08:00
thememanager.h sort themes by the filename 2024-01-18 17:15:37 +08:00
todoparser.cpp - enhancement: Import FPS (free problem set) files. 2022-12-11 19:47:43 +08:00
todoparser.h refactor 2023-01-11 16:22:26 +08:00
toolsmanager.cpp - fix: Reformat code when select contents in column mode will mess up the document. 2023-03-25 10:16:49 +08:00
toolsmanager.h add license information 2021-12-26 23:18:28 +08:00
translations.qrc remove qm file from sources (it should be generated by qmake) 2022-01-28 18:18:34 +08:00
utils.cpp Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
utils.h Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
version.h.in support PREFIX in qmake script 2022-01-05 09:08:44 +08:00
visithistorymanager.cpp - fix: File/Project visit histories are not correctly saved when clearing. 2023-03-31 19:41:52 +08:00
visithistorymanager.h - enhancement: delete a watch expression don't reload who watch var view 2022-10-17 23:23:05 +08:00
xmake.lua Improve font list interaction (#279) 2024-03-17 11:18:09 +08:00