RedPanda-CPP/RedPandaIDE
Roy Qu 2f61bd1f79 change version number to 1.0.6 2022-04-25 17:21:41 +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: don't add non-project header files to makefile's object rules 2022-04-09 09:35:17 +08:00
images - enhancement: git - pull / push / fetch 2022-02-24 23:31:48 +08:00
parser minor fix 2022-04-25 12:43:23 +08:00
problems - enhancement: remember current problem set's filename 2022-04-11 17:38:57 +08:00
qsynedit valgrind fix 2022-04-25 11:06:12 +08:00
resources update contrast iconset 2022-04-21 15:03:38 +08:00
settingsdialog minor fix 2022-04-25 12:43:23 +08:00
themes - enhancement: theme now have default icon set 2022-02-01 21:39:31 +08:00
vcs add Portuguese translation file 2022-04-13 17:15:30 +08:00
widgets minor fix 2022-04-25 12:43:23 +08:00
HighlighterManager.cpp - fix: auto syntax check doesn't work for new files 2022-04-07 21:35:09 +08:00
HighlighterManager.h - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
RedPandaIDE.pro change version number to 1.0.6 2022-04-25 17:21:41 +08:00
RedPandaIDE_pt.ts fix: add library files dialog not correctly 2022-04-18 11:48:51 +08:00
RedPandaIDE_zh_CN.ts fix: add library files dialog not correctly 2022-04-18 11:48:51 +08:00
RedPandaIDE_zh_TW.ts fix: add library files dialog not correctly 2022-04-18 11:48:51 +08:00
SimpleIni.h remove files that invalidate debian's package rules 2022-01-04 08:27:15 +08:00
autolinkmanager.cpp - enhancement: parser not called when open a file, if option "clean parser symbols when hidden" is turned on. 2022-01-24 20:59:02 +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 - enhancement: custom theme 2022-01-28 16:13:20 +08:00
colorscheme.h add license information 2021-12-26 23:18:28 +08:00
common.h add license information 2021-12-26 23:18:28 +08:00
cpprefacter.cpp refactor: SynDocument and SynDocumentLine 2022-04-19 21:18:41 +08:00
cpprefacter.h msvc compatibility 2022-03-29 09:43:24 +08:00
customfileiconprovider.cpp - enhancement: use icon to indicate missing project files in the project view 2022-03-28 16:57:58 +08:00
customfileiconprovider.h - enhancement: git - restore 2022-02-15 21:39:17 +08:00
debugger.cpp - fix: auto syntax check fail, if the file is not gbk and includes files encoded with utf8 2022-03-31 09:56:49 +08:00
debugger.h - fix: can't stop a freeze program that has stdin redirected. 2022-03-30 19:28:46 +08:00
defaultconfigs.qrc work save 2021-09-30 20:10:48 +08:00
editor.cpp - fix: index of the longest line not correctly updated when insert/delete multiple lines ( which will cause selection errors) 2022-04-24 09:50:30 +08:00
editor.h - fix: hide function tips, when move or resize the main window 2022-04-11 09:25:22 +08:00
editorlist.cpp - enhancement: auto detect "gbk" encoding when running in zh_CN locale under Linux 2022-03-12 17:37:53 +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 - enhancement: git - pull / push / fetch 2022-02-24 23:31:48 +08:00
iconsmanager.cpp better device ratio support 2022-04-02 18:42:43 +08:00
iconsmanager.h - enhancement: option "open files in the same red panda C++ instance", in options->environment->file associations 2022-02-28 22:40:09 +08:00
main.cpp - enhancement: display problem case running time 2022-03-29 18:06:24 +08:00
mainwindow.cpp minor fix 2022-04-25 12:43:23 +08:00
mainwindow.h - enhancement: batch set cases ( in problem case table's context menu ) 2022-04-16 20:39:09 +08:00
mainwindow.ui - enhancement: select and delete multiple watches 2022-04-22 14:28:53 +08:00
platform.cpp - enhancement: auto detect "gbk" encoding when running in zh_CN locale under Linux 2022-03-12 17:37:53 +08:00
platform.h - enhancement: auto detect "gbk" encoding when running in zh_CN locale under Linux 2022-03-12 17:37:53 +08:00
project.cpp - 功能增强:输入'('时,如果下一个非空白字符是'('或者标识符/数字,则不自动补全 2022-04-13 16:42:23 +08:00
project.h work save: save as template 2022-04-08 21:15:10 +08:00
projectoptions.cpp work save 2022-02-08 00:24:08 +08:00
projectoptions.h work save 2022-02-08 00:24:08 +08:00
projecttemplate.cpp - fix: "ok" button should be disabled when no template selected in new project dialog 2022-03-15 20:17:47 +08:00
projecttemplate.h add more templates 2022-01-10 10:53:16 +08:00
projecttemplates.qrc - fix: "ok" button should be disabled when no template selected in new project dialog 2022-03-15 20:17:47 +08:00
qt_zh_CN.qm - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
settings.cpp - enhancement: prefer local headers over system headers when complete #include header path 2022-04-14 22:25:49 +08:00
settings.h - enhancement: prefer local headers over system headers when complete #include header path 2022-04-14 22:25:49 +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 - enhancement: option "open files in the same red panda C++ instance", in options->environment->file associations 2022-02-28 22:40:09 +08:00
systemconsts.h - enhancement: option "open files in the same red panda C++ instance", in options->environment->file associations 2022-02-28 22:40:09 +08:00
thememanager.cpp - enhancement: theme now have default icon set 2022-02-01 21:39:31 +08:00
thememanager.h - enhancement: theme now have default icon set 2022-02-01 21:39:31 +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 remove qm file from sources (it should be generated by qmake) 2022-01-28 18:18:34 +08:00
utils.cpp - enhancement: display problem case running time 2022-03-29 18:06:24 +08:00
utils.h - fix: calculation for code snippets's tab stop positions is not correct 2022-03-10 15:05:16 +08:00
version.h.in support PREFIX in qmake script 2022-01-05 09:08:44 +08:00