RedPanda-CPP/RedPandaIDE
Roy Qu 609f611e8f - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +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: editor crash when no highlighter is assigned (the editing file is a not c/cpp source file); 2022-01-23 21:04:08 +08:00
images work save: application icons 2022-01-17 09:11:21 +08:00
parser - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
problems add license information 2021-12-26 23:18:28 +08:00
qsynedit - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
resources - enhancement: add raylib to autolinks 2022-01-09 19:33:34 +08:00
settingsdialog - fix: project's icon setting is not correctly saved 2022-01-13 16:47:48 +08:00
themes remove no use files 2021-12-21 07:40:04 +08:00
widgets - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
HighlighterManager.cpp - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
HighlighterManager.h - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
RedPandaIDE.pro - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
RedPandaIDE_zh_CN.qm - enhancement: add "wrap around" option to find/replace 2022-01-13 12:55:55 +08:00
RedPandaIDE_zh_CN.ts - enhancement: add "wrap around" option to find/replace 2022-01-13 12:55:55 +08:00
SimpleIni.h remove files that invalidate debian's package rules 2022-01-04 08:27:15 +08:00
autolinkmanager.cpp - enhancement: add raylib.h to autolink 2022-01-06 17:52:52 +08:00
autolinkmanager.h add license information 2021-12-26 23:18:28 +08:00
caretlist.cpp add license information 2021-12-26 23:18:28 +08:00
caretlist.h add license information 2021-12-26 23:18:28 +08:00
codeformatter.cpp add license information 2021-12-26 23:18:28 +08:00
codeformatter.h add license information 2021-12-26 23:18:28 +08:00
codes.qrc feature: astyle reformat option dialog 2021-09-01 22:40:58 +08:00
codesnippetsmanager.cpp add license information 2021-12-26 23:18:28 +08:00
codesnippetsmanager.h add license information 2021-12-26 23:18:28 +08:00
colorscheme.cpp add license information 2021-12-26 23:18:28 +08:00
colorscheme.h add license information 2021-12-26 23:18:28 +08:00
colorschemes.qrc * work save: toggle breakpoint in editor 2021-07-03 13:57:22 +08:00
common.h add license information 2021-12-26 23:18:28 +08:00
cpprefacter.cpp - fix: crash when refactor symbol and cursor is at the end of the identifier 2022-01-12 18:07:52 +08:00
cpprefacter.h add license information 2021-12-26 23:18:28 +08:00
debugger.cpp work save 2022-01-12 19:25:37 +08:00
debugger.h - enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug) 2022-01-12 18:47:50 +08:00
defaultconfigs.qrc work save 2021-09-30 20:10:48 +08:00
editor.cpp - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
editor.h - enhancement: assign a not saved editor to a problem 2022-01-02 10:37:00 +08:00
editorlist.cpp - fix: app crash when ctrl+click on a #include statement that point to a directory instead of header file. 2022-01-21 19:32:12 +08:00
editorlist.h - enhancement: assign a not saved editor to a problem 2022-01-02 10:37:00 +08:00
gdbmiresultparser.cpp add license information 2021-12-26 23:18:28 +08:00
gdbmiresultparser.h add license information 2021-12-26 23:18:28 +08:00
icons.qrc - fix: problem cases doesn't use svg icons 2022-01-01 17:24:18 +08:00
iconsmanager.cpp - fix: problem cases doesn't use svg icons 2022-01-01 17:24:18 +08:00
iconsmanager.h - fix: problem cases doesn't use svg icons 2022-01-01 17:24:18 +08:00
main.cpp add license information 2021-12-26 23:18:28 +08:00
mainwindow.cpp - fix: If project's compiler set is not the same with the default compiler set, parser for the project doesn't use the project's compiler set 2022-01-18 12:41:11 +08:00
mainwindow.h - fix: project's icon setting is not correctly saved 2022-01-13 16:47:48 +08:00
mainwindow.ui - enhancement: modify values in the watch view by double click 2022-01-12 17:14:39 +08:00
platform.cpp add license information 2021-12-26 23:18:28 +08:00
platform.h add license information 2021-12-26 23:18:28 +08:00
project.cpp - fix: editor crash when no highlighter is assigned (the editing file is a not c/cpp source file); 2022-01-23 21:04:08 +08:00
project.h fix: If a project is auto openned when start, close app will cause dead lock. 2022-01-13 17:15:57 +08:00
projectoptions.cpp - rename to Red Pand C++ 2021-12-30 19:25:47 +08:00
projectoptions.h add license information 2021-12-26 23:18:28 +08:00
projecttemplate.cpp add more templates 2022-01-10 10:53:16 +08:00
projecttemplate.h add more templates 2022-01-10 10:53:16 +08:00
qt_zh_CN.qm - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
settings.cpp - fix: in linux, projects no need of winres to be built 2022-01-15 12:25:30 +08:00
settings.h - enhancement: add "minimum id length required to show code completion" to the options dialog's editor code completion page 2022-01-10 21:46:03 +08:00
shortcutmanager.cpp add license information 2021-12-26 23:18:28 +08:00
shortcutmanager.h add license information 2021-12-26 23:18:28 +08:00
symbolusagemanager.cpp add license information 2021-12-26 23:18:28 +08:00
symbolusagemanager.h add license information 2021-12-26 23:18:28 +08:00
systemconsts.cpp add license information 2021-12-26 23:18:28 +08:00
systemconsts.h linux qmake 2021-12-30 09:04:51 +08:00
thememanager.cpp add license information 2021-12-26 23:18:28 +08:00
thememanager.h qt 5.12 compatibility 2022-01-04 16:50:54 +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 qt 5.12 compatibility 2022-01-04 16:50:54 +08:00
todoparser.h qt 5.12 compatibility 2022-01-04 16:50:54 +08:00
toolsmanager.cpp add license information 2021-12-26 23:18:28 +08:00
toolsmanager.h add license information 2021-12-26 23:18:28 +08:00
translations.qrc - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
utils.cpp fix: parser not correct initialized with the default compiler set 2022-01-18 13:29:48 +08:00
utils.h - fix: If project's compiler set is not the same with the default compiler set, parser for the project doesn't use the project's compiler set 2022-01-18 12:41:11 +08:00
version.h.in support PREFIX in qmake script 2022-01-05 09:08:44 +08:00