.. |
colorschemes
|
- enhancement: "Trim trailing spaces" in code menu
|
2022-12-16 11:10:46 +08:00 |
compiler
|
- enhancement: Options in compiler set settings, to generate protection code for stack smashing attack. (Enable for Debug settings by default)
|
2023-03-14 10:02:23 +08:00 |
images
|
- enhancement: git - pull / push / fetch
|
2022-02-24 23:31:48 +08:00 |
parser
|
- fix: Don't show completion info when input parameters for function definitions.
|
2023-03-16 22:02:32 +08:00 |
problems
|
- enhancement: "Convert HTML for - Input" / "Convert HTML for - Expected" in "Options" - "Executor" - "Problem Set"
|
2022-12-24 12:08:13 +08:00 |
resources
|
- add default autolink for fmtlib in Windows
|
2022-10-28 12:43:47 +08:00 |
settingsdialog
|
- enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
|
2023-03-17 08:47:05 +08:00 |
themes
|
- enhancement: adjust scheme colors for "dark" and "high contrast" themes
|
2022-05-14 21:31:14 +08:00 |
translations
|
- enhancement: Show shortcut info in toolbar's tooltip.
|
2023-03-17 15:37:11 +08:00 |
vcs
|
- reduce memory usage when deciding file types
|
2022-10-24 17:23:37 +08:00 |
widgets
|
- fix: The comboxbox to input search keyword in the search dialog is case insensitive.
|
2023-03-14 17:49:36 +08:00 |
RedPandaIDE.pro
|
upgrade to 2.18
|
2023-03-11 08:32:52 +08:00 |
SimpleIni.h
|
- enhancement: Auto reload openned project files that use "Project Default" as the encoding, when the project encoding setting is changed in the project options dialog.
|
2023-02-08 12:20:20 +08:00 |
autolinkmanager.cpp
|
- enhancement: autolink add "force utf8" property (mainly for raylib)
|
2022-06-23 19:07:48 +08:00 |
autolinkmanager.h
|
- enhancement: autolink add "force utf8" property (mainly for raylib)
|
2022-06-23 19:07:48 +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 |
codes.qrc
|
feature: astyle reformat option dialog
|
2021-09-01 22:40:58 +08:00 |
codesnippetsmanager.cpp
|
- Enhancement: New file templates for C / C++ / GAS files
|
2023-02-22 22:18:21 +08:00 |
codesnippetsmanager.h
|
- Enhancement: New file templates for C / C++ / GAS files
|
2023-02-22 22:18:21 +08:00 |
colorscheme.cpp
|
refactor
|
2023-01-11 16:22:26 +08:00 |
colorscheme.h
|
refactor highlighters
|
2022-12-10 21:23:49 +08:00 |
common.h
|
- enhancement: Add "Generate Assembly" in "Run" Menu
|
2022-12-01 22:10:44 +08:00 |
cpprefacter.cpp
|
fix: Fold area is not correctly calculated after editing.
|
2023-02-17 17:33:48 +08:00 |
cpprefacter.h
|
- fix: Crash when find occurrences in a project that has missing files.
|
2023-01-04 11:01:34 +08:00 |
customfileiconprovider.cpp
|
- fix: minor memory leaks when set itemmodels
|
2022-10-10 18:05:18 +08:00 |
customfileiconprovider.h
|
- fix: tab icon not correct restore when hide and show a panel
|
2022-05-21 10:44:39 +08:00 |
debugger.cpp
|
- fix: Chinese characters in the source code is not correctly displayed in the CPU info window.
|
2023-03-09 16:09:05 +08:00 |
debugger.h
|
- enhancement: Add "Close window" and "Move to other view" in the "Window" menu
|
2023-03-03 17:20:33 +08:00 |
defaultconfigs.qrc
|
update linux templates
|
2022-06-04 18:25:58 +08:00 |
editor.cpp
|
- fix: Don't show completion info when input parameters for function definitions.
|
2023-03-16 22:02:32 +08:00 |
editor.h
|
- fix: Don't show completion info when input parameters for function definitions.
|
2023-03-16 22:02:32 +08:00 |
editorlist.cpp
|
- enhancement: When first display two editor panes, auto make them the same width
|
2023-03-02 18:15:31 +08:00 |
editorlist.h
|
fix: crash when close editor that have issues
|
2022-10-21 19:12:18 +08:00 |
gdbmiresultparser.cpp
|
- fix: Cpu info window is auto openned, when debug using gdb-server.
|
2023-03-08 18:01:10 +08:00 |
gdbmiresultparser.h
|
- enhancement: Add "Close window" and "Move to other view" in the "Window" menu
|
2023-03-03 17:20:33 +08:00 |
icons.qrc
|
- enhancement: git - pull / push / fetch
|
2022-02-24 23:31:48 +08:00 |
iconsmanager.cpp
|
refactor : member accessibility processing in the parser
|
2023-03-12 18:24:58 +08:00 |
iconsmanager.h
|
- fix: minor memory leaks when set itemmodels
|
2022-10-10 18:05:18 +08:00 |
main.cpp
|
upgrade to 2.18
|
2023-03-11 08:32:52 +08:00 |
mainwindow.cpp
|
- enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
|
2023-03-17 08:47:05 +08:00 |
mainwindow.h
|
- enhancement: Open offline gnu as/x86 assembly manual if exists.
|
2023-03-05 08:56:11 +08:00 |
mainwindow.ui
|
- enhancement: Show shortcut info in toolbar's tooltip.
|
2023-03-17 15:37:11 +08:00 |
project.cpp
|
- enhancement: Warn user and stop compile if project has missing files.
|
2023-03-12 09:19:02 +08:00 |
project.h
|
- enhancement: Warn user and stop compile if project has missing files.
|
2023-03-12 09:19:02 +08:00 |
projectoptions.cpp
|
- enhancement: If executable doesn't have symbol table, inform user and stop.
|
2023-02-18 12:08:03 +08:00 |
projectoptions.h
|
- change: Don't stop debug when breakpoint can't be set
|
2023-02-22 10:39:20 +08:00 |
projecttemplate.cpp
|
- change: Don't stop debug when breakpoint can't be set
|
2023-02-22 10:39:20 +08:00 |
projecttemplate.h
|
- enhancement: create template
|
2022-08-07 21:41:57 +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: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
|
2023-03-17 08:47:05 +08:00 |
settings.h
|
- enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays.
|
2023-03-17 08:47:05 +08:00 |
shortcutmanager.cpp
|
- enhancement: Show shortcut info in toolbar's tooltip.
|
2023-03-17 15:37:11 +08:00 |
shortcutmanager.h
|
- fix: rename macro doesn't work in project
|
2022-06-12 22:54:34 +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 |
syntaxermanager.cpp
|
refactor: formatter interface for qsynedit
|
2023-03-09 20:35:15 +08:00 |
syntaxermanager.h
|
refactor: formatter interface for qsynedit
|
2023-03-09 20:35:15 +08:00 |
systemconsts.cpp
|
- change: Don't stop debug when breakpoint can't be set
|
2023-02-22 10:39:20 +08:00 |
systemconsts.h
|
- Enhancement: New file templates for C / C++ / GAS files
|
2023-02-22 22:18:21 +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
|
- enhancement: Import FPS (free problem set) files.
|
2022-12-11 19:47:43 +08:00 |
todoparser.h
|
refactor
|
2023-01-11 16:22:26 +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
|
- change: Merge search and replace to one dialog.
|
2023-02-28 16:17:56 +08:00 |
utils.h
|
fix compile error in windows
|
2023-03-04 18:49:30 +08:00 |
version.h.in
|
support PREFIX in qmake script
|
2022-01-05 09:08:44 +08:00 |
visithistorymanager.cpp
|
- enhancement: delete a watch expression don't reload who watch var view
|
2022-10-17 23:23:05 +08:00 |
visithistorymanager.h
|
- enhancement: delete a watch expression don't reload who watch var view
|
2022-10-17 23:23:05 +08:00 |