RedPanda-CPP/RedPandaIDE
Roy Qu 4f61797a50 fix: crash when close debugger 2021-12-25 20:02:53 +08:00
..
colorschemes - enhancement: check syntax/parse symbols when modifed and cursor's line changed. 2021-11-04 00:38:40 +08:00
compiler add options for gdb server 2021-12-25 18:09:50 +08:00
images reset icons path 2021-12-24 08:19:37 +08:00
parser - enhancement: run programs in terminal (under Linux) 2021-12-25 08:23:52 +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 basic linux compatibily 2021-12-24 23:18:20 +08:00
resources - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
settingsdialog add options for gdb server 2021-12-25 18:09:50 +08:00
themes remove no use files 2021-12-21 07:40:04 +08:00
widgets basic linux compatibily 2021-12-24 23:18:20 +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 basic linux compatibily 2021-12-24 23:18:20 +08:00
RedPandaIDE_zh_CN.qm - enhancement: select icon sets in options dialog ( but we have only 1 icon set now...) 2021-12-24 09:17:28 +08:00
RedPandaIDE_zh_CN.ts - enhancement: select icon sets in options dialog ( but we have only 1 icon set now...) 2021-12-24 09:17:28 +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 - enhancement: use the new expression parser to implement rename symbol 2021-12-19 10:16:46 +08:00
cpprefacter.h work save 2021-11-24 10:07:35 +08:00
debugger.cpp fix: crash when close debugger 2021-12-25 20:02:53 +08:00
debugger.h fix: crash when close debugger 2021-12-25 20:02:53 +08:00
defaultconfigs.qrc work save 2021-09-30 20:10:48 +08:00
editor.cpp - refactor: icon manager 2021-12-23 00:24:52 +08:00
editor.h add a function to find statement by expression in the parser 2021-12-18 23:36:58 +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 fix: gdb server can be correctly stopped 2021-12-25 19:22:29 +08:00
gdbmiresultparser.h implemented: watch var handles 2021-11-25 20:26:43 +08:00
icons.qrc - enhancement: select icon sets in options dialog ( but we have only 1 icon set now...) 2021-12-24 09:17:28 +08:00
iconsmanager.cpp - enhancement: select icon sets in options dialog ( but we have only 1 icon set now...) 2021-12-24 09:17:28 +08:00
iconsmanager.h - enhancement: icons in all dialogs auto change size with fonts 2021-12-23 09:11:58 +08:00
main.cpp add options for gdb server 2021-12-25 18:09:50 +08:00
mainwindow.cpp fix: crash when close debugger 2021-12-25 20:02:53 +08:00
mainwindow.h basic linux compatibily 2021-12-24 23:18:20 +08:00
mainwindow.ui add options for gdb server 2021-12-25 18:09:50 +08:00
platform.cpp basic linux compatibily 2021-12-24 23:18:20 +08:00
platform.h - enhancement: more charset selection in the edit menu 2021-09-28 22:26:12 +08:00
project.cpp basic linux compatibily 2021-12-24 23:18:20 +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 add options for gdb server 2021-12-25 18:09:50 +08:00
settings.h add options for gdb server 2021-12-25 18:09:50 +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 add options for gdb server 2021-12-25 18:09:50 +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 basic linux compatibily 2021-12-24 23:18:20 +08:00
utils.h basic linux compatibily 2021-12-24 23:18:20 +08:00
version.h update version to 0.12.2 2021-12-24 16:21:04 +08:00