Roy Qu
a102ee73fa
- fix: wrong project program directory parameter is sent to the debugger
2022-01-13 20:19: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
bab728e792
- enhancement: add "wrap around" option to find/replace
2022-01-13 12:55:55 +08:00
Roy Qu
a3e4f333ab
- enhancement: ctrl+up/down scrolls in the editor
2022-01-13 07:39:56 +08:00
Roy Qu
19fc3302ed
- fix: caret dispears when at '\t' under Windows 7
2022-01-12 22:21:40 +08:00
Roy Qu
eefb65bcb4
- fix: parser can't correctly handle variable definitions that don't have spaces like 'int*x';
...
- fix: parser can't correctly handle function parameters like 'int *x'
2022-01-12 20:59:28 +08:00
Roy Qu
797a9b8498
- enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug)
2022-01-12 18:47:50 +08:00
Roy Qu
995b734334
- fix: crash when refactor symbol and cursor is at the end of the identifier
...
- fix: refactor symbol doesn't work for 1-length identifiers
2022-01-12 18:07:52 +08:00
Roy Qu
d8413ab76c
- enhancement: modify values in the watch view by double click
2022-01-12 17:14:39 +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
0e0f954bec
- enhancement: if there's no selection when copy/cut, select currect line by default
2022-01-10 18:37:00 +08:00
Roy Qu
c56b6c5414
add more templates
2022-01-10 10:53:16 +08:00
Roy Qu
4c57a7beda
update NEWS.md
2022-01-09 17:42:56 -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
6a7789ff77
- enhancement: add raylib to autolinks
...
- enhancement: distribute raylib with integrated gcc
2022-01-09 19:33:34 +08:00
Roy Qu
7f3aea5940
- fix: new project dialog's tab bar should fill all empty spaces
2022-01-08 21:49:09 +08:00
Roy Qu
9775ab6c84
- enhancement: auto save/restore size of the new project dialog
2022-01-08 21:23:20 +08:00
Roy Qu
04b18b1648
- fix: .rc file shouldn't be syntax checked
2022-01-08 13:39:47 +08:00
Roy Qu
6bc943ba9c
- enhancement: suppoort localization info in project templates
...
- change: template / project files use utf-8 encoding instead of ANSI
2022-01-08 11:46:39 +08:00
Roy Qu
13ee2d7f33
- enhancement: auto sort files in the project view
2022-01-07 19:20:42 +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
3b0c8eccdb
- enhancement: add raylib.h to autolink
...
- fix: shouldn't generate default autolink settings in linux
2022-01-06 17:52:52 +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
23b9e46dea
update NEWS.md
2022-01-05 09:44:45 +08:00
Roy Qu
cb43d0277f
- change: use libicu instead of ConvertUTF.c under Linux
...
- change depends to qt 5.12 instead of 5.15
2022-01-04 18:06:23 +08:00
Roy Qu
1d48991d20
- fix: debugger's "continue" button not correctly disabled
2022-01-03 20:18:53 +08:00
Roy Qu
1cc36564de
- enhancement: open the corresponding source file from problem's context menu
2022-01-01 21:04:17 +08:00
Roy Qu
d51f60b40b
- fix: problem cases doesn't use svg icons
...
- fix: problem's title info not updated after running cases
2022-01-01 17:24:18 +08:00
Roy Qu
2319034be4
- fix: heartbeat for gdb server async command shouldn't disable actions
2022-01-01 09:17:12 +08:00
Roy Qu
02cba8e03c
- rename to Red Pand C++
2021-12-30 19:25:47 +08:00
Roy Qu
13c79bb55d
- enhancement: detach pausing console window
...
- use "-var-update" gdb command instead of "noop"
2021-12-29 22:03:18 +08:00
Roy Qu
8ea5a2d5ba
update NEWS.md
2021-12-29 19:17:31 +08:00
Roy Qu
3be06fe586
- fix: wrong executable filename for source files in linux
...
- enhancement: console pauser for linux
2021-12-29 13:16:03 +08:00
Roy Qu
cef2b66a59
- fix: open terminal in linux
2021-12-28 08:49:31 +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
Roy Qu
fe8d3e9663
- fix: compile error in linux
...
- fix: can't receive gdb async output for commands
2021-12-27 21:32:30 +08:00
royqh1979@gmail.com
96ab0890ba
- fix: watch and local infos not updated when changing current frame in the call stack panel
...
- enhancement: pause the debugging program (The debugger should work under gdb server mode, which is turned off by default in windows)
2021-12-27 10:59:04 +08:00
Roy Qu
a9d32ce742
- add options for gdb server
...
- debug with gdb server
2021-12-25 18:09:19 +08:00
Roy Qu
9fc4b0ff09
- enhancement: run programs in terminal (under Linux)
...
- fix: monospace font doesn't exists under Debian Linux
- fix: files are readonly when opened in editor
2021-12-25 08:23:52 +08:00
Roy Qu
655bad6715
- enhancement: select icon sets in options dialog ( but we have only 1 icon set now...)
2021-12-24 09:17:28 +08:00
Roy Qu
0f3baaac00
Version 0.12.1 For Dev-C++ 7 Beta
...
- fix: error when drag&drop in editors
2021-12-23 22:05:57 +08:00
Roy Qu
b956dbbcab
- enhancement: enable run/debug/compile when console program finished but pausing.
2021-12-23 17:07:27 +08:00
Roy Qu
6c413fe8f9
- enhancement: icons in all dialogs auto change size with fonts
...
- enhancement: save/restore sizes of CPU dialog and settings dialog
2021-12-23 09:11:58 +08:00
Roy Qu
cec7511009
- fix: step into instruction and step over instruction not correctly disabled when cpu dialog is created
...
- enhancement: icons in cpu dialog auto change size with fonts
2021-12-22 22:04:22 +08:00
Roy Qu
8bee9bf5c6
-fix: editor's tab close button size too small in high DPI settings
2021-12-22 19:54:06 +08:00
Roy Qu
a806fe9389
- enhancement: use svg icons for class browser
2021-12-21 07:38:49 +08:00
Roy Qu
7687fc1cb7
- fix: symbol completion for '<>' in the preprocessor line not work
2021-12-20 13:00:47 +08:00
Roy Qu
74fdf1ebef
- fix: left and right gutter offset settings not correctly saved
...
- enhancement: use svg icons for editor gutter, and they can zoom with font now
2021-12-20 09:36:18 +08:00