Roy Qu
3a0d3f684a
- enhancement: If no selection, Ctrl+C (Copy) auto selects the current line and put the cursor to the beginning.
2023-03-09 11:19:57 +08:00
Roy Qu
cf7296af8c
update template
2023-03-09 10:38:21 +08:00
Roy Qu
637f0ce678
add templates
2023-03-09 10:36:14 +08:00
Roy Qu
79b3f91006
- enhancement: Shift+Up in the first line will expand selection to the beginning of the line.
...
- enhancement: Shift+Down in the last line will expand selection to the end of the line.
2023-03-09 10:33:37 +08:00
Roy Qu
139a6d14c0
- fix: Cpu info window is auto openned, when debug using gdb-server.
2023-03-08 18:31:47 +08:00
Roy Qu
64eca05f7f
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
...
# NEWS.md
2023-03-08 18:07:14 +08:00
Roy Qu
0c8f3a0f60
- fix: Cpu info window is auto openned, when debug using gdb-server.
2023-03-08 18:01:10 +08:00
Roy Qu
9c04759602
- enhancement: Syntax color support for binaray integer literals.
...
- enhancement: Syntax color support for suffix in integer/float literals.
2023-03-08 13:23:47 +08:00
Roy Qu
b176215d1f
minor change
2023-03-07 19:11:08 +08:00
Roy Qu
d295ff8d11
remove null deleter
2023-03-07 17:18:35 +08:00
Roy Qu
ff109d5b58
stream line c/c++ number syntax color processing
2023-03-06 08:23:26 +08:00
Roy Qu
27d993e500
- fix: Hex number with 'f' in not is not correctly colored.
2023-03-05 18:08:08 +08:00
Roy Qu
f93d5cdd9e
- enhancement: Open offline gnu as/x86 assembly manual if exists.
2023-03-05 08:56:11 +08:00
Roy Qu
00431c0979
fix qt 5.12 compatibility
2023-03-04 11:51:27 +00:00
Roy Qu
2751c4dd9a
fix compile error
2023-03-04 19:38:39 +08:00
Roy Qu
e8ebead398
remove debug info
2023-03-04 19:34:09 +08:00
Roy Qu
8af7576cd1
fix compile error in windows
2023-03-04 18:49:30 +08:00
Cyano Hao
bdfa4c066b
Linux package: bundled terminal in AppImage and minor adjustment ( #104 )
...
* AppImage: build Alacritty with from-scratch build environment
* enrich compatible terminal list; fix Linux terminal determination
* Linux: get rid of libicu
2023-03-04 18:44:39 +08:00
Roy Qu
1504e6cb04
- enhancement: Show mousetip for numbers in the GNU assembly file.
2023-03-04 18:23:57 +08:00
Roy Qu
8d9a79068d
update Readme.md
2023-03-04 12:52:36 +08:00
Roy Qu
b82336e176
- enhancement: Add X86_64 AVX/AVX instruction descriptions to asm syntaxer.
...
- enhancement: Update to the newest x86 Assembly manual.
2023-03-04 12:47:49 +08:00
Roy Qu
53b3b35331
Red Panda C++ Version 2.17
...
- enhancement: Add X86_64 AVX/AVX instruction descriptions to asm syntaxer.
- enhancement: Update to the newest x86 Assembly manual.
2023-03-04 12:40:02 +08:00
Roy Qu
d80abbcf94
- fix: Problem's memory limit unit can't be correctly saved.
2023-03-03 18:17:26 +08:00
Roy Qu
989f1a892d
- fix: Hex float point literal is not correctly colored.
2023-03-03 18:11:06 +08:00
Roy Qu
da3dda97e3
- enhancement: Add "Close window" and "Move to other view" in the "Window" menu
...
- enhancement: Auto open CPU info dialog, if the program in debug is stopped at a position that have no source file.
- enhancement: "add watchpoint" when debug. It's hitted when the watch variable is modified, or it's out of scope.
- enhancement: Switch current call stack frame in the CPU info dialog
- fix: Shouldn't try evaluate value of the selection in the cpu info dialog.
- enhancement: Show oct/bin/bin value in the memory view's tooltip.
- Don't set optimization level to -Og in the Debug compiler set. (Some variable can't be view in the memory view, because they are put in registers.)
2023-03-03 17:20:33 +08:00
Roy Qu
eac1077de1
- enhancement: Add "Close window" and "Move to other view" in the "Window" menu
2023-03-03 09:04:26 +08:00
Roy Qu
34fc0d75d2
minor change
2023-03-02 18:34:42 +08:00
Roy Qu
4ab15c2ee1
- enhancement: When first display two editor panes, auto make them the same width
...
- change: Don't rebuild the whole project when run/debug, if only
contents of project unit file is modified.
- fix: rebuild may not work, if project's parallel build option is
enabled.
2023-03-02 18:15:31 +08:00
Roy Qu
5cba7365f5
- enhancement: Improve support for function pointer vars.
2023-03-02 11:28:03 +08:00
Roy Qu
a40dee6b4d
work save
2023-03-02 10:15:25 +08:00
Roy Qu
56972d168e
- fix: Can't correctly parse function pointer var definition.
2023-03-01 22:53:14 +08:00
Roy Qu
683331e848
- change: Set optimization level to -Og for Debug compiler settings by default.
2023-03-01 21:45:17 +08:00
Roy Qu
7943801f91
- emhancement: Improve display of disassembled codes in the cpu info dialog.
2023-03-01 20:28:00 +08:00
Roy Qu
c96209cc42
- fix: Icons for buttons in the cpu info dialog is not correctly set.
...
- enhancement: Add cfi directives for asm syntaxer in linux.
2023-03-01 19:39:09 +08:00
Roy Qu
c637ca3e4b
- fix: Can't debug project when project is saved after it's compiled.
2023-03-01 18:46:43 +08:00
Roy Qu
68dea2c86a
add cfi directives for asm syntaxer
2023-03-01 18:03:14 +08:00
Roy Qu
e7013cff1a
- fix: Project files that not in the project folder is not correctly handled in makefile.
...
- enhancement: Improve support for function pointer typedefs.
2023-03-01 11:29:30 +08:00
Roy Qu
00a7a770ed
update NEWS.md
2023-02-28 16:34:42 +08:00
Roy Qu
d3fde7ab53
- change: Merge search and replace to one dialog.
...
- fix: Search dialog's "Match whole word" option doesn't work with "Use Regular expresion".
- fix:Search dialog's "Close after search" option doesn't work.
- change: Fill the search dialog with the current selection if it's available.
2023-02-28 16:17:56 +08:00
Roy Qu
78739e388a
- enhancement: Add "Languages" page group in the options dialog.
...
- enhancement: Add "ASM Generation" page in the options dialog.
- change: Move "Custom C/C++ keywords" from group "Editor" to "Lanauges" in the options dialog.
- change: Rename "Folder" page to "Folder / Reset default settings" in the options dialog.
- enhancement: Generate asm with/without SEH directives.
- enhancement: Generate asm using intel style/att style.
- enhancement: make description for jump/cmov/setb instructions more explicit. (used for signed or unsigned)
2023-02-28 10:49:50 +08:00
Roy Qu
6f9a8f552f
update description for cmov/set byte/jump instructions
2023-02-28 09:06:53 +08:00
Roy Qu
ba22bec178
update README.md
2023-02-27 21:16:57 +08:00
Roy Qu
ca0e1b5593
work save
2023-02-27 20:08:24 +08:00
Roy Qu
9bf6b81493
minor change
2023-02-27 12:21:47 +08:00
Roy Qu
5760b05485
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2023-02-27 11:34:51 +08:00
Roy Qu
cc7106b4ab
work save
2023-02-27 10:41:46 +08:00
Roy Qu
a768d74116
- enhancement: Syntax check for assembly files.
...
Don't show debug tips in cpu info dialog
2023-02-27 08:53:39 +08:00
Roy Qu
c9bb03350d
- enhancement: Show descriptions mouse tip for assebmly instructions. (editor / cpu info dialog)
...
- fix: When completing resigter names, an extra '%' is wrongly added.
2023-02-26 17:50:03 +08:00
Roy Qu
511b6c679b
- enhancement: Auto close other search/replace dialogs when start to search/replace.
...
- change: Remove "prompt when replace" in the replace.
- fix: Search/replace with regex is not correctly handled.
2023-02-26 08:31:13 +08:00
Roy Qu
12983f5ae0
- fix: Word on the last line's end can't be searched.
2023-02-25 22:30:34 +08:00