RedPanda-CPP/RedPandaIDE
Roy Qu 814f3a28db - enhancement: After compiler settings changed, run/debug current file will auto recompile. 2023-10-15 16:28:55 +08:00
..
colorschemes Two new schemes 2023-10-05 18:35:36 +08:00
compiler Terminal arguments fix and cleanup (#138) 2023-09-25 10:15:07 +08:00
images - enhancement: git - pull / push / fetch 2022-02-24 23:31:48 +08:00
parser Use QRecursiveMutex instead of QMutex in CppParser 2023-10-10 19:59:39 +08:00
problems work save 2023-10-01 15:47:58 +08:00
resources - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +08:00
settingsdialog - enhancement: After compiler settings changed, run/debug current file will auto recompile. 2023-10-15 16:28:55 +08:00
themes - fix: english typos. (thanks for sangiye0@github) 2023-07-24 18:38:58 +08:00
translations - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +08:00
vcs remove all newlook24 icons 2023-09-21 19:21:42 +08:00
widgets - fix: Icon position not correct under hiPDI devices. 2023-10-15 12:45:31 +08:00
RedPandaIDE.pro Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +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
debugger.cpp Terminal arguments fix and cleanup (#138) 2023-09-25 10:15:07 +08:00
debugger.h - enhancement: add "OI Wiki" and "turtle graphics tutorial" in help menu for zh_CN locale. 2023-07-02 11:09:34 +08:00
defaultconfigs.qrc improve custom terminal settings (#137) 2023-09-20 10:52:54 +08:00
editor.cpp - fix: Icon position not correct under hiPDI devices. 2023-10-15 12:45:31 +08:00
editor.h - fix: Crash if close file while auto syntax checking. 2023-08-13 14:46:53 +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
gdbmiresultparser.cpp - fix: Cpu info window is auto openned, when debug using gdb-server. 2023-03-08 18:01:10 +08:00
gdbmiresultparser.h - enhancement: Add "Close window" and "Move to other view" in the "Window" menu 2023-03-03 17:20:33 +08:00
icons.qrc remove all newlook24 icons 2023-09-21 19:21:42 +08:00
iconsmanager.cpp refactor : member accessibility processing in the parser 2023-03-12 18:24:58 +08:00
iconsmanager.h - fix: minor memory leaks when set itemmodels 2022-10-10 18:05:18 +08:00
main.cpp - change: Use freetype as the fontengine in windows 2023-09-22 08:05:05 +08:00
mainwindow.cpp - enhancement: After compiler settings changed, run/debug current file will auto recompile. 2023-10-15 16:28:55 +08:00
mainwindow.h - enhancement: 3 compare mode for problem cases. 2023-08-19 18:01:16 +08:00
mainwindow.ui remove all newlook24 icons 2023-09-21 19:21:42 +08:00
project.cpp - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +08:00
project.h - fix: Crash when a project is removed from the disk while it is openned in RedPanda-C++. 2023-03-19 20:51:12 +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 - enhancement: Support SDCC Project. 2023-08-17 19:24:49 +08:00
projecttemplate.cpp - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +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 - enhancement: After compiler settings changed, run/debug current file will auto recompile. 2023-10-15 16:28:55 +08:00
settings.h - enhancement: After compiler settings changed, run/debug current file will auto recompile. 2023-10-15 16:28:55 +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: formatter interface for qsynedit 2023-03-09 20:35:15 +08:00
syntaxermanager.h refactor: formatter interface for qsynedit 2023-03-09 20:35:15 +08:00
systemconsts.cpp - enhancement: When deleteing files in the files view, try moving to the trash bin instead. 2023-06-29 00:27:06 +08:00
systemconsts.h Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
thememanager.cpp Uniform look for Red Panda C++ under KDE/DDE (#119) 2023-07-03 14:06:26 +08:00
thememanager.h Uniform look for Red Panda C++ under KDE/DDE (#119) 2023-07-03 14:06:26 +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 Terminal arguments fix and cleanup (#138) 2023-09-25 10:15:07 +08:00
utils.h Redesign terminal settings 2023-09-21 16:31:22 +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