..
colorschemes
- enhancement: check syntax/parse symbols when modifed and cursor's line changed.
2021-11-04 00:38:40 +08:00
compiler
- fix: highlighter can't correctly find the end of ANSI C-style Comments
2021-11-07 19:54:48 +08:00
images
- 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
parser
work save
2021-11-12 07:26:13 +08:00
problems
- enhancement: set problem's answer source file
2021-11-06 14:49:11 +08:00
qsynedit
- enhancement: auto indent line to column 1 when enter '#' at beginning of line
2021-11-13 10:38:48 +08:00
resources
- enhancement: click the encoding info in the statusbar will show encoding menu
2021-10-15 10:23:46 +08:00
settingsdialog
- fix: editor auto save settings not saved and applied
2021-11-12 12:40:47 +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: editor auto save settings not saved and applied
2021-11-12 12:40:47 +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
- fix: correct set the position of chinese input methods
2021-11-08 21:19:48 +08:00
RedPandaIDE_zh_CN.qm
update translations
2021-11-09 21:32:23 +08:00
RedPandaIDE_zh_CN.ts
update translations
2021-11-09 21:32:23 +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
- enhancement: new file template
2021-10-20 12:11:36 +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
- 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
cpprefacter.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
debugger.cpp
- fix: can't show code completion popup if symbol is proceed with an operator '~' ( and it's not a destructor)
2021-11-10 21:28:08 +08:00
debugger.h
- enhancement: autosave/load bookmarks
2021-10-21 19:33:11 +08:00
defaultconfigs.qrc
work save
2021-09-30 20:10:48 +08:00
editor.cpp
work save
2021-11-13 09:05:02 +08:00
editor.h
- fix: editor auto save settings not saved and applied
2021-11-12 12:40:47 +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
icons.qrc
- fix: Installer should install the app in "program files", not "program files (x86)"
2021-11-07 10:48:09 +08:00
iconsmanager.cpp
- enhancement: icons in project view
2021-10-23 23:10:34 +08:00
iconsmanager.h
work save
2021-11-01 20:44:08 +08:00
main.cpp
- enhancement: auto save/load the default open folder in the configuration file
2021-11-10 10:42:33 +08:00
mainwindow.cpp
- fix: editor auto save settings not saved and applied
2021-11-12 12:40:47 +08:00
mainwindow.h
- enhancement: View menu
2021-11-09 21:22:50 +08:00
mainwindow.ui
- fix: can't show code completion popup if symbol is proceed with an operator '~' ( and it's not a destructor)
2021-11-10 21:28:08 +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
clean up debug code
2021-10-29 12:29:21 +08:00
project.h
- fix: options not correctly set when change compiler set in the project settings
2021-10-25 21:36:23 +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: new project
2021-09-16 23:51:05 +08:00
settings.cpp
- enhancement: auto save/load the default open folder in the configuration file
2021-11-10 10:42:33 +08:00
settings.h
- enhancement: auto save/load the default open folder in the configuration file
2021-11-10 10:42:33 +08:00
shortcutmanager.cpp
- implement: config shortcuts
2021-10-06 23:19:18 +08:00
shortcutmanager.h
- implement: config shortcuts
2021-10-06 23:19:18 +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
change version number
2021-11-12 15:29:42 +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
- 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
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: todo list
2021-10-21 08:04:41 +08:00
toolsmanager.cpp
- implement: default settings for code formatter
2021-10-08 20:01:29 +08:00
toolsmanager.h
- implement: tools configuration
2021-10-08 00:06:41 +08:00
translations.qrc
* work save
2021-06-20 09:27:37 +08:00
utils.cpp
fix: correctly test if it's green edition
2021-11-05 12:37:40 +08:00
utils.h
fix: correctly test if it's green edition
2021-11-05 12:37:40 +08:00