RedPanda-CPP/RedPandaIDE/widgets
royqh1979 bd26ad967d - enhancement: set problem's answer source file
- enhancement: open the problem's answer source file in editor
2021-11-06 14:49:11 +08:00
..
aboutdialog.cpp - add: about dialog 2021-10-03 23:12:20 +08:00
aboutdialog.h - add: about dialog 2021-10-03 23:12:20 +08:00
aboutdialog.ui - enhancement: Problem Set Support 2021-11-02 09:29:35 +08:00
bookmarkmodel.cpp - fix: file path seperator used in the app is not unified, and cause errors somtimes. 2021-10-23 17:32:03 +08:00
bookmarkmodel.h - fix: app's title not update when editor closed 2021-10-22 16:43:53 +08:00
classbrowser.cpp class browser use editor's background color 2021-11-04 00:57:43 +08:00
classbrowser.h clean up compile warnings 2021-10-20 18:05:43 +08:00
codecompletionlistview.cpp - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup 2021-10-29 21:33:45 +08:00
codecompletionlistview.h - implement: symbol usage count 2021-10-02 15:34:18 +08:00
codecompletionpopup.cpp code completion popup window use editor's background clor 2021-11-04 00:54:20 +08:00
codecompletionpopup.h - fix: font styles in the color scheme settings not in effect 2021-10-10 21:23:25 +08:00
coloredit.cpp - enhancement: can use symbols' own foreground color to draw selection or the current line 2021-11-03 23:27:05 +08:00
coloredit.h * work save: color scheme options 2021-06-20 14:30:47 +08:00
consolewidget.cpp * work save 2021-07-01 19:44:38 +08:00
consolewidget.h * work save 2021-07-01 19:44:38 +08:00
cpudialog.cpp clean up compile warnings 2021-10-20 18:05:43 +08:00
cpudialog.h work save 2021-08-13 11:18:42 +08:00
cpudialog.ui - fix: In the create project dialog, the browser button doesn't work 2021-10-18 22:06:33 +08:00
custommakefileinfodialog.cpp work save: project Template 2021-09-15 22:19:59 +08:00
custommakefileinfodialog.h work save: project Template 2021-09-15 22:19:59 +08:00
custommakefileinfodialog.ui work save: new project dialog 2021-09-16 12:03:10 +08:00
darkfusionstyle.cpp - fix: rainbow parenthesis stop functioning when change editor's general options 2021-10-23 09:05:51 +08:00
darkfusionstyle.h - fix: In the create project dialog, the browser button doesn't work 2021-10-18 22:06:33 +08:00
editorstabwidget.cpp - enhancement: icons in project view 2021-10-23 23:10:34 +08:00
editorstabwidget.h - enhancement: icons in project view 2021-10-23 23:10:34 +08:00
filepropertiesdialog.cpp add: normalized buffer coord in qsynedit, to easy parse contents 2021-09-20 15:57:48 +08:00
filepropertiesdialog.h - feature: editor title tabbar context menu 2021-09-05 05:01:31 +08:00
filepropertiesdialog.ui - feature: file properties dialog 2021-09-04 00:13:42 +08:00
functiontooltipwidget.cpp - enhancement: support #include_next (and clang libc++) 2021-10-04 21:59:48 +08:00
functiontooltipwidget.h - function tips done 2021-09-25 21:34:10 +08:00
headercompletionpopup.cpp - add: "C Reference" in the help menu 2021-11-02 23:47:51 +08:00
headercompletionpopup.h work save: header completion suggestion done 2021-08-29 10:14:07 +08:00
issuestable.cpp work save: compile & run project 2021-09-13 22:45:50 +08:00
issuestable.h - feature: copy all in issue table 2021-09-05 19:10:54 +08:00
labelwithmenu.cpp - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
labelwithmenu.h - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
macroinfomodel.cpp - implement: tools configuration 2021-10-08 00:06:41 +08:00
macroinfomodel.h - implement: tools configuration 2021-10-08 00:06:41 +08:00
newprojectdialog.cpp - fix: In the create project dialog, the browser button doesn't work 2021-10-18 22:06:33 +08:00
newprojectdialog.h - fix: In the create project dialog, the browser button doesn't work 2021-10-18 22:06:33 +08:00
newprojectdialog.ui work save: new project 2021-09-16 23:51:05 +08:00
ojproblempropertywidget.cpp - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
ojproblempropertywidget.h - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
ojproblempropertywidget.ui - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
ojproblemsetmodel.cpp - enhancement: set problem's answer source file 2021-11-06 14:49:11 +08:00
ojproblemsetmodel.h - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
qconsole.cpp - enhancement: autosave/load bookmarks 2021-10-21 19:33:11 +08:00
qconsole.h - implement: context menu for debug console 2021-10-02 17:01:08 +08:00
qpatchedcombobox.cpp * work save: color scheme options 2021-06-20 14:30:47 +08:00
qpatchedcombobox.h * work save: color scheme options 2021-06-20 14:30:47 +08:00
searchdialog.cpp - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
searchdialog.h - enhancement: Problem Set 2021-11-02 13:12:36 +08:00
searchdialog.ui work save: view models for "find in files" 2021-08-04 13:16:15 +08:00
searchresultview.cpp - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
searchresultview.h - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00