RedPanda-CPP/RedPandaIDE
royqh1979@gmail.com f8591c2138 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
# Conflicts:
#	NEWS.md
#	RedPandaIDE/version.h
2021-11-27 14:25:03 +08:00
..
colorschemes - enhancement: check syntax/parse symbols when modifed and cursor's line changed. 2021-11-04 00:38:40 +08:00
compiler Merge branch 'master' into gdbmi 2021-11-23 18:16:53 +08:00
images work save 2021-11-24 21:22:01 +08:00
parser work save 2021-11-24 10:07:35 +08:00
problems work save 2021-11-12 10:51:00 +08:00
qsynedit - fix: dragging text from lines in the front to lines back will cause error 2021-11-26 19:54:05 +08:00
resources - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
settingsdialog Merge branch 'master' of github.com:royqh1979/RedPanda-CPP 2021-11-27 14:25:03 +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:license info in the about dialog should be readonly 2021-11-26 20:44:27 +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: auto clear parsed symbols when the editor is hidden ( to reduce memory usage of un-active editors) 2021-11-08 09:19:50 +08:00
HighlighterManager.h work save: asm highlighter 2021-07-02 10:32:29 +08:00
RedPandaIDE.pro can handle signal 2021-11-25 09:05:45 +08:00
RedPandaIDE_zh_CN.qm implemented: watch var handles 2021-11-25 20:26:43 +08:00
RedPandaIDE_zh_CN.ts implemented: watch var handles 2021-11-25 20:26:43 +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: new file template 2021-10-20 12:11:36 +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 - fix: the last line in the debug console is not correctly displayed 2021-11-25 23:41:40 +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 breakpoint / run / evaluation / memory view ok 2021-11-24 22:16:40 +08:00
editor.h - enhancement: add "delete line"/"duplicate line"/"delete word"/"delete to EOL"/"delete to BOL" in the edit menu 2021-11-22 16:16:58 +08:00
editorlist.cpp - add: "C Reference" in the help menu 2021-11-02 23:47:51 +08:00
editorlist.h - add: "C Reference" in the help menu 2021-11-02 23:47:51 +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 can handle signal 2021-11-25 09:05:45 +08:00
mainwindow.cpp - fix: the last line in the debug console is not correctly displayed 2021-11-25 23:41:40 +08:00
mainwindow.h add "open cpu window when signaled" debug option 2021-11-25 10:18:21 +08:00
mainwindow.ui implemented: watch var handles 2021-11-25 20:26:43 +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: change project name in the project view 2021-11-27 09:36:49 +08:00
project.h - enhancement: change project name in the project view 2021-11-27 09:36:49 +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 "open cpu window when signaled" debug option 2021-11-25 10:18:21 +08:00
settings.h add "open cpu window when signaled" debug option 2021-11-25 10:18:21 +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 - fix: text color of labels in statusbar not correctly updated when change theme 2021-11-14 17:43:25 +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 - implement: default settings for code formatter 2021-10-08 20:01:29 +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 - enhancement: change project name in the project view 2021-11-27 09:36:49 +08:00
utils.h work save 2021-11-12 10:51:00 +08:00
version.h - fix:license info in the about dialog should be readonly 2021-11-26 20:44:27 +08:00