RedPanda-CPP/RedPandaIDE
royqh1979@gmail.com 1c745871b2 - enhancement: don't add encoding options when using clang to compile (clang only support utf-8) 2021-10-04 00:18:16 +08:00
..
colorschemes - refactor: brace states in parser 2021-09-23 14:46:42 +08:00
compiler - enhancement: don't add encoding options when using clang to compile (clang only support utf-8) 2021-10-04 00:18:16 +08:00
images class browser icons 2021-09-26 12:19:46 +08:00
parser - implement: symbol usage count 2021-10-02 15:34:18 +08:00
qsynedit - enhancement: todo view 2021-10-03 17:18:43 +08:00
resources work save 2021-09-30 20:10:48 +08:00
settingsdialog minor ui change 2021-10-03 23:37:03 +08:00
themes class browser done 2021-09-26 16:25:17 +08:00
widgets - add: about dialog 2021-10-03 23:12: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 work save: asm highlighter 2021-07-02 10:32:29 +08:00
HighlighterManager.h work save: asm highlighter 2021-07-02 10:32:29 +08:00
RedPandaIDE.pro - add: about dialog 2021-10-03 23:12:20 +08:00
RedPandaIDE_zh_CN.qm - add: about dialog 2021-10-03 23:12:20 +08:00
RedPandaIDE_zh_CN.ts - add: about dialog 2021-10-03 23:12:20 +08:00
SimpleIni.h work save 2021-09-12 22:45:00 +08:00
autolinkmanager.cpp work save: translation updates 2021-09-04 19:27:44 +08:00
autolinkmanager.h feature: auto link 2021-09-04 11:37:04 +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 - fix: old data not displayed when editing code snippets 2021-10-03 08:25:28 +08:00
codesnippetsmanager.h work save 2021-09-30 20:10:48 +08:00
codetemplate.cpp - feature: editor title tabbar context menu 2021-09-05 05:01:31 +08:00
codetemplate.h - feature: editor title tabbar context menu 2021-09-05 05:01:31 +08:00
colorscheme.cpp work save 2021-08-16 23:17:48 +08:00
colorscheme.h * work done for color scheme 2021-06-20 22:54:16 +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: can't correctly create project in release mode 2021-09-26 22:39:26 +08:00
cpprefacter.h - feature done: find symbol occurencies 2021-09-03 16:39:20 +08:00
debugger.cpp - ehancement: check if debugger path contains non-ascii characters (this will prevent it from work) 2021-10-02 21:46:34 +08:00
debugger.h - enhancement: view memory when debugging 2021-09-29 22:55:53 +08:00
defaultconfigs.qrc work save 2021-09-30 20:10:48 +08:00
editor.cpp - enhancement: todo view 2021-10-03 17:18:43 +08:00
editor.h - enhancement: todo view 2021-10-03 17:18:43 +08:00
editorlist.cpp - fix: crash when load last opens 2021-09-28 10:01:13 +08:00
editorlist.h work save 2021-09-11 09:21:44 +08:00
icons.qrc class browser icons 2021-09-26 12:19:46 +08:00
iconsmanager.cpp work save 2021-07-26 00:22:08 +08:00
iconsmanager.h work save 2021-07-26 00:22:08 +08:00
main.cpp - fix: errors in code snippet processing 2021-10-03 09:57:19 +08:00
mainwindow.cpp - add: about dialog 2021-10-03 23:12:20 +08:00
mainwindow.h - add: about dialog 2021-10-03 23:12:20 +08:00
mainwindow.ui minor ui change 2021-10-03 23:37:03 +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: old data not displayed when editing code snippets 2021-10-03 08:25:28 +08:00
project.h work save: project basicly done 2021-09-18 10:47:35 +08:00
projectoptions.cpp work save: new project dialog 2021-09-16 12:03:10 +08:00
projectoptions.h work save: new project dialog 2021-09-16 12:03:10 +08:00
projecttemplate.cpp work save: new project 2021-09-16 23:51:05 +08:00
projecttemplate.h work save: new project 2021-09-16 23:51:05 +08:00
settings.cpp - enhancement: don't add encoding options when using clang to compile (clang only support utf-8) 2021-10-04 00:18:16 +08:00
settings.h - implement: correctly recognize clang (msys2 build) 2021-10-03 23:46:40 +08:00
symbolusagemanager.cpp work save 2021-09-30 20:10:48 +08:00
symbolusagemanager.h - implement: symbol usage count 2021-09-30 11:20:43 +08:00
systemconsts.cpp work save: new project 2021-09-16 23:51:05 +08:00
systemconsts.h version upgrade 2021-10-03 19:56:05 +08:00
todoparser.cpp - fix: "todo" with lowercase can't be found 2021-10-03 23:16:54 +08:00
todoparser.h - enhancement: todo view 2021-10-03 17:18:43 +08:00
translations.qrc * work save 2021-06-20 09:27:37 +08:00
utils.cpp - fix: errors in code snippet processing 2021-10-03 09:57:19 +08:00
utils.h work save 2021-10-01 21:16:22 +08:00