RedPanda-CPP/RedPandaIDE
Roy Qu 0b414df5b2 - fix: auto add 32-bit compiler sets for TDM64-GCC 2021-12-16 17:56:42 +08:00
..
colorschemes - enhancement: check syntax/parse symbols when modifed and cursor's line changed. 2021-11-04 00:38:40 +08:00
compiler - fix: auto add 32-bit compiler sets for TDM64-GCC 2021-12-16 17:56:42 +08:00
images work save 2021-11-24 21:22:01 +08:00
parser work save 2021-12-12 13:02:00 +08:00
problems - enhancement: add option "ignore spaces when validating problem cases" to the "Executor"/"Problem Set" option tab. 2021-11-27 15:43:47 +08:00
qsynedit - fix: current line of the disassembly in the cpu window not correctly setted 2021-12-16 10:46:38 +08:00
resources - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
settingsdialog - enhancement: set font for problem case input/output textedits 2021-12-15 19:12:16 +08:00
themes - fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated 2021-11-07 22:34:19 +08:00
widgets - fix: auto add 32-bit compiler sets for TDM64-GCC 2021-12-16 17:56:42 +08:00
ConvertUTF.c work save: use SimpleIni.h to read/save project 2021-09-12 19:50:44 +08:00
ConvertUTF.h work save: use SimpleIni.h to read/save project 2021-09-12 19:50:44 +08:00
HighlighterManager.cpp - enhancement: treat files ended with ".C" or ".CPP" as C++ files 2021-11-27 10:25:27 +08:00
HighlighterManager.h work save: asm highlighter 2021-07-02 10:32:29 +08:00
RedPandaIDE.pro work save 2021-12-10 18:24:40 +08:00
RedPandaIDE_zh_CN.qm - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
RedPandaIDE_zh_CN.ts - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
SimpleIni.h work save 2021-09-12 22:45:00 +08:00
autolinkmanager.cpp - implement: config shortcuts 2021-10-06 23:19:18 +08:00
autolinkmanager.h - implement: config shortcuts 2021-10-06 23:19:18 +08:00
caretlist.cpp feature: save main window and toolbar layout 2021-09-02 16:35:28 +08:00
caretlist.h feature: caret list 2021-09-02 12:14:02 +08:00
codeformatter.cpp work save 2021-08-31 19:15:11 +08:00
codeformatter.h work save 2021-08-31 19:15:11 +08:00
codes.qrc feature: astyle reformat option dialog 2021-09-01 22:40:58 +08:00
codesnippetsmanager.cpp - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
codesnippetsmanager.h work save 2021-11-24 10:07:35 +08:00
colorscheme.cpp - fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated 2021-11-07 22:34:19 +08:00
colorscheme.h - fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated 2021-11-07 22:34:19 +08:00
colorschemes.qrc * work save: toggle breakpoint in editor 2021-07-03 13:57:22 +08:00
common.h * work save: syntax error display in the editor 2021-06-24 16:05:19 +08:00
cpprefacter.cpp - fix: option "don't add leading zeros to line numbers" not work 2021-11-13 17:15:07 +08:00
cpprefacter.h work save 2021-11-24 10:07:35 +08:00
debugger.cpp - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
debugger.h implemented: watch var handles 2021-11-25 20:26:43 +08:00
defaultconfigs.qrc work save 2021-09-30 20:10:48 +08:00
editor.cpp - fix: current line of the disassembly in the cpu window not correctly setted 2021-12-16 10:46:38 +08:00
editor.h - enhancement: recalc layout info for code editors when dpi changed 2021-12-13 16:38:22 +08:00
editorlist.cpp - enhancement: recalc layout info for code editors when dpi changed 2021-12-13 19:10:16 +08:00
editorlist.h - enhancement: recalc layout info for code editors when dpi changed 2021-12-13 19:10:16 +08:00
gdbmiresultparser.cpp implemented: watch var handles 2021-11-25 20:26:43 +08:00
gdbmiresultparser.h implemented: watch var handles 2021-11-25 20:26:43 +08:00
icons.qrc work save 2021-11-24 21:22:01 +08:00
iconsmanager.cpp - enhancement: icons in project view 2021-10-23 23:10:34 +08:00
iconsmanager.h work save 2021-11-24 10:07:35 +08:00
main.cpp - enhancement: recalc layout info for code editors when dpi changed 2021-12-13 19:10:16 +08:00
mainwindow.cpp - fix: current line of the disassembly in the cpu window not correctly setted 2021-12-16 10:46:38 +08:00
mainwindow.h - enhancement: set font for problem case input/output textedits 2021-12-15 19:12:16 +08:00
mainwindow.ui - enhancement: recalc layout info for code editors when dpi changed 2021-12-13 19:10:16 +08:00
platform.cpp - implement: context menu for debug console 2021-10-02 17:01:08 +08:00
platform.h - enhancement: more charset selection in the edit menu 2021-09-28 22:26:12 +08:00
project.cpp - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
project.h - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
projectoptions.cpp when create the project, set its compiler set type 2021-10-25 22:06:52 +08:00
projectoptions.h - fix: options not correctly set when change compiler set in the project settings 2021-10-25 21:36:23 +08:00
projecttemplate.cpp work save: new project 2021-09-16 23:51:05 +08:00
projecttemplate.h work save 2021-11-24 10:07:35 +08:00
qt_zh_CN.qm - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
settings.cpp - fix: can't correctly set TDM-GCC compiler 2021-12-16 11:36:52 +08:00
settings.h - enhancement: set font for problem case input/output textedits 2021-12-15 19:12:16 +08:00
shortcutmanager.cpp - implement: config shortcuts 2021-10-06 23:19:18 +08:00
shortcutmanager.h work save 2021-11-24 10:07:35 +08:00
symbolusagemanager.cpp work save 2021-09-30 20:10:48 +08:00
symbolusagemanager.h work save 2021-11-24 10:07:35 +08:00
systemconsts.cpp work save: new project 2021-09-16 23:51:05 +08:00
systemconsts.h update translations 2021-12-09 11:22:28 +08:00
thememanager.cpp - fix: when changing options in the option dialog's color scheme panle, color of the demo editor won't be not correctly updated 2021-11-07 22:34:19 +08:00
thememanager.h work save 2021-11-24 10:07:35 +08:00
themes.qrc - fix: In the create project dialog, the browser button doesn't work 2021-10-18 22:06:33 +08:00
todoparser.cpp work save: bookmark model 2021-10-21 08:19:15 +08:00
todoparser.h work save 2021-11-24 10:07:35 +08:00
toolsmanager.cpp - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
toolsmanager.h work save 2021-11-24 10:07:35 +08:00
translations.qrc - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
utils.cpp - fix: can't correctly set TDM-GCC compiler 2021-12-16 11:36:52 +08:00
utils.h - fix: can't correctly set TDM-GCC compiler 2021-12-16 11:36:52 +08:00
version.h work save 2021-12-12 13:02:00 +08:00