Roy Qu
d840622b58
- fix: only convert project icon file when it's filename doesn't end with ".ico"
2022-03-18 19:14:19 +08:00
Roy Qu
23f34af034
- enhancement: auto convert project icon to ico format
2022-03-17 17:07:28 +08:00
Roy Qu
0286043cd7
- fix: syntax color of #include header filenames not correct
2022-03-12 21:42:32 +08:00
Roy Qu
5789aeee45
- enhancement: auto detect "gbk" encoding when running in zh_CN locale under Linux
...
- enhancement: disable encoding submenu when editor closed
- enhancement: clear infos in the status bar when editor closed
2022-03-12 17:37:53 +08:00
Roy Qu
416023dc60
- enhancement: optimize startup time
2022-03-11 20:51:33 +08:00
Roy Qu
82ecab9c90
- enhancement: reduce startup time by about 1 second.
...
- enhancement: add option "mouse selection/drag scroll speed" in the options dialog's "Editor" / "general" tab.
- fix: scroll speed of mouse selection/drag is too fast.
2022-03-04 19:04:45 +08:00
Roy Qu
ee59d80bdb
- enhancement: enable group undo
...
- enhancement: add option "hide symbols start with underscore" and "hide synbols start with two underscore"
- fix: can't rename project files that not openned in editor
- fix: dpi changes in CPU window shouldn't affect main window
2022-03-01 22:03:54 +08:00
Roy Qu
cc0b209e2f
- enhancement: option "open files in the same red panda C++ instance", in options->environment->file associations
...
- enhancement: hide unsupported files in files view
2022-02-28 22:40:09 +08:00
Roy Qu
664922a301
- fix: convert to encoding setting in compiler set option not correctly handled
...
work save:
git repository class
2022-02-15 00:01:50 +08:00
Roy Qu
0d71282a1a
work save: icons for files tracked by git
2022-02-14 00:13:00 +08:00
royqh1979@gmail.com
4e16a2e186
- change: rename "compile log" panel to "tools output"
...
- fix: debug panel can't be correctly show/hide
- enhancement: redesign tools output's context menu, add "clear" menu item
- update translations
2022-02-10 12:03:56 +08:00
Roy Qu
18d5a6c1ab
initial work
...
- settings for git execute path
- a git manager
2022-02-08 23:38:29 +08:00
Roy Qu
c7a9698c4b
- enhancement: file system view mode for project
2022-02-08 12:33:10 +08:00
Roy Qu
9e5ce0a8ba
work save
2022-02-08 00:24:08 +08:00
Roy Qu
7ebcc2d635
rename ProjectModel to ProjectLegacyModel
2022-02-07 22:05:19 +08:00
Roy Qu
bf422ad419
- fix: editor's font size set by ctrl+mouse wheel will be reset by open the option dialog
2022-02-03 07:45:59 +08:00
Roy Qu
50a39a08c7
remove all whatsthis button in dialog's titlebar
2022-02-02 17:34:37 +08:00
Roy Qu
9e3f593641
- enhancement: theme now have default icon set
...
- fix: wrong icons for file associations
2022-02-01 21:39:31 +08:00
royqh1979@gmail.com
425b4a4e96
fix: crash while delete headers created by new header dialog
2022-02-01 16:17:28 +08:00
Roy Qu
fffa210a69
- enhancement: new sky blue icon set, contributed by Alan-CRL
2022-01-30 00:22:49 +08:00
royqh1979@gmail.com
2cac889c92
- enhancement: show custom theme folder in options dialog -> enviroment -> folders
2022-01-28 23:38:35 +08:00
Roy Qu
4a06534d39
- enhancement: display localized theme name in the option dialog
2022-01-28 20:05:55 +08:00
royqh1979@gmail.com
aeb1c36f07
- enhancement: custom theme
2022-01-28 16:13:20 +08:00
Roy Qu
f298cc7b47
- fix: mainwindow action's short cut doesn't work, if the action is not in menu or toolbar
2022-01-27 23:48:46 +08:00
royqh1979@gmail.com
e1631c211a
- enhancement: show custom icon set folder in options -> enviroment -> folders
2022-01-27 12:47:57 +08:00
royqh1979@gmail.com
f50eb61098
- enhancement: custom icon set ( in the configuration folder)
2022-01-27 12:08:57 +08:00
Roy Qu
a7557899d1
- enhancement: setting non-ascii font for editors
2022-01-26 14:31:26 +08:00
Roy Qu
ee9db9cdfd
- 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
Roy Qu
1135fcf7dd
- fix: search around option can't be disabled
...
- enhancement: show a confirm dialog when search/replace around
2022-01-24 18:03:35 +08:00
Roy Qu
f21eded1ad
- fix: when open a file, all blank lines's indents are removed.
2022-01-24 15:41:23 +08:00
royqh1979@gmail.com
4797c15b04
- enhancement: add exec charset option to compiler set settings
2022-01-24 11:23:30 +08:00
royqh1979@gmail.com
d9f36ae3cd
work save: fix project file encoding setting
...
compiler set - exec charset setting
2022-01-24 01:08:47 +08:00
Roy Qu
0875d15d67
- fix: project's icon setting is not correctly saved
...
- fix: project's type setting won't be saved
- fix: If project's compiler set is not the same with the default compiler set, auto openned project's file will use wrong compiler set to do syntax check.
- fix: open a project file through "File"->"Open" will not correctly connect it with the project internally
2022-01-13 16:47:48 +08:00
Roy Qu
454df24e08
work save
2022-01-12 19:25:37 +08:00
Roy Qu
3ca1a9fc4c
- enhancement: modify values in the memory view while debugging
...
- enhancement: auto update watch, local and memory view after expression evaluated
- enhancement: auto update watch, local and memory view after memory modified
2022-01-11 22:29:03 +08:00
Roy Qu
8edace1c1d
- 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
Roy Qu
3d9edcad57
- enhancement: support ligatures in fonts like fira code ( disabled by default, can be turned on in options dialog's editor font page)
2022-01-10 20:16:26 +08:00
Roy Qu
e30fa7bc0c
- fix: crash when closing the options dialog under Ubuntu 20.04 LTS ( no memory leak now)
2022-01-09 17:42:23 -08:00
Roy Qu
9ea32df675
work save
2022-01-09 16:36:30 -08:00
Roy Qu
6849a10fbc
work save
2022-01-09 16:35:57 -08:00
Roy Qu
7fa4b072d0
- fix: "delete and exit" button in the environtment / page option page doesn't work correctly
2022-01-09 21:54:59 +08:00
Roy Qu
8732f7d37e
- fix: shouldn't auto add /bin/gcc to compiler sets
...
- fix: if a dir duplicates in PATH, don't add it to compiler sets
repeatedly
- enhancement: add "--sanitize=address" to compile option in the Debug
compiler set in Linux
2022-01-06 20:46:27 +08:00
Roy Qu
b604e0d548
- fix: crash when close settings dialog in Ubuntu 20.04 (but we'll leak memory now...)
2022-01-05 05:03:50 -08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
Roy Qu
02cba8e03c
- rename to Red Pand C++
2021-12-30 19:25:47 +08:00
Roy Qu
63e1b44fa5
- fix: can't reformat code
...
- enhancement: add option for setting astyle path
- fix: wrong file wildcard (*.*) in linux
2021-12-27 22:46:54 +08:00
royqh1979@gmail.com
317db42876
add license information
2021-12-26 23:18:28 +08:00
royqh1979@gmail.com
f3ab76d60a
update version to 0.12.3
2021-12-26 21:26:00 +08:00
Roy Qu
1fe9be9791
add app library path
2021-12-26 15:08:54 +08:00
Roy Qu
cce3d45d59
disable copy as html in linux
2021-12-25 23:46:12 +08:00