RedPanda-CPP/RedPandaIDE
Roy Qu 3b7eb3b2da - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created
- enhancement: icons in cpu dialog auto change size with fonts
2021-12-22 22:04:34 +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: compiler set's custom link parameters not used when compiling 2021-12-19 16:54:31 +08:00
images work save 2021-12-22 19:46:03 +08:00
parser - enhancement: use the new expression parser to implement rename symbol 2021-12-19 10:16:46 +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 better auto indent calculation for '{' after if/for statement 2021-12-20 08:45:16 +08:00
resources - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
settingsdialog remove init wizard 2021-12-17 10:10:04 +08:00
themes remove no use files 2021-12-21 07:40:04 +08:00
widgets - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created 2021-12-22 22:04:34 +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 fix: icon size in menu size not correct 2021-12-21 11:57:23 +08:00
RedPandaIDE_zh_CN.qm update translations 2021-12-16 18:23:48 +08:00
RedPandaIDE_zh_CN.ts update translations 2021-12-16 18:23:48 +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 - 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 - enhancement: use svg icons for class browser 2021-12-21 07:38:49 +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 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 -fix: editor's tab close button size too small in high DPI settings 2021-12-22 19:54:06 +08:00
iconsmanager.cpp - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created 2021-12-22 22:04:34 +08:00
iconsmanager.h - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created 2021-12-22 22:04:34 +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: editor's tab close button size too small in high DPI settings 2021-12-22 19:54:06 +08:00
mainwindow.h fix: icon size in menu size not correct 2021-12-21 11:57:23 +08:00
mainwindow.ui work save 2021-12-22 11:07:56 +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 - fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created 2021-12-22 22:04:34 +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: left and right gutter offset settings not correctly saved 2021-12-20 09:36:18 +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 use point as the unit for font size in configuration 2021-12-17 09:05:01 +08:00
utils.h use point as the unit for font size in configuration 2021-12-17 09:05:01 +08:00
version.h update versions 2021-12-19 16:57:10 +08:00